[Midnightbsd-cvs] mports: Makefile: license, change timing of directory creation.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jun 7 16:56:59 EDT 2008


Log Message:
-----------
license, change timing of directory creation.

Modified Files:
--------------
    mports/misc/gnome-icon-theme:
        Makefile (r1.3 -> r1.4)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/misc/gnome-icon-theme/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L misc/gnome-icon-theme/Makefile -L misc/gnome-icon-theme/Makefile -u -r1.3 -r1.4
--- misc/gnome-icon-theme/Makefile
+++ misc/gnome-icon-theme/Makefile
@@ -16,6 +16,7 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	A collection of icons for the GNOME 2 desktop
+LICENSE=	gpl2
 
 BUILD_DEPENDS=	${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \
 		icon-naming-utils>=0.8.1:${PORTSDIR}/x11-themes/icon-naming-utils
@@ -35,7 +36,7 @@
 	@${REINPLACE_CMD} -e 's|@mkdir_p@|mkdir -p|g' \
 		${WRKSRC}/po/Makefile.in.in
 
-post-install:
+pre-install:
 	@${MKDIR} ${PREFIX}/share/icons/gnome/48x48/apps
 
 .include <bsd.port.mk>


More information about the Midnightbsd-cvs mailing list