aboutsummaryrefslogtreecommitdiff
path: root/misc/delay
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-21 11:18:59 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-21 11:18:59 +0000
commitec1e4bdeb477733b9511e60e150117086f696f17 (patch)
tree81303ee13daee7609af419933cfa3716cc3031e6 /misc/delay
parent2a26390552270c31b2550c2ab3ea00ff1da45db1 (diff)
downloadports-ec1e4bdeb477733b9511e60e150117086f696f17.tar.gz
ports-ec1e4bdeb477733b9511e60e150117086f696f17.zip
Support staging
Notes
Notes: svn path=/head/; revision=345371
Diffstat (limited to 'misc/delay')
-rw-r--r--misc/delay/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/misc/delay/Makefile b/misc/delay/Makefile
index ead968558b06..7a05d14e1c48 100644
--- a/misc/delay/Makefile
+++ b/misc/delay/Makefile
@@ -12,12 +12,10 @@ COMMENT= A delay program with feedback to the user
GNU_CONFIGURE= yes
-MAN1= delay.1
-PLIST_FILES= bin/delay
+PLIST_FILES= bin/delay man/man1/delay.1.gz
-NO_STAGE= yes
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/delay ${PREFIX}/bin
- @${INSTALL_MAN} ${WRKSRC}/delay.1 ${MANPREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/delay ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/delay.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>