aboutsummaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-12-27 18:12:13 +0800
committerbapt <bapt@FreeBSD.org>2013-12-27 18:12:13 +0800
commita44b94d8cf21dab53596513b15209dc0a8317a00 (patch)
tree7c2dc1901032a050e6b9ccbfeff60e3fa946ebf5 /news
parent81e489ad9a437268963fc9d4bb4baf0a0ac67da7 (diff)
downloadfreebsd-ports-gnome-a44b94d8cf21dab53596513b15209dc0a8317a00.tar.gz
freebsd-ports-gnome-a44b94d8cf21dab53596513b15209dc0a8317a00.tar.zst
freebsd-ports-gnome-a44b94d8cf21dab53596513b15209dc0a8317a00.zip
Support stage
Diffstat (limited to 'news')
-rw-r--r--news/multisuck/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/news/multisuck/Makefile b/news/multisuck/Makefile
index 18535e21a109..c628118da726 100644
--- a/news/multisuck/Makefile
+++ b/news/multisuck/Makefile
@@ -11,12 +11,9 @@ COMMENT= Multi-server/conn news suck
GNU_CONFIGURE= yes
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/msuck ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/samples/*.sample ${EXAMPLESDIR}
-.endif
+ ${INSTALL_PROGRAM} ${WRKSRC}/msuck ${STAGEDIR}${PREFIX}/bin
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/samples/*.sample ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>