aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/pkg_cutleaves/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-04-30 20:59:44 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-04-30 20:59:44 +0000
commit5a46ec5ed1c0b1b8de7a501c70f76e2786a39371 (patch)
tree2bfa4cccefceaa48fa30757c38a26aad76ba7af8 /ports-mgmt/pkg_cutleaves/Makefile
parentda9e1a7fcb5679b4ee838cbcdc3cc62b060676fb (diff)
downloadports-5a46ec5ed1c0b1b8de7a501c70f76e2786a39371.tar.gz
ports-5a46ec5ed1c0b1b8de7a501c70f76e2786a39371.zip
Notes
Diffstat (limited to 'ports-mgmt/pkg_cutleaves/Makefile')
-rw-r--r--ports-mgmt/pkg_cutleaves/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/ports-mgmt/pkg_cutleaves/Makefile b/ports-mgmt/pkg_cutleaves/Makefile
index bb77b95e22cf..82b498ec703b 100644
--- a/ports-mgmt/pkg_cutleaves/Makefile
+++ b/ports-mgmt/pkg_cutleaves/Makefile
@@ -6,18 +6,15 @@
#
PORTNAME= pkg_cutleaves
-PORTVERSION= 20051228
+PORTVERSION= 20060430
CATEGORIES= sysutils
MASTER_SITES= http://www.gegenunendlich.de/projects/${PORTNAME}/
MAINTAINER= sw@gegenunendlich.de
COMMENT= Interactive script for deinstalling 'leaf' packages
-RUN_DEPENDS= ${LOCALBASE}/sbin/pkg_deinstall:${PORTSDIR}/sysutils/portupgrade
-
NO_BUILD= yes
USE_PERL5= yes
-USE_REINPLACE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
@@ -33,7 +30,7 @@ post-patch:
's,/usr/local/etc/pkg_leaves.exclude,${PREFIX}/etc/pkg_leaves.exclude,' \
${WRKSRC}/pkg_cutleaves
@${REINPLACE_CMD} -e \
- 's,/usr/local/sbin/pkg_deinstall,${LOCALBASE}/sbin/pkg_deinstall,' \
+ 's,/usr/sbin/pkg_delete,${PKG_DELETE},' \
${WRKSRC}/pkg_cutleaves
@${REINPLACE_CMD} -e \
's,/usr/local/sbin/pkgdb,${LOCALBASE}/sbin/pkgdb,' \