diff options
Diffstat (limited to 'security/mozilla-rootcerts/Makefile')
-rw-r--r-- | security/mozilla-rootcerts/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/mozilla-rootcerts/Makefile b/security/mozilla-rootcerts/Makefile index 9426acb9fc3..fbdddc951ab 100644 --- a/security/mozilla-rootcerts/Makefile +++ b/security/mozilla-rootcerts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2011/09/08 19:46:01 drochner Exp $ +# $NetBSD: Makefile,v 1.9 2012/10/23 18:16:36 asau Exp $ DISTNAME= mozilla-rootcerts-1.0.${CERTDATA_DATE} CATEGORIES= security @@ -11,8 +11,6 @@ HOMEPAGE= http://mxr.mozilla.org/mozilla/source/security/nss/lib/ckfw/builtins/c COMMENT= Root CA certificates from the Mozilla Project LICENSE= mpl-1.1 OR gnu-gpl-v2 OR gnu-lgpl-v2.1 -PKG_DESTDIR_SUPPORT= user-destdir - USE_TOOLS= awk:run echo:run expr:run ln:run ls:run openssl:run rm:run CERTDATA_DATE= 20110902 |