From 4ee4ffa2dca1d846a57c1d93cdc11bb8d6d56c9c Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 1 Nov 2001 18:24:44 +0000 Subject: Use "${PREFIX}" instead of hard coded "/usr/pkg". --- textproc/xerces-p/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/textproc/xerces-p/Makefile b/textproc/xerces-p/Makefile index 18cd1c826bf..bd5fc8528f3 100644 --- a/textproc/xerces-p/Makefile +++ b/textproc/xerces-p/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/07/27 11:23:20 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2001/11/01 18:24:44 tron Exp $ # DISTNAME= XML-Xerces-1.3.5 @@ -17,8 +17,8 @@ USE_PERL5= # defined PERL5_REQD= 5.6.0 PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/Xerces/.packlist -MAKE_ENV+= XERCES_LIB=/usr/pkg/lib -MAKE_ENV+= XERCES_INCLUDE=/usr/pkg/include +MAKE_ENV+= XERCES_LIB=${PREFIX}/lib +MAKE_ENV+= XERCES_INCLUDE=${PREFIX}/include do-build: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL && make -- cgit v1.2.3