aboutsummaryrefslogtreecommitdiff
path: root/sysutils/dae/Makefile
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 12:55:43 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 12:55:43 +0000
commitd3313f9b7e0304646d521da4d964e8609f282412 (patch)
treef12f61ac74b4a438898644b7352141a75992cbd6 /sysutils/dae/Makefile
parente8c5aed787909722ef779eafe4039c77c9d1da4b (diff)
downloadports-d3313f9b7e0304646d521da4d964e8609f282412.tar.gz
ports-d3313f9b7e0304646d521da4d964e8609f282412.zip
Notes
Diffstat (limited to 'sysutils/dae/Makefile')
-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>