diff options
author | petef <petef@FreeBSD.org> | 2001-10-29 18:25:54 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-10-29 18:25:54 +0800 |
commit | 00a917e37364d69112f7eed10f913864a26b6d0c (patch) | |
tree | ef12f129ada27dee315720f67228d0703c20a007 /sysutils/gcombust | |
parent | 2640ed1ae32cd237a9216677c5a85deb23cd2e3d (diff) | |
download | freebsd-ports-gnome-00a917e37364d69112f7eed10f913864a26b6d0c.tar.gz freebsd-ports-gnome-00a917e37364d69112f7eed10f913864a26b6d0c.tar.zst freebsd-ports-gnome-00a917e37364d69112f7eed10f913864a26b6d0c.zip |
- update to 0.1.46
PR: 29999
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
- we don't own share/pixmaps, don't try to @dirrm it
Diffstat (limited to 'sysutils/gcombust')
-rw-r--r-- | sysutils/gcombust/Makefile | 2 | ||||
-rw-r--r-- | sysutils/gcombust/distinfo | 2 | ||||
-rw-r--r-- | sysutils/gcombust/pkg-plist | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/gcombust/Makefile b/sysutils/gcombust/Makefile index 95fb7d484bf9..8fb0b633100c 100644 --- a/sysutils/gcombust/Makefile +++ b/sysutils/gcombust/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gcombust -PORTVERSION= 0.1.45 +PORTVERSION= 0.1.46 CATEGORIES= sysutils MASTER_SITES= http://www.abo.fi/~jmunsin/gcombust/ diff --git a/sysutils/gcombust/distinfo b/sysutils/gcombust/distinfo index c5bdb3f64131..7f10120ac72e 100644 --- a/sysutils/gcombust/distinfo +++ b/sysutils/gcombust/distinfo @@ -1 +1 @@ -MD5 (gcombust-0.1.45.tar.gz) = 772540caffe82b657a3bb5cee4e13acf +MD5 (gcombust-0.1.46.tar.gz) = 4e0b2d3e4740dae081a18ab63a086620 diff --git a/sysutils/gcombust/pkg-plist b/sysutils/gcombust/pkg-plist index 585d59b08a82..bce2115d5f3f 100644 --- a/sysutils/gcombust/pkg-plist +++ b/sysutils/gcombust/pkg-plist @@ -17,5 +17,5 @@ share/locale/no/LC_MESSAGES/gcombust.mo share/locale/ru/LC_MESSAGES/gcombust.mo share/locale/sv/LC_MESSAGES/gcombust.mo share/pixmaps/gcombust.xpm -@dirrm share/pixmaps +@unexec rmdir %D/share/pixmaps 2>/dev/null || true @dirrm share/doc/gcombust |