pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/pam-pwauth_suid don't pass DESTDIR in CPPFLAG...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/444127ec615a
branches:  trunk
changeset: 543913:444127ec615a
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed Jun 25 18:17:33 2008 +0000

description:
don't pass DESTDIR in CPPFLAGS, from Stephen Borrill

diffstat:

 security/pam-pwauth_suid/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r efc34610b90e -r 444127ec615a security/pam-pwauth_suid/Makefile
--- a/security/pam-pwauth_suid/Makefile Wed Jun 25 11:21:20 2008 +0000
+++ b/security/pam-pwauth_suid/Makefile Wed Jun 25 18:17:33 2008 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index