diff options
author | joerg <joerg> | 2013-07-19 12:57:28 +0000 |
---|---|---|
committer | joerg <joerg> | 2013-07-19 12:57:28 +0000 |
commit | e5cca79c16651083ccdd043eee76a4ae1a03de98 (patch) | |
tree | ac12739c77bed87c675dd3562d493229fd10d8a2 | |
parent | 23af9ac283686dcb3410d40d9118cb12f29aa646 (diff) | |
download | pkgsrc-e5cca79c16651083ccdd043eee76a4ae1a03de98.tar.gz |
Install missing files as necessary.
-rw-r--r-- | security/pam-p11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pam-p11/Makefile b/security/pam-p11/Makefile index c30bbd95307..6deb814b8e0 100644 --- a/security/pam-p11/Makefile +++ b/security/pam-p11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2013/04/01 12:23:52 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2013/07/19 12:57:28 joerg Exp $ # DISTNAME= pam_p11-0.1.5 @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes USE_TOOLS+= gmake pkg-config autoconf automake pre-configure: - cd ${WRKSRC} && autoreconf -f + cd ${WRKSRC} && autoreconf -f -i .include "../../security/openssl/buildlink3.mk" .include "../../security/libp11/buildlink3.mk" |