diff options
Diffstat (limited to 'misc/gnome-icon-theme/Makefile')
-rw-r--r-- | misc/gnome-icon-theme/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/gnome-icon-theme/Makefile b/misc/gnome-icon-theme/Makefile index 7a8afb0d0..a20316240 100644 --- a/misc/gnome-icon-theme/Makefile +++ b/misc/gnome-icon-theme/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnome-icon-theme PORTVERSION= 2.9.3 +PORTREVISION= 1 CATEGORIES= misc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.9 @@ -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> |