diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-20 20:25:29 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-20 20:25:29 +0000 |
commit | b0985678250efe9d5b049bd18fd69830c2f4edd2 (patch) | |
tree | e710ffd3278ff5d184634f33b229568e990df3e6 /net/cvsup-mirror/Makefile | |
parent | 5034414b87cb625149fc9cab140ad0f608ecf7ea (diff) | |
download | ports-b0985678250efe9d5b049bd18fd69830c2f4edd2.tar.gz ports-b0985678250efe9d5b049bd18fd69830c2f4edd2.zip |
Notes
Diffstat (limited to 'net/cvsup-mirror/Makefile')
-rw-r--r-- | net/cvsup-mirror/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/cvsup-mirror/Makefile b/net/cvsup-mirror/Makefile index 9871d8b7c8ed..5bac3d15a7f3 100644 --- a/net/cvsup-mirror/Makefile +++ b/net/cvsup-mirror/Makefile @@ -12,11 +12,10 @@ DISTFILES= MAINTAINER= jdp@FreeBSD.org -RUN_DEPENDS= ${PREFIX}/bin/cvsup:${PORTSDIR}/net/cvsup-bin \ - ${PREFIX}/sbin/cvsupd:${PORTSDIR}/net/cvsupd-bin +RUN_DEPENDS= ${LOCALBASE}/bin/cvsup:${PORTSDIR}/net/cvsup-bin \ + ${LOCALBASE}/sbin/cvsupd:${PORTSDIR}/net/cvsupd-bin NO_WRKSUBDIR= true -NO_CHECKSUM= true NO_BUILD= true IS_INTERACTIVE= true NO_PACKAGE= too interactive |