[Midnightbsd-cvs] mports: Makefile: License, fake fixes.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Jun 12 22:01:34 EDT 2008


Log Message:
-----------
License, fake fixes.

Modified Files:
--------------
    mports/java/bluej:
        Makefile (r1.2 -> r1.3)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/java/bluej/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L java/bluej/Makefile -L java/bluej/Makefile -u -r1.2 -r1.3
--- java/bluej/Makefile
+++ java/bluej/Makefile
@@ -8,6 +8,7 @@
 
 PORTNAME=	bluej
 PORTVERSION=	2.2.0
+PORTREVISION=	1
 CATEGORIES=	java editors
 MASTER_SITES=	http://www.bluej.org/download/files/ \
 		ftp://ftp.bluej.org/pub/bluej/
@@ -17,6 +18,8 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Integrated Java environment designed for introductory teaching
+LICENSE=	restricted
+# not for profit  distribution
 
 IS_INTERACTIVE=	yes
 NO_BUILD=	yes
@@ -30,5 +33,6 @@
 	@cd ${PREFIX}; ${JAVA_HOME}/bin/java -jar ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
 	-@${MKDIR} ${PREFIX}/bin
 	@${LN} -sf ${PREFIX}/bluej/bluej ${PREFIX}/bin/bluej
+	${REINPLACE_CMD} 's|${PREFIX}|${TRUE_PREFIX}|g' ${PREFIX}/bluej/bluej
 
 .include <bsd.port.mk>


More information about the Midnightbsd-cvs mailing list