diff options
author | skrll <skrll@pkgsrc.org> | 2002-03-15 17:17:45 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-03-15 17:17:45 +0000 |
commit | fb13e12d3b43a94dc352a628ea7c7e26b93b0665 (patch) | |
tree | 7488a9772f8a3a13a5fe0b2476e4f15974530277 /security/pam-ldap | |
parent | f65ba573b0bf1555410abcabd7193cb07d237147 (diff) | |
download | pkgsrc-fb13e12d3b43a94dc352a628ea7c7e26b93b0665.tar.gz |
Another target that does the same job as AUTOMAKE_OVERRIDE bites the dust.
Diffstat (limited to 'security/pam-ldap')
-rw-r--r-- | security/pam-ldap/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/security/pam-ldap/Makefile b/security/pam-ldap/Makefile index 3f851f02b71..25227bd6696 100644 --- a/security/pam-ldap/Makefile +++ b/security/pam-ldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/09/27 23:18:40 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2002/03/15 17:17:45 skrll Exp $ # DISTNAME= pam_ldap @@ -24,11 +24,6 @@ INSTALL_TARGET= install install-data VERSION= 77 -post-configure: # prevent starting of autoconf -.for file in aclocal.m4 Makefile.in Makefile stamp-h.in stamp-h - cd ${WRKSRC} && ${TOUCH} ${file} -.endfor - post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pam-ldap .for doc in COPYING COPYING.LIB INSTALL ChangeLog |