aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-01-21 08:57:13 +0800
committerbapt <bapt@FreeBSD.org>2014-01-21 08:57:13 +0800
commit366e1dde06c1a5da35d317822375678a244a58ed (patch)
treec3a60494b78e20472e6c30071b665ea074a9c725
parentea7c48b131eb704cdcab0ff8d5b47b4ad81855ce (diff)
downloadfreebsd-ports-gnome-366e1dde06c1a5da35d317822375678a244a58ed.tar.gz
freebsd-ports-gnome-366e1dde06c1a5da35d317822375678a244a58ed.tar.zst
freebsd-ports-gnome-366e1dde06c1a5da35d317822375678a244a58ed.zip
Support stage
-rw-r--r--devel/libshhmsg/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/devel/libshhmsg/Makefile b/devel/libshhmsg/Makefile
index ee8ca8e74736..f0d9c1de0fa2 100644
--- a/devel/libshhmsg/Makefile
+++ b/devel/libshhmsg/Makefile
@@ -10,19 +10,17 @@ DISTNAME= shhmsg-${PORTVERSION}
MAINTAINER= ports@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>