diff options
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 |