diff options
author | jdp <jdp@FreeBSD.org> | 2001-07-22 02:45:52 +0800 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 2001-07-22 02:45:52 +0800 |
commit | dbaf5a81648b0cbea8b7b2104644478d77525ef3 (patch) | |
tree | 83b98a241be97f5f88afc74052bd198e5d83c99b /net | |
parent | 69d6499e32386578b76078eccb29fe48bae5b08b (diff) | |
download | freebsd-ports-graphics-dbaf5a81648b0cbea8b7b2104644478d77525ef3.tar.gz freebsd-ports-graphics-dbaf5a81648b0cbea8b7b2104644478d77525ef3.tar.zst freebsd-ports-graphics-dbaf5a81648b0cbea8b7b2104644478d77525ef3.zip |
Update ports which depend on cvsup-bin or cvsupd-bin to use the
cvsup port instead. I am removing the *-bin ports.
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 c0bd9299add..3ede130549a 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 82ff8444a3c..0293ef623e6 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 |