diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2004-12-19 22:48:00 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2004-12-19 22:48:00 +0000 |
commit | d7d18824b00f2d15b585eb507f56fa491c0322dd (patch) | |
tree | cd3af8dd50f9811c52b1a52338bf5832b59e1b6d /math/galculator | |
parent | 7f59d03596aa03053c81cd352bebac98de7dc623 (diff) |
Don't leave extra directory after uninstall.
Submitted by: kris (pointyhat)
Notes
Notes:
svn path=/head/; revision=124535
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 |