pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/fly Fix REPLACE_PERL: pathnames listed should...
details: https://anonhg.NetBSD.org/pkgsrc/rev/22be4c2a1f45
branches: trunk
changeset: 460672:22be4c2a1f45
user: seb <seb%pkgsrc.org@localhost>
date: Tue Sep 02 13:27:45 2003 +0000
description:
Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}.
diffstat:
graphics/fly/Makefile | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (24 lines):
diff -r 37a10d96177d -r 22be4c2a1f45 graphics/fly/Makefile
--- a/graphics/fly/Makefile Tue Sep 02 13:21:30 2003 +0000
+++ b/graphics/fly/Makefile Tue Sep 02 13:27:45 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2003/07/21 16:51:39 martti Exp $
+# $NetBSD: Makefile,v 1.23 2003/09/02 13:27:45 seb Exp $
DISTNAME= fly-1.6.5
PKGREVISION= 4
@@ -15,10 +15,10 @@
USE_PERL5= YES
USE_X11= YES
-REPLACE_PERL= ${WRKSRC}/examples/cgi-perl-example.pl \
- ${WRKSRC}/examples/fly-tester.pl \
- ${WRKSRC}/examples/size.pl \
- ${WRKSRC}/examples/perl.example
+REPLACE_PERL= examples/cgi-perl-example.pl \
+ examples/fly-tester.pl \
+ examples/size.pl \
+ examples/perl.example
pre-configure:
${SED} -e 's|@PREFIX@|${PREFIX}|g' \
Home |
Main Index |
Thread Index |
Old Index