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.
This commit is contained in:
John Marino 2014-07-27 08:25:20 +00:00
parent 93ae36ad8c
commit 30fe21fd31
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363025
2 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/Premake/${PORTVERSION}
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.txt
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>

View file

@ -2,4 +2,4 @@ Describe your software project with a full-featured scripting language and let
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