diff options
author | obache <obache> | 2010-05-17 02:55:18 +0000 |
---|---|---|
committer | obache <obache> | 2010-05-17 02:55:18 +0000 |
commit | 8ebaf41e3ed2cdf0a6a9962c959269862a4b3e03 (patch) | |
tree | 1330563d47775c35148811c14753f796f067cb51 | |
parent | 1747cc48dc90267c0303a8709353793dce9d4299 (diff) | |
download | pkgsrc-8ebaf41e3ed2cdf0a6a9962c959269862a4b3e03.tar.gz |
LICENSE=2-cluase-bsd
-rw-r--r-- | security/pam-af/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pam-af/Makefile b/security/pam-af/Makefile index 3c51182a13f..f790a9dcac3 100644 --- a/security/pam-af/Makefile +++ b/security/pam-af/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:44 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2010/05/17 02:55:18 obache Exp $ DISTNAME= pam_af-1.0.1 PKGNAME= ${DISTNAME:S/_/-/} @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= obache@NetBSD.org HOMEPAGE= http://mbsd.msk.ru/stas/pam_af.html COMMENT= Anti-bruteforce PAM module +LICENSE= 2-clause-bsd PKG_DESTDIR_SUPPORT= user-destdir |