diff options
author | naddy <naddy@FreeBSD.org> | 2004-12-20 06:48:00 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2004-12-20 06:48:00 +0800 |
commit | fd1d3c78f173697f997cf50a949b366e40eb6d44 (patch) | |
tree | 92e3dcc61c1998f40baedb5b3be241abe3044ded /math/galculator | |
parent | e10d42fbbbf2ad51f40acbc098d504f2a83a25c2 (diff) | |
download | freebsd-ports-gnome-fd1d3c78f173697f997cf50a949b366e40eb6d44.tar.gz freebsd-ports-gnome-fd1d3c78f173697f997cf50a949b366e40eb6d44.tar.zst freebsd-ports-gnome-fd1d3c78f173697f997cf50a949b366e40eb6d44.zip |
Don't leave extra directory after uninstall.
Submitted by: kris (pointyhat)
Diffstat (limited to 'math/galculator')
-rw-r--r-- | math/galculator/Makefile | 2 | ||||
-rw-r--r-- | math/galculator/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/math/galculator/Makefile b/math/galculator/Makefile index 946c7fb55e51..1144da998b71 100644 --- a/math/galculator/Makefile +++ b/math/galculator/Makefile @@ -7,7 +7,7 @@ PORTNAME= galculator PORTVERSION= 1.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/math/galculator/pkg-plist b/math/galculator/pkg-plist index ba5386c56dac..2533985c300f 100644 --- a/math/galculator/pkg-plist +++ b/math/galculator/pkg-plist @@ -19,3 +19,4 @@ share/locale/pt_BR/LC_MESSAGES/galculator.mo share/locale/ro/LC_MESSAGES/galculator.mo @dirrm share/galculator/glade @dirrm share/galculator +@unexec rmdir %D/share/applications 2>/dev/null || true |