From ab0e7394b0a0844232974651c3e9cb3d575b6ebf Mon Sep 17 00:00:00 2001 From: drochner Date: Wed, 25 Jun 2008 18:17:33 +0000 Subject: don't pass DESTDIR in CPPFLAGS, from Stephen Borrill --- security/pam-pwauth_suid/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/pam-pwauth_suid') 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 -- cgit v1.2.3