Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jul 2014 08:25:21 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363025 - head/devel/premake
Message-ID:  <201407270825.s6R8PL0Y066336@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407270825.s6R8PL0Y066336>