svn commit: r363025 - head/devel/premake

John Marino marino at FreeBSD.org
Sun Jul 27 08:25:21 UTC 2014


Author: marino
Date: Sun Jul 27 08:25:20 2014
New Revision: 363025
URL: http://svnweb.freebsd.org/changeset/ports/363025
QAT: https://qat.redports.org/buildarchive/r363025/

Log:
  devel/premake: pet portlint and unmask installation
  
  I meant to cd to devel/premake4 and started cleaning up this port by
  mistake.  Oh well.  Portlint is now happy and danfe@ will be happy that
  I unmasked and installation command.

Modified:
  head/devel/premake/Makefile
  head/devel/premake/pkg-descr

Modified: head/devel/premake/Makefile
==============================================================================
--- head/devel/premake/Makefile	Sun Jul 27 08:20:54 2014	(r363024)
+++ head/devel/premake/Makefile	Sun Jul 27 08:25:20 2014	(r363025)
@@ -9,7 +9,7 @@ MASTER_SITES=	SF/${PORTNAME}/Premake/${P
 DISTNAME=	${PORTNAME}-src-${PORTVERSION}
 
 MAINTAINER=	lippe at FreeBSD.org
-COMMENT=	Writes build scripts
+COMMENT=	Build script creation tool
 
 OPTIONS_DEFINE=	DOCS
 
@@ -24,6 +24,6 @@ PORTDOCS=	CHANGES.txt LICENSE.txt README
 do-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
-	@${INSTALL_PROGRAM} ${WRKSRC}/bin/premake ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/bin/premake ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>

Modified: head/devel/premake/pkg-descr
==============================================================================
--- head/devel/premake/pkg-descr	Sun Jul 27 08:20:54 2014	(r363024)
+++ head/devel/premake/pkg-descr	Sun Jul 27 08:25:20 2014	(r363025)
@@ -2,4 +2,4 @@ Describe your software project with a fu
 Premake write the build scripts for you. With one file your project can 
 support both IDE-addicted Windows coders and Linux command-line junkies!
 
-WWW:	http://premake.sourceforge.net
+WWW: http://premake.sourceforge.net


More information about the svn-ports-all mailing list