svn commit: r365336 - in head/net: cvsup cvsup-without-gui
Matthias Andree
mandree at FreeBSD.org
Mon Aug 18 18:37:31 UTC 2014
Author: mandree
Date: Mon Aug 18 18:37:30 2014
New Revision: 365336
URL: http://svnweb.freebsd.org/changeset/ports/365336
QAT: https://qat.redports.org/buildarchive/r365336/
Log:
STAGE.
Modified:
head/net/cvsup-without-gui/Makefile
head/net/cvsup/Makefile
head/net/cvsup/pkg-plist
Modified: head/net/cvsup-without-gui/Makefile
==============================================================================
--- head/net/cvsup-without-gui/Makefile Mon Aug 18 18:18:42 2014 (r365335)
+++ head/net/cvsup-without-gui/Makefile Mon Aug 18 18:37:30 2014 (r365336)
@@ -3,5 +3,4 @@
MASTERDIR= ${.CURDIR}/../cvsup
OPTIONS_EXCLUDE= X11
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/net/cvsup/Makefile
==============================================================================
--- head/net/cvsup/Makefile Mon Aug 18 18:18:42 2014 (r365335)
+++ head/net/cvsup/Makefile Mon Aug 18 18:37:30 2014 (r365336)
@@ -17,7 +17,6 @@ ONLY_FOR_ARCHS= amd64 i386 sparc64
OPTIONS_DEFINE= X11 STATIC
OPTIONS_DEFAULT= X11
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSTATIC}
@@ -55,8 +54,7 @@ CONFLICTS= cvsup-without-gui-[0-9]*
.endif
MAKE_ARGS+= PREFIX=${PREFIX} M3FLAGS="${M3FLAGS}"
-MAN1= cvpasswd.1 cvsup.1
-MAN8= cvsupd.8
+INSTALL_TARGET= install BINDIR=${STAGEDIR}${PREFIX}/bin MANDIR=${STAGEDIR}${MANPREFIX}/man
pre-patch:
.if ${ARCH} == "amd64"
@@ -66,7 +64,8 @@ pre-patch:
.endif
post-install:
- @${MKDIR} ${PREFIX}/share/cvsup
- @${INSTALL_DATA} ${WRKSRC}/License ${PREFIX}/share/cvsup/License
+ ${MV} ${STAGEDIR}${PREFIX}/bin/cvsupd ${STAGEDIR}${PREFIX}/sbin/
+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/cvsup
+ @${INSTALL_DATA} ${WRKSRC}/License ${STAGEDIR}${PREFIX}/share/cvsup/License
.include <bsd.port.post.mk>
Modified: head/net/cvsup/pkg-plist
==============================================================================
--- head/net/cvsup/pkg-plist Mon Aug 18 18:18:42 2014 (r365335)
+++ head/net/cvsup/pkg-plist Mon Aug 18 18:37:30 2014 (r365336)
@@ -1,5 +1,8 @@
bin/cvpasswd
bin/cvsup
+man/man1/cvpasswd.1.gz
+man/man1/cvsup.1.gz
+man/man8/cvsupd.8.gz
sbin/cvsupd
share/cvsup/License
@dirrm share/cvsup
More information about the svn-ports-all
mailing list