diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-03 15:56:08 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-03 15:56:08 +0800 |
commit | d178248b432641b90de312f961ff2b808ff10752 (patch) | |
tree | d9820b98edc2eef57384116fce6cb49a527e8d29 /net | |
parent | 14c508aa896d9e89b86382cf778e85106267d5b8 (diff) | |
download | freebsd-ports-gnome-d178248b432641b90de312f961ff2b808ff10752.tar.gz freebsd-ports-gnome-d178248b432641b90de312f961ff2b808ff10752.tar.zst freebsd-ports-gnome-d178248b432641b90de312f961ff2b808ff10752.zip |
Remove useless entry in plist
Diffstat (limited to 'net')
-rw-r--r-- | net/pygopherd/Makefile | 2 | ||||
-rw-r--r-- | net/pygopherd/pkg-plist | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/net/pygopherd/Makefile b/net/pygopherd/Makefile index 46a43eedb6cf..2b5466fea56c 100644 --- a/net/pygopherd/Makefile +++ b/net/pygopherd/Makefile @@ -3,7 +3,7 @@ PORTNAME= pygopherd PORTVERSION= 2.0.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net python MASTER_SITES= http://gopher.quux.org:70/devel/gopher/Downloads/pygopherd/ \ http://gopher.quux.org:70/devel/gopher/Downloads/pygopherd/old/ diff --git a/net/pygopherd/pkg-plist b/net/pygopherd/pkg-plist index 1ef7c38adc15..29adb215fd6f 100644 --- a/net/pygopherd/pkg-plist +++ b/net/pygopherd/pkg-plist @@ -131,4 +131,3 @@ etc/pygopherd/mime.types %%PYTHON_SITELIBDIR%%/pygopherd/zipfile.pyc %%PYTHON_SITELIBDIR%%/pygopherd/zipfile.pyo man/man8/pygopherd.8.gz -@unexec rmdir %D/etc/pygopherd 2> /dev/null || echo "If you do not plan on reinstalling pygopherd, you can safely remove %D/etc/pygopherd" |