diff options
author | flz <flz@FreeBSD.org> | 2005-03-03 18:00:38 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-03-03 18:00:38 +0800 |
commit | 6e97afdb8219ae2d0d39b429b981295843a59a78 (patch) | |
tree | 2a65bffc1849a72b5503964d5ae0981ead03ac24 /net-mgmt/etherape | |
parent | 3721d2923a555e687cbd974014e5d8a708f61faa (diff) | |
download | freebsd-ports-gnome-6e97afdb8219ae2d0d39b429b981295843a59a78.tar.gz freebsd-ports-gnome-6e97afdb8219ae2d0d39b429b981295843a59a78.tar.zst freebsd-ports-gnome-6e97afdb8219ae2d0d39b429b981295843a59a78.zip |
- Fix packing list.
- Bump PORTREVISION.
PR: ports/78128
Submitted by: Samy Al Bahra <samy@kerneled.org> (maintainer)
Approved by: pav (mentor)
Diffstat (limited to 'net-mgmt/etherape')
-rw-r--r-- | net-mgmt/etherape/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/etherape/pkg-plist | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/net-mgmt/etherape/Makefile b/net-mgmt/etherape/Makefile index 63ef6a04d0ca..bc4c851aa60e 100644 --- a/net-mgmt/etherape/Makefile +++ b/net-mgmt/etherape/Makefile @@ -7,7 +7,7 @@ PORTNAME= etherape PORTVERSION= 0.9.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-mgmt gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/net-mgmt/etherape/pkg-plist b/net-mgmt/etherape/pkg-plist index 1ba41b77faa7..f6f840d621be 100644 --- a/net-mgmt/etherape/pkg-plist +++ b/net-mgmt/etherape/pkg-plist @@ -13,12 +13,9 @@ share/locale/nl/LC_MESSAGES/etherape.mo share/locale/tr/LC_MESSAGES/etherape.mo share/pixmaps/etherape.png @dirrm etc/etherape +@unexec rmdir %D/share/pixmaps 2> /dev/null || true @dirrm share/etherape/glade @dirrm share/etherape @dirrm share/gnome/help/etherape/C/stylesheet-images @dirrm share/gnome/help/etherape/C @dirrm share/gnome/help/etherape -@dirrm share/locale/es/LC_MESSAGES -@dirrm share/locale/fr/LC_MESSAGES -@dirrm share/locale/nl/LC_MESSAGES -@dirrm share/locale/tr/LC_MESSAGES |