diff options
author | skrll <skrll> | 2002-03-15 17:17:45 +0000 |
---|---|---|
committer | skrll <skrll> | 2002-03-15 17:17:45 +0000 |
commit | 89052609a3339952cc72b5cb5d508a69c7574b59 (patch) | |
tree | 7488a9772f8a3a13a5fe0b2476e4f15974530277 /security | |
parent | 717f042f66beb6647c7dbd8a1e85323f5c7136e0 (diff) | |
download | pkgsrc-89052609a3339952cc72b5cb5d508a69c7574b59.tar.gz |
Another target that does the same job as AUTOMAKE_OVERRIDE bites the dust.
Diffstat (limited to 'security')
-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 |