From a46751c433316b595109307b3386c72b57c00da2 Mon Sep 17 00:00:00 2001 From: eadler Date: Sat, 2 Mar 2013 03:55:25 +0000 Subject: 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) --- devel/raknet/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel') diff --git a/devel/raknet/Makefile b/devel/raknet/Makefile index 93d63ffb39dc..19f871037918 100644 --- a/devel/raknet/Makefile +++ b/devel/raknet/Makefile @@ -24,7 +24,7 @@ LICENSE= GPLv3 SpecialAuth LICENSE_COMB= dual LICENSE_NAME_SpecialAuth= Special authorization from developer LICENSE_FILE_SpecialAuth= ${FILESDIR}/SpecialAuth.mbox -LICENSE_PERMS_SpecialAuth= ${_LICENSE_PERMS_DEFAULT} +LICENSE_PERMS_SpecialAuth= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USE_ZIP= yes NO_WRKSUBDIR= yes -- cgit