diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2014-08-18 18:37:30 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2014-08-18 18:37:30 +0000 |
commit | 7c69f575656d05b29e678d152f0b1ac342d60630 (patch) | |
tree | 2f3cf4527108d1a4d4b38a5ed3cd45e7eb025408 /net | |
parent | 963045e110779aaa83ea3d6dffdf094133af647c (diff) | |
download | freebsd-ports-7c69f575656d05b29e678d152f0b1ac342d60630.zip |
STAGE.
Diffstat (limited to 'net')
-rw-r--r-- | net/cvsup-without-gui/Makefile | 1 | ||||
-rw-r--r-- | net/cvsup/Makefile | 9 | ||||
-rw-r--r-- | net/cvsup/pkg-plist | 3 |
3 files changed, 7 insertions, 6 deletions
diff --git a/net/cvsup-without-gui/Makefile b/net/cvsup-without-gui/Makefile index e1d30d23c3c7..0157464cddd5 100644 --- a/net/cvsup-without-gui/Makefile +++ b/net/cvsup-without-gui/Makefile @@ -3,5 +3,4 @@ MASTERDIR= ${.CURDIR}/../cvsup OPTIONS_EXCLUDE= X11 -NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile index 0a14a4a20701..6e222d38a6c0 100644 --- a/net/cvsup/Makefile +++ b/net/cvsup/Makefile @@ -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> diff --git a/net/cvsup/pkg-plist b/net/cvsup/pkg-plist index bf4feacd4da8..042bffd64a7c 100644 --- a/net/cvsup/pkg-plist +++ b/net/cvsup/pkg-plist @@ -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 |