diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-06-01 23:54:40 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-06-01 23:54:40 +0000 |
commit | bfcf79616052a14d23d90c0758e79c9accf76923 (patch) | |
tree | 1991e387b3078bd10297da3af81085a17934d393 /devel/cvs-devel | |
parent | 5512251ff45cf03765ffe4ece9d5b9cd9f463bd8 (diff) | |
download | ports-bfcf79616052a14d23d90c0758e79c9accf76923.tar.gz ports-bfcf79616052a14d23d90c0758e79c9accf76923.zip |
Notes
Diffstat (limited to 'devel/cvs-devel')
-rw-r--r-- | devel/cvs-devel/Makefile | 8 | ||||
-rw-r--r-- | devel/cvs-devel/pkg-plist | 4 |
2 files changed, 1 insertions, 11 deletions
diff --git a/devel/cvs-devel/Makefile b/devel/cvs-devel/Makefile index 3ea01445dcbb..a2f216bb1286 100644 --- a/devel/cvs-devel/Makefile +++ b/devel/cvs-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= cvs PORTVERSION= 1.12.13 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel ipv6 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= non-gnu/${PORTNAME}/source/feature/${PORTVERSION} @@ -37,12 +37,6 @@ post-patch: ${WRKSRC}/configure @${CP} ${FILESDIR}/missing ${WRKSRC} -post-install: -.for f in cvs cvsbug - -${MV} ${PREFIX:S/\/local//}/bin/${f} ${PREFIX:S/\/local//}/bin/${f}.orig - -${CP} -p ${PREFIX}/bin/${f} ${PREFIX:S/\/local//}/bin -.endfor - generate-patch: cvs -R -d ${CVS_SITE} rdiff -u -r ${CVS_VER} -r HEAD \ src/contrib/cvs \ diff --git a/devel/cvs-devel/pkg-plist b/devel/cvs-devel/pkg-plist index ee011cfc0cb5..bd554a9876c1 100644 --- a/devel/cvs-devel/pkg-plist +++ b/devel/cvs-devel/pkg-plist @@ -1,10 +1,6 @@ @comment $FreeBSD$ -@unexec if [ -x /usr/bin/cvs.orig ]; then mv -f /usr/bin/cvs.orig /usr/bin/cvs; fi bin/cvs -@exec if [ ! -x /usr/bin/cvs.orig ]; then mv /usr/bin/cvs /usr/bin/cvs.orig; cp -p %D/%F /usr/bin/%F; fi -@unexec if [ -x /usr/bin/cvsbug.orig ]; then mv -f /usr/bin/cvsbug.orig /usr/bin/cvsbug; fi bin/cvsbug -@exec if [ ! -x /usr/bin/cvsbug.orig ]; then mv /usr/bin/cvsbug /usr/bin/cvsbug.orig; cp -p %D/%F /usr/bin/%F; fi bin/rcs2log share/cvs/contrib/README share/cvs/contrib/clmerge |