diff options
-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 |