diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-01-29 20:34:41 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-01-29 20:34:41 +0000 |
commit | 2c100880f902f3ec802dda809e40c015b7409665 (patch) | |
tree | 64b21781caaec9ed43b5dd64f0ceb0948e5924ff /misc/gnome-icon-theme | |
parent | dd696752821178c5b09fb293b7e2ebe9645a8767 (diff) | |
download | ports-2c100880f902f3ec802dda809e40c015b7409665.tar.gz ports-2c100880f902f3ec802dda809e40c015b7409665.zip |
Notes
Diffstat (limited to 'misc/gnome-icon-theme')
-rw-r--r-- | misc/gnome-icon-theme/Makefile | 4 | ||||
-rw-r--r-- | misc/gnome-icon-theme/pkg-plist | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/misc/gnome-icon-theme/Makefile b/misc/gnome-icon-theme/Makefile index f4154454a901..2b7ea00c3d57 100644 --- a/misc/gnome-icon-theme/Makefile +++ b/misc/gnome-icon-theme/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnome-icon-theme PORTVERSION= 2.8.0 +PORTREVISION= 1 CATEGORIES= misc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.8 @@ -31,4 +32,7 @@ post-patch: @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' \ ${WRKSRC}/Makefile.in +post-install: + @${MKDIR} ${PREFIX}/share/icons/gnome/48x48/apps + .include <bsd.port.mk> diff --git a/misc/gnome-icon-theme/pkg-plist b/misc/gnome-icon-theme/pkg-plist index d7468bf0e42d..7ec97f7df4aa 100644 --- a/misc/gnome-icon-theme/pkg-plist +++ b/misc/gnome-icon-theme/pkg-plist @@ -98,6 +98,7 @@ share/icons/gnome/36x36/filesystems/gnome-fs-directory-visiting.icon share/icons/gnome/36x36/filesystems/gnome-fs-directory-visiting.png share/icons/gnome/36x36/filesystems/gnome-fs-directory.icon share/icons/gnome/36x36/filesystems/gnome-fs-directory.png +@exec mkdir -p %D/share/icons/gnome/48x48/apps share/icons/gnome/48x48/devices/gnome-dev-battery.png share/icons/gnome/48x48/devices/gnome-dev-cdrom-audio.png share/icons/gnome/48x48/devices/gnome-dev-cdrom.png |