diff options
author | naddy <naddy@FreeBSD.org> | 2007-10-05 23:29:08 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2007-10-05 23:29:08 +0800 |
commit | a4802908abdf86f0091816013c46973ae18a04af (patch) | |
tree | 9aa767ef3a1bd58c952a0804cf3d39ad515731f4 /math/galculator | |
parent | a3cf2de4d7f9b0ec2c558876ab776afc4ebe3184 (diff) | |
download | freebsd-ports-gnome-a4802908abdf86f0091816013c46973ae18a04af.tar.gz freebsd-ports-gnome-a4802908abdf86f0091816013c46973ae18a04af.tar.zst freebsd-ports-gnome-a4802908abdf86f0091816013c46973ae18a04af.zip |
Don't try to remove share/pixmaps.
Submitted by: linimon (pointyhat)
Diffstat (limited to 'math/galculator')
-rw-r--r-- | math/galculator/Makefile | 1 | ||||
-rw-r--r-- | math/galculator/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/math/galculator/Makefile b/math/galculator/Makefile index 260dbbf53e9b..e6f63517d0f0 100644 --- a/math/galculator/Makefile +++ b/math/galculator/Makefile @@ -7,6 +7,7 @@ PORTNAME= galculator PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/math/galculator/pkg-plist b/math/galculator/pkg-plist index 4cfb7ab38cf9..5f489fd9e1e1 100644 --- a/math/galculator/pkg-plist +++ b/math/galculator/pkg-plist @@ -23,7 +23,6 @@ share/locale/sk/LC_MESSAGES/galculator.mo share/pixmaps/galculator/galculator.svg share/pixmaps/galculator/galculator_48x48.png @dirrm share/pixmaps/galculator -@dirrmtry share/pixmaps @dirrm %%DATADIR%%/glade @dirrm %%DATADIR%% @dirrmtry share/applications |