diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-03-03 10:00:38 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-03-03 10:00:38 +0000 |
commit | 6507fc2e1fff4882a865116ae3af921ba98be1e3 (patch) | |
tree | 5353a1e0fa3c2bbf4377b427d892c6f455868b14 /net-mgmt | |
parent | 2525dfe385218b29dc395969a5aa57dba714a2a4 (diff) | |
download | ports-6507fc2e1fff4882a865116ae3af921ba98be1e3.tar.gz ports-6507fc2e1fff4882a865116ae3af921ba98be1e3.zip |
Notes
Diffstat (limited to 'net-mgmt')
-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 |