aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/pkg_cutleaves/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ports-mgmt/pkg_cutleaves/Makefile')
-rw-r--r--ports-mgmt/pkg_cutleaves/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/ports-mgmt/pkg_cutleaves/Makefile b/ports-mgmt/pkg_cutleaves/Makefile
index fa5b982f2faf..ca3d8e2a5ce4 100644
--- a/ports-mgmt/pkg_cutleaves/Makefile
+++ b/ports-mgmt/pkg_cutleaves/Makefile
@@ -8,7 +8,7 @@
#
PORTNAME= pkg_cutleaves
-PORTVERSION= 20031115
+PORTVERSION= 20031227
CATEGORIES= sysutils
MASTER_SITES= # none
DISTFILES= # none
@@ -44,6 +44,9 @@ post-patch:
's,/usr/local/sbin/pkg_deinstall,${LOCALBASE}/sbin/pkg_deinstall,' \
${WRKDIR}/pkg_cutleaves
@${REINPLACE_CMD} -e \
+ 's,/usr/local/sbin/pkgdb,${LOCALBASE}/sbin/pkgdb,' \
+ ${WRKDIR}/pkg_cutleaves
+ @${REINPLACE_CMD} -e \
's,/var/db/pkg,${PKG_DBDIR},' \
${WRKDIR}/pkg_cutleaves
@${REINPLACE_CMD} -e 's,/usr/bin/perl,${PERL},' \