pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/py-ldap Removed unnecessary ${WRKSRC} from S...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cbdd771c636a
branches:  trunk
changeset: 494195:cbdd771c636a
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri May 20 20:13:56 2005 +0000

description:
Removed unnecessary ${WRKSRC} from SUBST_FILES.

diffstat:

 databases/py-ldap/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e98709e96dbd -r cbdd771c636a databases/py-ldap/Makefile
--- a/databases/py-ldap/Makefile        Fri May 20 20:08:40 2005 +0000
+++ b/databases/py-ldap/Makefile        Fri May 20 20:13:56 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2005/04/11 21:45:15 tv Exp $
+# $NetBSD: Makefile,v 1.22 2005/05/20 20:13:56 rillig Exp $
 
 DISTNAME=      python-ldap-2.0.2
 PKGNAME=       ${DISTNAME:S/python/${PYPKGPREFIX}/}
@@ -15,7 +15,7 @@
 
 SUBST_CLASSES+=                        setup
 SUBST_STAGE.setup=             pre-configure
-SUBST_FILES.setup=             ${WRKSRC}/setup.cfg
+SUBST_FILES.setup=             setup.cfg
 SUBST_SED.setup=               -e "s|/usr/local/openldap-REL_ENG_2_1|${BUILDLINK_PREFIX.cyrus-sasl}/lib ${BUILDLINK_PREFIX.openldap}|"         \
                                -e "s|/usr/include/sasl|${BUILDLINK_PREFIX.cyrus-sasl}/include/sasl|"
 



Home | Main Index | Thread Index | Old Index