aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-21 16:41:12 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-21 16:41:12 +0800
commite05ee4a10b8055f05eb4ec72766f5ccc3087d4d9 (patch)
tree6c34c863d738622a82c6b04e10a9268c0bd9aef6 /mail
parent8f52155e88015c05c36f3cfecb9ec0fbd2d88ef9 (diff)
downloadfreebsd-ports-gnome-e05ee4a10b8055f05eb4ec72766f5ccc3087d4d9.tar.gz
freebsd-ports-gnome-e05ee4a10b8055f05eb4ec72766f5ccc3087d4d9.tar.zst
freebsd-ports-gnome-e05ee4a10b8055f05eb4ec72766f5ccc3087d4d9.zip
Support staging
Diffstat (limited to 'mail')
-rw-r--r--mail/cvsmail/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/mail/cvsmail/Makefile b/mail/cvsmail/Makefile
index 67422b3e300b..071946b7ef24 100644
--- a/mail/cvsmail/Makefile
+++ b/mail/cvsmail/Makefile
@@ -12,13 +12,10 @@ COMMENT= A small program to add cvsweb links to FreeBSD commit messages
DIST_SUBDIR= ${PORTNAME}
ALL_TARGET= cvsmail
-MANCOMPRESSED= no
-MAN1= cvsmail.1
-PLIST_FILES= bin/cvsmail
+PLIST_FILES= bin/cvsmail man/man1/cvsmail.1.gz
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/cvsmail ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/cvsmail.1 ${PREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/cvsmail ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/cvsmail.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>