aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-26 08:55:49 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-26 08:55:49 +0000
commit02abbf0c5b99b28fcc85be5954261ab4784c7f1f (patch)
treea78cfc9b8d5ea08c4583967b622b89306c5f1768
parenta40282cef994ad8e9932ad7100b8cc0a5503450d (diff)
downloadports-02abbf0c5b99b28fcc85be5954261ab4784c7f1f.tar.gz
ports-02abbf0c5b99b28fcc85be5954261ab4784c7f1f.zip
Notes
-rw-r--r--sysutils/sysvbanner/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/sysutils/sysvbanner/Makefile b/sysutils/sysvbanner/Makefile
index 11de357c6c7c..7a2f0ecb2084 100644
--- a/sysutils/sysvbanner/Makefile
+++ b/sysutils/sysvbanner/Makefile
@@ -13,13 +13,12 @@ USES= gmake
ALL_TARGET= banner
-MAN1= sysvbanner.1
+PLIST_FILES= bin/sysvbanner man/man1/sysvbanner.1.gz
-PLIST_FILES= bin/sysvbanner
-
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/banner ${PREFIX}/bin/sysvbanner
- ${INSTALL_MAN} ${BUILD_WRKSRC}/banner.1 ${MAN1PREFIX}/man/man1/sysvbanner.1
+ ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/banner \
+ ${STAGEDIR}${PREFIX}/bin/sysvbanner
+ ${INSTALL_MAN} ${BUILD_WRKSRC}/banner.1 \
+ ${STAGEDIR}${MANPREFIX}/man/man1/sysvbanner.1
.include <bsd.port.mk>