diff options
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 |