Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Nov 2015 21:26:55 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401823 - head/devel/libshhmsg
Message-ID:  <201511172126.tAHLQtKr099738@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Nov 17 21:26:54 2015
New Revision: 401823
URL: https://svnweb.freebsd.org/changeset/ports/401823

Log:
  - Switch to options helpers

Modified:
  head/devel/libshhmsg/Makefile

Modified: head/devel/libshhmsg/Makefile
==============================================================================
--- head/devel/libshhmsg/Makefile	Tue Nov 17 21:22:08 2015	(r401822)
+++ head/devel/libshhmsg/Makefile	Tue Nov 17 21:26:54 2015	(r401823)
@@ -19,7 +19,7 @@ MAKE_ENV=	WITHOUT_PROFILE=yes __MAKE_CON
 
 OPTIONS_DEFINE=		DOCS
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for i in CREDITS README shhmsg.txt
 	(cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR})



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511172126.tAHLQtKr099738>