Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Nov 2015 11:58:36 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401935 - head/devel/premake
Message-ID:  <201511191158.tAJBwaPY026459@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Nov 19 11:58:36 2015
New Revision: 401935
URL: https://svnweb.freebsd.org/changeset/ports/401935

Log:
  - Switch to options helpers
  - Fix WWW:

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

Modified: head/devel/premake/Makefile
==============================================================================
--- head/devel/premake/Makefile	Thu Nov 19 11:55:10 2015	(r401934)
+++ head/devel/premake/Makefile	Thu Nov 19 11:58:36 2015	(r401935)
@@ -27,8 +27,10 @@ MAKE_JOBS_UNSAFE=	yes
 OPTIONS_DEFINE=	DOCS
 
 do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/bin/premake ${STAGEDIR}${PREFIX}/bin
+
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_PROGRAM} ${WRKSRC}/bin/premake ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>

Modified: head/devel/premake/pkg-descr
==============================================================================
--- head/devel/premake/pkg-descr	Thu Nov 19 11:55:10 2015	(r401934)
+++ head/devel/premake/pkg-descr	Thu Nov 19 11:58:36 2015	(r401935)
@@ -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?201511191158.tAJBwaPY026459>