svn commit: r310371 - in head/shells: . bash-static-devel
Emanuel Haupt
ehaupt at FreeBSD.org
Mon Jan 14 11:48:20 UTC 2013
Author: ehaupt
Date: Mon Jan 14 11:48:19 2013
New Revision: 310371
URL: http://svnweb.freebsd.org/changeset/ports/310371
Log:
Add shells/bash-static-devel. The goal of this port is to have a more up to date
version of shells/bash-static.
This port has also been converted to use OPTIONSng.
Added:
head/shells/bash-static-devel/
head/shells/bash-static-devel/Makefile (contents, props changed)
Modified:
head/shells/Makefile
Modified: head/shells/Makefile
==============================================================================
--- head/shells/Makefile Mon Jan 14 11:47:17 2013 (r310370)
+++ head/shells/Makefile Mon Jan 14 11:48:19 2013 (r310371)
@@ -9,6 +9,7 @@
SUBDIR += bash-completion
SUBDIR += bash-devel
SUBDIR += bash-static
+ SUBDIR += bash-static-devel
SUBDIR += bashc
SUBDIR += ch
SUBDIR += dash
Added: head/shells/bash-static-devel/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/shells/bash-static-devel/Makefile Mon Jan 14 11:48:19 2013 (r310371)
@@ -0,0 +1,8 @@
+# Created by: Emanuel Haupt <ehaupt at FreeBSD.org>
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../../shells/bash-devel
+
+OPTIONS_SET= STATIC_BASH
+
+.include "${MASTERDIR}/Makefile"
More information about the svn-ports-all
mailing list