diff options
author | asau <asau> | 2012-10-23 18:16:19 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-23 18:16:19 +0000 |
commit | 02fd687ccd4b6e6c62304e11bab2551c0a4e3b20 (patch) | |
tree | 2e3abeb7d7fb2a2cac43be623cf8c31f83e59ec8 /security/pam-saml | |
parent | 99a6fca149c45543be1f13c6dca05a1f6b130285 (diff) | |
download | pkgsrc-02fd687ccd4b6e6c62304e11bab2551c0a4e3b20.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'security/pam-saml')
-rw-r--r-- | security/pam-saml/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/pam-saml/Makefile b/security/pam-saml/Makefile index 87bfe920b6c..727246fbb57 100644 --- a/security/pam-saml/Makefile +++ b/security/pam-saml/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2012/09/15 10:06:17 obache Exp $ +# $NetBSD: Makefile,v 1.8 2012/10/23 18:16:49 asau Exp $ # PKGNAME= ${DISTNAME:S/crudesaml-/pam-saml-/} PKGREVISION= 5 COMMENT= Crude SAML assertion validator for bridging WebSSO and PAM -PKG_DESTDIR_SUPPORT= user-destdir INSTALLATION_DIRS= lib/security ${PKGMANDIR}/man5 do-install: |