From owner-svn-ports-all@freebsd.org Fri Nov 27 11:27:28 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77CA8A3A0AC; Fri, 27 Nov 2015 11:27:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 40EF51079; Fri, 27 Nov 2015 11:27:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tARBRRLW001289; Fri, 27 Nov 2015 11:27:27 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tARBRRbZ001288; Fri, 27 Nov 2015 11:27:27 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511271127.tARBRRbZ001288@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 27 Nov 2015 11:27:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402484 - head/devel/gtgt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Nov 2015 11:27:28 -0000 Author: amdmi3 Date: Fri Nov 27 11:27:27 2015 New Revision: 402484 URL: https://svnweb.freebsd.org/changeset/ports/402484 Log: - Add LICENSE - Add NO_ARCH - Switch to options helpers - Fix installation: no files were installed Modified: head/devel/gtgt/Makefile Modified: head/devel/gtgt/Makefile ============================================================================== --- head/devel/gtgt/Makefile Fri Nov 27 11:27:05 2015 (r402483) +++ head/devel/gtgt/Makefile Fri Nov 27 11:27:27 2015 (r402484) @@ -3,6 +3,7 @@ PORTNAME= gtgt PORTVERSION= 3.2.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF @@ -11,23 +12,29 @@ COMMENT= General (or GNU) template gener RUN_DEPENDS= bash:${PORTSDIR}/shells/bash +LICENSE= GPLv2 # or later (though COPYING has GPLv3) + USES= shebangfix NO_BUILD= yes +NO_ARCH= yes PORTDOCS= autoconf.html automake.html \ company-license.long company-license.short \ gtgt.gif gtgt.html gtgt.txt \ index.html libtool.html -PLIST_FILES= ${SCRIPTS:S/^/bin\//} +SCRIPTS= gcng gptg gscg -SHEBANG_FILES= scripts/gcng scripts/gptg scripts/gscg +PLIST_FILES= ${SCRIPTS:S/^/bin\//} +SHEBANG_FILES= ${SCRIPTS:S/^/scripts\//} OPTIONS_DEFINE= DOCS do-install: .for f in ${SCRIPTS} - ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/scripts/${f} ${STAGEDIR}${PREFIX}/bin .endfor + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${STAGEDIR}${DOCSDIR}