aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-07-27 16:25:20 +0800
committermarino <marino@FreeBSD.org>2014-07-27 16:25:20 +0800
commit80d4a33350ebf9d627a65426ed2c2e53e9bb2508 (patch)
tree4c9b51e07ce2f6591c1a584892ea7674b25df886 /devel
parentfb90434ee9c974d633f701e20ed8a0888ae49709 (diff)
downloadfreebsd-ports-gnome-80d4a33350ebf9d627a65426ed2c2e53e9bb2508.tar.gz
freebsd-ports-gnome-80d4a33350ebf9d627a65426ed2c2e53e9bb2508.tar.zst
freebsd-ports-gnome-80d4a33350ebf9d627a65426ed2c2e53e9bb2508.zip
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.
Diffstat (limited to 'devel')
-rw-r--r--devel/premake/Makefile4
-rw-r--r--devel/premake/pkg-descr2
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/premake/Makefile b/devel/premake/Makefile
index b8dc156805cf..f35cb00d78ad 100644
--- a/devel/premake/Makefile
+++ b/devel/premake/Makefile
@@ -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>
diff --git a/devel/premake/pkg-descr b/devel/premake/pkg-descr
index 411b082bd6d5..1aa1e51f1a6f 100644
--- a/devel/premake/pkg-descr
+++ b/devel/premake/pkg-descr
@@ -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