[Midnightbsd-cvs] mports: Makefile: set license.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Oct 25 18:03:07 EDT 2007


Log Message:
-----------
set license.

Modified Files:
--------------
    mports/math/stepulator:
        Makefile (r1.2 -> r1.3)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/math/stepulator/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lmath/stepulator/Makefile -Lmath/stepulator/Makefile -u -r1.2 -r1.3
--- math/stepulator/Makefile
+++ math/stepulator/Makefile
@@ -17,13 +17,14 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Scientific calculator implementing RPN notation for GNUstep
+LICENSE=	bsd2
 
-WRKSRC=		${WRKDIR}/Stepulator-gs
-USE_GMAKE=	yes
 USE_GNUSTEP=	yes
 USE_GNUSTEP_PREFIX=	yes
 USE_GNUSTEP_BACK=	yes
 USE_GNUSTEP_BUILD=	yes
 USE_GNUSTEP_INSTALL=	yes
 
+WRKSRC=		${WRKDIR}/Stepulator-gs
+
 .include <bsd.port.mk>


More information about the Midnightbsd-cvs mailing list