aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-25 20:55:43 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-25 20:55:43 +0800
commit90fb69333064094c0c876557caec832eb154216e (patch)
treef12f61ac74b4a438898644b7352141a75992cbd6
parentf23042ac1db9de62cf056f24e2b07207bd5e5b9a (diff)
downloadfreebsd-ports-gnome-90fb69333064094c0c876557caec832eb154216e.tar.gz
freebsd-ports-gnome-90fb69333064094c0c876557caec832eb154216e.tar.zst
freebsd-ports-gnome-90fb69333064094c0c876557caec832eb154216e.zip
Support staging
-rw-r--r--sysutils/dae/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/sysutils/dae/Makefile b/sysutils/dae/Makefile
index bbd722f9811a..d51a0f66be7e 100644
--- a/sysutils/dae/Makefile
+++ b/sysutils/dae/Makefile
@@ -10,16 +10,13 @@ DISTFILES= #none
MAINTAINER= light@ether.org.za
COMMENT= List and control system daemon
-MAN1= dae.1
-
NO_WRKSUBDIR= yes
NO_BUILD= yes
-PLIST_FILES= sbin/dae
+PLIST_FILES= sbin/dae man/man1/dae.1.gz
-NO_STAGE= yes
do-install:
- @${INSTALL_SCRIPT} ${FILESDIR}/dae.sh ${PREFIX}/sbin/dae
- @${INSTALL_MAN} ${FILESDIR}/dae.1 ${MAN1PREFIX}/man/man1
+ @${INSTALL_SCRIPT} ${FILESDIR}/dae.sh ${STAGEDIR}${PREFIX}/sbin/dae
+ @${INSTALL_MAN} ${FILESDIR}/dae.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>