summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-03-02 03:55:25 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-03-02 03:55:25 +0000
commitb7b9ec7a12ee318c6ecbd907bc06748af5933d8f (patch)
tree18f85ec5a8122466cebe0537e329badbefdade10 /databases
parent- Update to 20130228. (diff)
Variable that start with _ are considered private to the defining
makefile and may not be used by ports makefiles. In addition, avoid problems should the defaults ever change. Approved by: portmgr (tabthorpe)
Notes
Notes: svn path=/head/; revision=313182
Diffstat (limited to 'databases')
-rw-r--r--databases/sqlite3/Makefile2
-rw-r--r--databases/tcl-sqlite3/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index b11cf95252d2..92b5cb2a8ae6 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -13,7 +13,7 @@ COMMENT= An SQL database engine in a C library
LICENSE= public
LICENSE_NAME= Public Domain
LICENSE_TEXT= Description of the license can be obtained from the following URL: http://www.sqlite.org/copyright.html
-LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT}
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
CONFLICTS= sqlite34-[0-9]*
diff --git a/databases/tcl-sqlite3/Makefile b/databases/tcl-sqlite3/Makefile
index b2c34e7eaeac..990656902dfd 100644
--- a/databases/tcl-sqlite3/Makefile
+++ b/databases/tcl-sqlite3/Makefile
@@ -14,7 +14,7 @@ COMMENT= SQLite extension for Tcl using the Tcl Extension Architecture (TEA)
LICENSE= public
LICENSE_NAME= Public Domain
LICENSE_TEXT= Description of the license can be obtained from the following URL: http://www.sqlite.org/copyright.html
-LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT}
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3