aboutsummaryrefslogtreecommitdiff
path: root/mail/pathalias
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-12-28 12:22:27 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2013-12-28 12:22:27 +0000
commitf38a56e86de2294611135e81ee07e454b91d4ff7 (patch)
treef85635caf29639925d26ce814e7c54e3abd61f33 /mail/pathalias
parente43ffe0884466996b0ae9c929ad716ea2372e337 (diff)
downloadports-f38a56e86de2294611135e81ee07e454b91d4ff7.tar.gz
ports-f38a56e86de2294611135e81ee07e454b91d4ff7.zip
- use STAGEDIR
Notes
Notes: svn path=/head/; revision=337871
Diffstat (limited to 'mail/pathalias')
-rw-r--r--mail/pathalias/Makefile14
1 files changed, 3 insertions, 11 deletions
diff --git a/mail/pathalias/Makefile b/mail/pathalias/Makefile
index 1133f30c6cb4..1e345628f376 100644
--- a/mail/pathalias/Makefile
+++ b/mail/pathalias/Makefile
@@ -9,20 +9,12 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Mail routing tools
-NO_STAGE= yes
-
ALL_TARGET= pathalias
-MAN8= pathalias.8
-BIN8= pathalias
-PLIST_FILES= bin/pathalias
+PLIST_FILES= bin/pathalias man/man8/pathalias.8.gz
do-install:
-.for i in ${BIN8}
- @${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/bin
-.endfor
-.for i in ${MAN8}
- ${INSTALL_MAN} ${WRKSRC}/${i} ${PREFIX}/man/man8
-.endfor
+ ${INSTALL_PROGRAM} ${WRKSRC}/pathalias ${STAGEDIR}${PREFIX}/bin/
+ ${INSTALL_MAN} ${WRKSRC}/pathalias.8 ${STAGEDIR}${PREFIX}/man/man8/
.include <bsd.port.mk>