diff options
author | obache <obache@pkgsrc.org> | 2011-03-23 07:49:47 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-03-23 07:49:47 +0000 |
commit | d44d630616443ec9e1b89f2c9c3053c270593817 (patch) | |
tree | a0b6f6d4a3540d99236aa2d4545dd59b5d823441 /security/pam-af | |
parent | 0fc4d76bc18678ffd6c15f9f5710d09f13ea67b9 (diff) | |
download | pkgsrc-d44d630616443ec9e1b89f2c9c3053c270593817.tar.gz |
bsd.fast.prefs.mk should not be included from packages.
Diffstat (limited to 'security/pam-af')
-rw-r--r-- | security/pam-af/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pam-af/Makefile b/security/pam-af/Makefile index f3db60a19f6..2407d794615 100644 --- a/security/pam-af/Makefile +++ b/security/pam-af/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2011/01/25 09:07:58 obache Exp $ +# $NetBSD: Makefile,v 1.5 2011/03/23 07:49:47 obache Exp $ DISTNAME= pam_af-1.0.1 PKGNAME= ${DISTNAME:S/_/-/} @@ -14,7 +14,7 @@ LICENSE= 2-clause-bsd PKG_DESTDIR_SUPPORT= user-destdir -.include "../../mk/bsd.fast.prefs.mk" +.include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "Linux" .include "../../databases/gdbm/buildlink3.mk" |