summaryrefslogtreecommitdiff
path: root/net/stripes
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2003-09-10 12:52:19 +0000
committerseb <seb@pkgsrc.org>2003-09-10 12:52:19 +0000
commit18f9eecb30be56ddfd12446ec8209d14bc7406cc (patch)
tree32bded2689a5a422411429318190e830790f059f /net/stripes
parent7b0ceae28bcf4d072c07692d13afa00dda90da75 (diff)
downloadpkgsrc-18f9eecb30be56ddfd12446ec8209d14bc7406cc.tar.gz
Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}.
Diffstat (limited to 'net/stripes')
-rw-r--r--net/stripes/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/stripes/Makefile b/net/stripes/Makefile
index 542edc8fab2..fbb291c7bce 100644
--- a/net/stripes/Makefile
+++ b/net/stripes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2003/07/02 17:02:54 jmmv Exp $
+# $NetBSD: Makefile,v 1.8 2003/09/10 12:52:19 seb Exp $
#
DISTNAME= stripes-2.1
@@ -18,6 +18,6 @@ PKG_SYSCONFSUBDIR?= httpd
ALL_TARGET= all
MAKE_FLAGS+= DEST=${PREFIX} PERL=${PERL5} \
CONFIGFILE=${PKG_SYSCONFDIR}/lg.conf
-REPLACE_PERL= ${WRKSRC}/lg.pl
+REPLACE_PERL= lg.pl
.include "../../mk/bsd.pkg.mk"