aboutsummaryrefslogtreecommitdiff
path: root/news/gup
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 08:51:47 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 08:51:47 +0000
commitaa547c9b84293b4cb5b7711b5bb2dec7b12a24c0 (patch)
treee6d228b80a8cd40bb403d027436a2f9fc8297daf /news/gup
parent3f42b7326298f485df1959785153ba25dccffeae (diff)
downloadports-aa547c9b84293b4cb5b7711b5bb2dec7b12a24c0.tar.gz
ports-aa547c9b84293b4cb5b7711b5bb2dec7b12a24c0.zip
Support staging
Notes
Notes: svn path=/head/; revision=345931
Diffstat (limited to 'news/gup')
-rw-r--r--news/gup/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/news/gup/Makefile b/news/gup/Makefile
index 4e86a3186ef4..ce7a64d4d42c 100644
--- a/news/gup/Makefile
+++ b/news/gup/Makefile
@@ -11,15 +11,13 @@ COMMENT= Allows remote sites to change their newsgroup subscriptions
WRKSRC= ${WRKDIR}/gup
-MAN1= gup.1
-PLIST_FILES= libexec/gup
+PLIST_FILES= libexec/gup man/man1/gup.1.gz
-NO_STAGE= yes
do-configure:
@${CP} ${FILESDIR}/freebsd ${WRKSRC}/config
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/gup ${PREFIX}/libexec
- ${INSTALL_MAN} ${WRKSRC}/gup.1 ${MANPREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/gup ${STAGEDIR}${PREFIX}/libexec
+ ${INSTALL_MAN} ${WRKSRC}/gup.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>