svn commit: r345931 - head/news/gup
Emanuel Haupt
ehaupt at FreeBSD.org
Tue Feb 25 08:51:47 UTC 2014
Author: ehaupt
Date: Tue Feb 25 08:51:47 2014
New Revision: 345931
URL: http://svnweb.freebsd.org/changeset/ports/345931
QAT: https://qat.redports.org/buildarchive/r345931/
Log:
Support staging
Modified:
head/news/gup/Makefile
Modified: head/news/gup/Makefile
==============================================================================
--- head/news/gup/Makefile Tue Feb 25 08:50:24 2014 (r345930)
+++ head/news/gup/Makefile Tue Feb 25 08:51:47 2014 (r345931)
@@ -11,15 +11,13 @@ COMMENT= Allows remote sites to change t
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>
More information about the svn-ports-head
mailing list