diff options
author | wiz <wiz> | 2001-04-09 11:45:33 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-04-09 11:45:33 +0000 |
commit | 2c821e7d3401d3414bcacfe339aaa47679dd3fa2 (patch) | |
tree | 983eb724fe1ff722e2ee13ead5cd2a7f8a091e31 /www/ap-auth-ldap | |
parent | 6aa8407776fdcd1fb4c263050a3d1d1be38e936f (diff) | |
download | pkgsrc-2c821e7d3401d3414bcacfe339aaa47679dd3fa2.tar.gz |
Remove unneeded '-' before ${MKDIR} or ${INSTALL_DATA_DIR}
Diffstat (limited to 'www/ap-auth-ldap')
-rw-r--r-- | www/ap-auth-ldap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-auth-ldap/Makefile b/www/ap-auth-ldap/Makefile index 5a36b3cde80..03240429f7b 100644 --- a/www/ap-auth-ldap/Makefile +++ b/www/ap-auth-ldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/03/27 03:20:20 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 2001/04/09 11:45:33 wiz Exp $ DISTNAME= auth_ldap-1.5.2 PKGNAME= ap-auth-ldap-1.5.2 @@ -25,7 +25,7 @@ do-build: do-install: @cd ${WRKSRC} && ${PREFIX}/sbin/apxs -i auth_ldap.so - -${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mod_auth_ldap + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mod_auth_ldap ${INSTALL_DATA} ${WRKSRC}/FAQ.html \ ${PREFIX}/share/doc/mod_auth_ldap ${INSTALL_DATA} ${WRKSRC}/auth_ldap.html \ |