diff options
-rw-r--r-- | misc/hicolor-icon-theme/Makefile | 5 | ||||
-rw-r--r-- | misc/hicolor-icon-theme/distinfo | 4 | ||||
-rw-r--r-- | misc/hicolor-icon-theme/files/patch-Makefile | 12 |
3 files changed, 5 insertions, 16 deletions
diff --git a/misc/hicolor-icon-theme/Makefile b/misc/hicolor-icon-theme/Makefile index b2428c8258a2..aaf638e53e29 100644 --- a/misc/hicolor-icon-theme/Makefile +++ b/misc/hicolor-icon-theme/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= hicolor-icon-theme -PORTVERSION= 0.3 +PORTVERSION= 0.4 CATEGORIES= misc gnome MASTER_SITES= http://www.freedesktop.org/Software/icon-theme/releases/ @@ -13,6 +13,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A high-color icon theme shell from the FreeDesktop project USE_X_PREFIX= yes -NO_BUILD= yes +USE_GNOME= gnometarget +GNU_CONFIGURE= yes .include <bsd.port.mk> diff --git a/misc/hicolor-icon-theme/distinfo b/misc/hicolor-icon-theme/distinfo index 92a8e121cc27..6d0cc3a591a5 100644 --- a/misc/hicolor-icon-theme/distinfo +++ b/misc/hicolor-icon-theme/distinfo @@ -1,2 +1,2 @@ -MD5 (hicolor-icon-theme-0.3.tar.gz) = 4257206ba86dc37e6b6cf57c9e2f927e -SIZE (hicolor-icon-theme-0.3.tar.gz) = 2253 +MD5 (hicolor-icon-theme-0.4.tar.gz) = 6eed3cd8640f3ccbac2ad7076fcd4faa +SIZE (hicolor-icon-theme-0.4.tar.gz) = 24734 diff --git a/misc/hicolor-icon-theme/files/patch-Makefile b/misc/hicolor-icon-theme/files/patch-Makefile deleted file mode 100644 index eb52c59af47f..000000000000 --- a/misc/hicolor-icon-theme/files/patch-Makefile +++ /dev/null @@ -1,12 +0,0 @@ ---- Makefile.orig Mon Dec 2 06:49:53 2002 -+++ Makefile Sun Feb 1 17:15:01 2004 -@@ -1,8 +1,7 @@ - VERSION=0.3 --PREFIX=/usr/local - DATADIR=$(PREFIX)/share - DESTDIR= --INSTALL=install -+INSTALL=$(BSD_INSTALL_DATA) - - FILES=index.theme Makefile README ChangeLog - |