From 2271014462bcd95f27f8617cf6b537a846db4154 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Wed, 27 Jan 1999 02:09:09 +0000 Subject: Make this install files correctly. I don't know why just adding PREFIX=${PREFIX} to the configure command line doesn't work, but it doesn't. --- x11-toolkits/p5-Tk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11-toolkits') diff --git a/x11-toolkits/p5-Tk/Makefile b/x11-toolkits/p5-Tk/Makefile index 7f20c35879af..7e179337f707 100644 --- a/x11-toolkits/p5-Tk/Makefile +++ b/x11-toolkits/p5-Tk/Makefile @@ -3,7 +3,7 @@ # Date created: October 21st 1996 # Whom: James FitzGibbon # -# $Id: Makefile,v 1.22 1998/10/25 09:06:49 markm Exp $ +# $Id: Makefile,v 1.23 1998/11/28 09:07:24 asami Exp $ # DISTNAME= Tk800.008 @@ -42,6 +42,6 @@ MAN3= Tk::Adjuster.3 Tk::After.3 Tk::Animation.3 Tk::Balloon.3 \ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL PREFIX=${PREFIX} INSTALLSCRIPT=${PREFIX}/bin INSTALLMAN1DIR=${PREFIX}/man/man1 .include -- cgit v1.2.3