diff options
author | John Polstra <jdp@FreeBSD.org> | 2001-07-21 18:45:52 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 2001-07-21 18:45:52 +0000 |
commit | c6b0ce77616a3a5ed66ed9141f97710ff57457d1 (patch) | |
tree | b84d9f64a55d1105d0ea7700a211f0b254470b30 /net | |
parent | Oops, PORTREVISION bump is not required. (diff) |
Update ports which depend on cvsup-bin or cvsupd-bin to use the
cvsup port instead. I am removing the *-bin ports.
Notes
Notes:
svn path=/head/; revision=45318
Diffstat (limited to 'net')
-rw-r--r-- | net/cvsup-mirror/Makefile | 3 | ||||
-rw-r--r-- | net/cvsupit/Makefile | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/net/cvsup-mirror/Makefile b/net/cvsup-mirror/Makefile index c0bd9299add9..3ede130549a7 100644 --- a/net/cvsup-mirror/Makefile +++ b/net/cvsup-mirror/Makefile @@ -12,8 +12,7 @@ DISTFILES= MAINTAINER= jdp@FreeBSD.org -RUN_DEPENDS= ${LOCALBASE}/bin/cvsup:${PORTSDIR}/net/cvsup-bin \ - ${LOCALBASE}/sbin/cvsupd:${PORTSDIR}/net/cvsupd-bin +RUN_DEPENDS= ${LOCALBASE}/sbin/cvsupd:${PORTSDIR}/net/cvsup NO_WRKSUBDIR= true NO_BUILD= true diff --git a/net/cvsupit/Makefile b/net/cvsupit/Makefile index 82ff8444a3c7..0293ef623e69 100644 --- a/net/cvsupit/Makefile +++ b/net/cvsupit/Makefile @@ -16,7 +16,7 @@ MAINTAINER= jkh@FreeBSD.org IS_INTERACTIVE= 'Must configure cvsup server information' .endif -RUN_DEPENDS= cvsup:${PORTSDIR}/net/cvsup-bin +RUN_DEPENDS= cvsup:${PORTSDIR}/net/cvsup .if (BATCH) NO_INSTALL= yes |