diff options
author | drochner <drochner> | 2008-06-25 18:17:33 +0000 |
---|---|---|
committer | drochner <drochner> | 2008-06-25 18:17:33 +0000 |
commit | f9fd33ea048ba1c2b404e90dbc1c50d27ea365df (patch) | |
tree | 0db1d30ae699e2b64e8b6970565dd675e07d864b | |
parent | d549b3f8187c9a195a2ea2244f3e6089e263a49b (diff) | |
download | pkgsrc-f9fd33ea048ba1c2b404e90dbc1c50d27ea365df.tar.gz |
don't pass DESTDIR in CPPFLAGS, from Stephen Borrill
-rw-r--r-- | security/pam-pwauth_suid/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pam-pwauth_suid/Makefile b/security/pam-pwauth_suid/Makefile index 947e07fd54d..8e1de661f07 100644 --- a/security/pam-pwauth_suid/Makefile +++ b/security/pam-pwauth_suid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/09/05 20:29:05 drochner Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/25 18:17:33 drochner Exp $ DISTNAME= pam-pwauth_suid-1.1 CATEGORIES= security @@ -10,7 +10,7 @@ COMMENT= PAM authentication module for unprivileged users NO_CHECKSUM= yes WRKSRC= ${WRKDIR} -HLPDEF+= -DPATH_HELPER=\"${DESTDIR}${PREFIX}/libexec/pwauth_suid_helper\" +HLPDEF+= -DPATH_HELPER=\"${PREFIX}/libexec/pwauth_suid_helper\" PKG_DESTDIR_SUPPORT= user-destdir |