[Midnightbsd-cvs] mports [19539] trunk/devel/gettext/Makefile: do a fake install so we can get this to work on magus

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Jun 24 22:34:20 EDT 2015


Revision: 19539
          http://svnweb.midnightbsd.org/mports/?rev=19539
Author:   laffer1
Date:     2015-06-24 22:34:20 -0400 (Wed, 24 Jun 2015)
Log Message:
-----------
do a fake install so we can get this to work on magus

Modified Paths:
--------------
    trunk/devel/gettext/Makefile

Modified: trunk/devel/gettext/Makefile
===================================================================
--- trunk/devel/gettext/Makefile	2015-06-25 02:31:41 UTC (rev 19538)
+++ trunk/devel/gettext/Makefile	2015-06-25 02:34:20 UTC (rev 19539)
@@ -13,6 +13,9 @@
 USES=		gettext-runtime:run gettext-tools:run
 
 NO_BUILD=	yes
-NO_INSTALL=	yes
+#NO_INSTALL=	yes
 
+do-install:
+	mkdir ${WRKSRC}
+
 .include <bsd.port.mk>



More information about the Midnightbsd-cvs mailing list