diff options
author | asami <asami@FreeBSD.org> | 1999-01-27 10:09:09 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-01-27 10:09:09 +0800 |
commit | ee847180df6b8485f91d7532ebdf60615bd66ecf (patch) | |
tree | 153f0a2190d2dca29724826d4ff045f3714bf497 | |
parent | 119d1f0b1407b38c05fa63d3bec127503a5b24b1 (diff) | |
download | freebsd-ports-gnome-ee847180df6b8485f91d7532ebdf60615bd66ecf.tar.gz freebsd-ports-gnome-ee847180df6b8485f91d7532ebdf60615bd66ecf.tar.zst freebsd-ports-gnome-ee847180df6b8485f91d7532ebdf60615bd66ecf.zip |
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.
-rw-r--r-- | x11-toolkits/p5-Tk/Makefile | 4 |
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> |