diff options
author | dholland <dholland@pkgsrc.org> | 2012-07-01 01:33:13 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-07-01 01:33:13 +0000 |
commit | 38d0d0d3a53ccc2f34c35f69f297403a0c9f2384 (patch) | |
tree | 9e15c39cdbddbabd2fa5066c9591c80afb0e765d /www | |
parent | 2d73fdac60c2d79459ab395ecb82706b6a9d0b63 (diff) | |
download | pkgsrc-38d0d0d3a53ccc2f34c35f69f297403a0c9f2384.tar.gz |
Fix some pkglint, mostly whitespace.
Diffstat (limited to 'www')
-rw-r--r-- | www/shibboleth-sp/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/shibboleth-sp/Makefile b/www/shibboleth-sp/Makefile index ff8097f43ba..37dbdfdb4d6 100644 --- a/www/shibboleth-sp/Makefile +++ b/www/shibboleth-sp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2011/07/28 23:16:24 pettai Exp $ +# $NetBSD: Makefile,v 1.5 2012/07/01 01:33:13 dholland Exp $ # DISTNAME= shibboleth-sp-2.4.3 @@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir BUILD_DEFS+= VARBASE GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-xmltooling=${PREFIX:Q} +CONFIGURE_ARGS+= --with-xmltooling=${PREFIX} CONFIGURE_ARGS+= --localstatedir=${VARBASE} WRKSRC= ${WRKDIR}/shibboleth-${PKGVERSION_NOREV} @@ -81,14 +81,14 @@ INSTALLATION_DIRS+= ${PREFIX}/include/shibsp/attribute/resolver INSTALLATION_DIRS+= ${PREFIX}/include/shibsp/binding INSTALLATION_DIRS+= ${PREFIX}/include/shibsp/handler INSTALLATION_DIRS+= ${PREFIX}/include/shibsp/lite -INSTALLATION_DIRS+= ${PREFIX}/include/shibsp/metadata +INSTALLATION_DIRS+= ${PREFIX}/include/shibsp/metadata INSTALLATION_DIRS+= ${PREFIX}/include/shibsp/remoting INSTALLATION_DIRS+= ${PREFIX}/include/shibsp/security INSTALLATION_DIRS+= ${PREFIX}/include/shibsp/util INSTALLATION_DIRS+= ${PREFIX}/share/doc/shibboleth-${PKGVERSION_NOREV} -INSTALLATION_DIRS+= ${PREFIX}/share/doc/shibboleth-${PKGVERSION_NOREV}/api -INSTALLATION_DIRS+= ${PREFIX}/share/xml/shibboleth -INSTALLATION_DIRS+= ${PREFIX}/lib/shibboleth +INSTALLATION_DIRS+= ${PREFIX}/share/doc/shibboleth-${PKGVERSION_NOREV}/api +INSTALLATION_DIRS+= ${PREFIX}/share/xml/shibboleth +INSTALLATION_DIRS+= ${PREFIX}/lib/shibboleth INSTALLATION_DIRS+= ${EGDIR} ${SHIB_CONFDIR} OWN_DIRS+= ${VARBASE}/log/shibboleth |