pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/stripes Fix REPLACE_PERL: pathnames listed should ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b0e28a5b1175
branches: trunk
changeset: 461071:b0e28a5b1175
user: seb <seb%pkgsrc.org@localhost>
date: Wed Sep 10 12:52:19 2003 +0000
description:
Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}.
diffstat:
net/stripes/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 26a43567b76c -r b0e28a5b1175 net/stripes/Makefile
--- a/net/stripes/Makefile Wed Sep 10 12:43:02 2003 +0000
+++ b/net/stripes/Makefile Wed Sep 10 12:52:19 2003 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index