summaryrefslogtreecommitdiff
path: root/print/gv
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-12-20 19:33:28 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-12-20 19:33:28 +0000
commit28a046b5868c5152168c1460bb6c0ba79ef66cbd (patch)
tree79077cda828b3810fdc82f9ce68b72828a398dc0 /print/gv
parentcleanup plist (diff)
cleanup plist
Notes
Notes: svn path=/head/; revision=375108
Diffstat (limited to 'print/gv')
-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>