diff options
author | rodent <rodent> | 2013-04-06 21:07:31 +0000 |
---|---|---|
committer | rodent <rodent> | 2013-04-06 21:07:31 +0000 |
commit | 5709d03a54f4b984d036819527e6c1d38b026151 (patch) | |
tree | c9dec68b64c6028a90065156103df5ec5322256c /www/ap2-auth-ldap | |
parent | 20c9c895134856aac872cc871957a914fcaaea20 (diff) | |
download | pkgsrc-5709d03a54f4b984d036819527e6c1d38b026151.tar.gz |
"Each sed command should appear in an assignment of its own."
Diffstat (limited to 'www/ap2-auth-ldap')
-rw-r--r-- | www/ap2-auth-ldap/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ap2-auth-ldap/Makefile b/www/ap2-auth-ldap/Makefile index 484511a19b0..62ad47a88b7 100644 --- a/www/ap2-auth-ldap/Makefile +++ b/www/ap2-auth-ldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2013/02/06 23:23:57 jperkin Exp $ +# $NetBSD: Makefile,v 1.24 2013/04/06 21:07:36 rodent Exp $ DISTNAME= mod_auth_ldap3.05 PKGNAME= ap2-auth-ldap-3.05 @@ -29,8 +29,8 @@ CONFIGURE_ARGS+= --with-apache-ver=2 SUBST_CLASSES+= paths SUBST_STAGE.paths= post-patch SUBST_FILES.paths= configure -SUBST_SED.paths= -e "s|@@HASHLIB@@|${PREFIX}/include|g" \ - -e "s|@@HASHINC@@|${PREFIX}/lib|g" +SUBST_SED.paths= -e "s|@@HASHLIB@@|${PREFIX}/include|g" +SUBST_SED.paths+= -e "s|@@HASHINC@@|${PREFIX}/lib|g" SUBST_MESSAGE.paths= Fixing hardcoded paths. INSTALLATION_DIRS+= lib/httpd |