aboutsummaryrefslogtreecommitdiffstats
path: root/print/gv/Makefile
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-12-21 03:33:28 +0800
committerbapt <bapt@FreeBSD.org>2014-12-21 03:33:28 +0800
commitd53b1619c42b06ff6fc4db56bf3142afde3076b0 (patch)
tree79077cda828b3810fdc82f9ce68b72828a398dc0 /print/gv/Makefile
parent4c5a04988cc059f7ce62f6720ae4d038bab9479a (diff)
downloadfreebsd-ports-gnome-d53b1619c42b06ff6fc4db56bf3142afde3076b0.tar.gz
freebsd-ports-gnome-d53b1619c42b06ff6fc4db56bf3142afde3076b0.tar.zst
freebsd-ports-gnome-d53b1619c42b06ff6fc4db56bf3142afde3076b0.zip
cleanup plist
Diffstat (limited to 'print/gv/Makefile')
-rw-r--r--print/gv/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/print/gv/Makefile b/print/gv/Makefile
index 3d8d3f927b4c..f072c35f51a5 100644
--- a/print/gv/Makefile
+++ b/print/gv/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gv
PORTVERSION= 3.7.4
+PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= GNU/${PORTNAME}
@@ -27,14 +28,9 @@ INFO= gv
PLIST_FILES= bin/gv \
bin/gv-update-userconfig \
%%DATADIR%%/gv_system.ad \
- %%DATADIR%%/safe-gs-workdir/.keep_me \
lib/X11/app-defaults/GV \
man/man1/gv.1.gz \
man/man1/gv-update-userconfig.1.gz
-PLIST_DIRS= %%DATADIR%%/safe-gs-workdir \
- %%DATADIR%%
-
-post-install:
- @${TOUCH} ${STAGEDIR}${DATADIR}/safe-gs-workdir/.keep_me
+PLIST_DIRS= %%DATADIR%%/safe-gs-workdir
.include <bsd.port.mk>