svn commit: r340534 - head/devel/libshhmsg

Baptiste Daroussin bapt at FreeBSD.org
Tue Jan 21 00:57:14 UTC 2014


Author: bapt
Date: Tue Jan 21 00:57:13 2014
New Revision: 340534
URL: http://svnweb.freebsd.org/changeset/ports/340534
QAT: https://qat.redports.org/buildarchive/r340534/

Log:
  Support stage

Modified:
  head/devel/libshhmsg/Makefile

Modified: head/devel/libshhmsg/Makefile
==============================================================================
--- head/devel/libshhmsg/Makefile	Tue Jan 21 00:56:00 2014	(r340533)
+++ head/devel/libshhmsg/Makefile	Tue Jan 21 00:57:13 2014	(r340534)
@@ -10,19 +10,17 @@ DISTNAME=	shhmsg-${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Library for displaying messages
 
+OPTIONS_DEFINE=	DOCS
+
+USES=	uidfix
 MAKEFILE=	${FILESDIR}/Makefile.lib
 USE_LDCONFIG=	yes
 MAKE_ENV=	WITHOUT_PROFILE=yes __MAKE_CONF=/dev/null SRCCONF=/dev/null
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
-
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for file in CREDITS README shhmsg.txt
-	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
 .endfor
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list