aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-02-06 20:14:30 +0800
committermiwi <miwi@FreeBSD.org>2014-02-06 20:14:30 +0800
commit1897e54a2afcda4505557cd6960b87287f5b2d7e (patch)
tree2fffebf2d573e70eb924b87e08320a00c04bb2ed /sysutils
parent5a22fe13a76a555accd368c08ed6acb76f067bc4 (diff)
downloadfreebsd-ports-gnome-1897e54a2afcda4505557cd6960b87287f5b2d7e.tar.gz
freebsd-ports-gnome-1897e54a2afcda4505557cd6960b87287f5b2d7e.tar.zst
freebsd-ports-gnome-1897e54a2afcda4505557cd6960b87287f5b2d7e.zip
- Stage support
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/racktables/Makefile16
1 files changed, 5 insertions, 11 deletions
diff --git a/sysutils/racktables/Makefile b/sysutils/racktables/Makefile
index 657cb86bc5f4..e2b8c1876e6f 100644
--- a/sysutils/racktables/Makefile
+++ b/sysutils/racktables/Makefile
@@ -29,7 +29,6 @@ PCRE_DESC= Regular Expression Support
PCNTL_DESC= pcntl Support
LANG_DESC= Additional Language Support
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MLDAP}
@@ -60,15 +59,10 @@ post-patch:
@${FIND} ${WRKSRC} -name \*.orig -type f -delete
do-install:
- ${MKDIR} ${WWWDIR}/wwwroot ${WWWDIR}/gateways
- (cd ${WRKSRC} && ${COPYTREE_SHARE} wwwroot ${WWWDIR})
- (cd ${WRKSRC} && ${COPYTREE_BIN} gateways ${WWWDIR})
-.if ${PORT_OPTIONS:MEXAMPLES}
- @${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/scripts/* ${EXAMPLESDIR}
-.endif
-
-post-install:
- @${CAT} ${PKGMESSAGE}
+ ${MKDIR} ${STAGEDIR}${WWWDIR}/wwwroot ${STAGEDIR}${WWWDIR}/gateways
+ (cd ${WRKSRC} && ${COPYTREE_SHARE} wwwroot ${STAGEDIR}${WWWDIR})
+ (cd ${WRKSRC} && ${COPYTREE_BIN} gateways ${STAGEDIR}${WWWDIR})
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/scripts/* ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>