diff options
author | wxs <wxs@FreeBSD.org> | 2009-06-02 07:54:40 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-06-02 07:54:40 +0800 |
commit | 80a55b0b344266691b360b931ba20215d274cdd1 (patch) | |
tree | d42b1e1fcbe6dbbcba43e928c9e222ec00416c64 | |
parent | e13791e271b33fd8ce20d2fa0248635d13175ce6 (diff) | |
download | freebsd-ports-gnome-80a55b0b344266691b360b931ba20215d274cdd1.tar.gz freebsd-ports-gnome-80a55b0b344266691b360b931ba20215d274cdd1.tar.zst freebsd-ports-gnome-80a55b0b344266691b360b931ba20215d274cdd1.zip |
- Don't overwrite binaries in /bin.
PR: ports/134799
Submitted by: Andrew Brown <abrown@freemail.gr>
Approved by: Balwinder S Dheeman <bdheeman@gmail.com> (maintainer)
-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 |