pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Term-ReadLine --libdir and --includedir are f...
details: https://anonhg.NetBSD.org/pkgsrc/rev/dc677a5d82f7
branches: trunk
changeset: 629828:dc677a5d82f7
user: obache <obache%pkgsrc.org@localhost>
date: Tue Jan 28 12:05:05 2014 +0000
description:
--libdir and --includedir are for required readline, not for this package.
pass readline's PREFIX with --prefix instead.
diffstat:
devel/p5-Term-ReadLine/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6df8c695ba8f -r dc677a5d82f7 devel/p5-Term-ReadLine/Makefile
--- a/devel/p5-Term-ReadLine/Makefile Tue Jan 28 11:48:34 2014 +0000
+++ b/devel/p5-Term-ReadLine/Makefile Tue Jan 28 12:05:05 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2013/10/16 16:34:37 roy Exp $
+# $NetBSD: Makefile,v 1.34 2014/01/28 12:05:05 obache Exp $
DISTNAME= Term-ReadLine-Gnu-1.20
PKGNAME= p5-${DISTNAME:S/-Gnu//}
@@ -16,7 +16,7 @@
PERL5_PACKLIST= auto/Term/ReadLine/Gnu/.packlist
-MAKE_PARAMS+= --includedir=${PREFIX}/include --libdir=${PREFIX}/lib
+MAKE_PARAMS+= --prefix=${BUILDLINK_PREFIX.readline}
WRKSRC= ${WRKDIR}/${DISTNAME:C/a$//}
Home |
Main Index |
Thread Index |
Old Index