summaryrefslogtreecommitdiff
path: root/ports-mgmt/p5-FreeBSD-Portindex/Makefile
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2014-05-05 20:13:39 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2014-05-05 20:13:39 +0000
commitc1617bf42565a68989e579467ae7964eb9953cdd (patch)
tree6910509510ebb31fd7c2c6ade6ca53ba06af5206 /ports-mgmt/p5-FreeBSD-Portindex/Makefile
parentUpdate to Yorick 2.2.03 (diff)
Clean up the /var/db/portindex directory (if it is empty) on
deinstallation. Submitted by: swills (via jenkins.freebsd.org)
Notes
Notes: svn path=/head/; revision=353039
Diffstat (limited to 'ports-mgmt/p5-FreeBSD-Portindex/Makefile')
-rw-r--r--ports-mgmt/p5-FreeBSD-Portindex/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/ports-mgmt/p5-FreeBSD-Portindex/Makefile b/ports-mgmt/p5-FreeBSD-Portindex/Makefile
index 0bbc76ac26db..f5d713f64c0d 100644
--- a/ports-mgmt/p5-FreeBSD-Portindex/Makefile
+++ b/ports-mgmt/p5-FreeBSD-Portindex/Makefile
@@ -3,6 +3,7 @@
PORTNAME= FreeBSD-Portindex
PORTVERSION= 3.4
+PORTREVISION= 1
CATEGORIES= ports-mgmt perl5
MASTER_SITES= http://www.infracaninophile.co.uk/portindex/
PKGNAMEPREFIX= p5-
@@ -37,13 +38,13 @@ CACHE_MODE?= 0775
CFG_FILE= portindex.cfg
-SUB_FILES+= pkg-install
+SUB_FILES+= pkg-install pkg-deinstall
SUB_LIST+= CACHE_DIR=${CACHE_DIR} \
CACHE_OWNER=${CACHE_OWNER} \
CACHE_GROUP=${CACHE_GROUP} \
CACHE_MODE=${CACHE_MODE}
-post-install: install-conf
+post-install: install-conf
install-conf:
cd ${WRKSRC} ; \