diff options
author | rillig <rillig@pkgsrc.org> | 2005-05-20 20:13:56 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-05-20 20:13:56 +0000 |
commit | 62a705831a07870ff4a1e8d25f9d54d72b576234 (patch) | |
tree | 5cd88792564569082010b0479655ba79bda8d617 | |
parent | 76785f1db57f23f0073b56131cf76fd6ad088605 (diff) | |
download | pkgsrc-62a705831a07870ff4a1e8d25f9d54d72b576234.tar.gz |
Removed unnecessary ${WRKSRC} from SUBST_FILES.
-rw-r--r-- | databases/py-ldap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-ldap/Makefile b/databases/py-ldap/Makefile index 2dc1ff39f94..d9278f5f38e 100644 --- a/databases/py-ldap/Makefile +++ b/databases/py-ldap/Makefile @@ -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 @@ PYDISTUTILSPKG= yes 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|" |