[Midnightbsd-cvs] mports [24381] trunk/misc/gnustep-examples/Makefile: remove old approach

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Sep 24 19:18:24 EDT 2018


Revision: 24381
          http://svnweb.midnightbsd.org/mports/?rev=24381
Author:   laffer1
Date:     2018-09-24 19:18:23 -0400 (Mon, 24 Sep 2018)
Log Message:
-----------
remove old approach

Modified Paths:
--------------
    trunk/misc/gnustep-examples/Makefile

Modified: trunk/misc/gnustep-examples/Makefile
===================================================================
--- trunk/misc/gnustep-examples/Makefile	2018-09-24 23:14:56 UTC (rev 24380)
+++ trunk/misc/gnustep-examples/Makefile	2018-09-24 23:18:23 UTC (rev 24381)
@@ -4,13 +4,12 @@
 PORTVERSION=	1.4.0
 PORTREVISION=	1
 CATEGORIES=	misc gnustep
-MASTER_SITES=	${MASTER_SITE_GNUSTEP}
-MASTER_SITE_SUBDIR=	usr-apps
+MASTER_SITES=	GNUSTEP/usr-apps
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	GNUstep example applications
 
-LICENSE=	gpl2
+LICENSE=	gpl3
 
 USES=		gnustep
 USE_GNUSTEP=	back build
@@ -19,7 +18,6 @@
 WRKSRC=		${WRKDIR}/${DISTNAME}
 USE_GNUSTEP_MAKE_DIRS+=	gui/Finger gui/GFractal gui/HostAddress gui/MyGL \
 			gui/Calculator gui/Ink gui/GSTest
-MAKE_ENV+=	GNUSTEP_INSTALLATION_DIR=${GNUSTEP_LOCAL_ROOT}
 
 post-patch:
 	${REINPLACE_CMD} -e 's|^//|#|' \



More information about the Midnightbsd-cvs mailing list