summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-01-27 02:09:09 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-01-27 02:09:09 +0000
commit2271014462bcd95f27f8617cf6b537a846db4154 (patch)
tree06ef0947aed5d7e470e038c80b73c97a3794dad8 /x11-toolkits
parentRemove two sites that have files with bad checksum. There's another one (diff)
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.
Notes
Notes: svn path=/head/; revision=16375
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/p5-Tk/Makefile4
1 files changed, 2 insertions, 2 deletions
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 <jfitz@FreeBSD.org>
#
-# $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 <bsd.port.mk>