diff options
author | asami <asami@FreeBSD.org> | 1998-09-15 21:31:59 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-15 21:31:59 +0000 |
commit | e755ee1d47f4b0d9d4c8bd2a570d38555b88b607 (patch) | |
tree | f20c20390d0ae9c598fdaa1136e89fc9e48469ec /x11-toolkits/p5-Gtk | |
parent | 60e211928723f70362d166bab5f76cadf2b57c7f (diff) | |
download | FreeBSD-ports-e755ee1d47f4b0d9d4c8bd2a570d38555b88b607.zip FreeBSD-ports-e755ee1d47f4b0d9d4c8bd2a570d38555b88b607.tar.gz |
Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball
checks haven't missed anything.
Submitted by: dima
Diffstat (limited to 'x11-toolkits/p5-Gtk')
-rw-r--r-- | x11-toolkits/p5-Gtk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/p5-Gtk/Makefile b/x11-toolkits/p5-Gtk/Makefile index b61f005..f824cb2 100644 --- a/x11-toolkits/p5-Gtk/Makefile +++ b/x11-toolkits/p5-Gtk/Makefile @@ -3,7 +3,7 @@ # Date created: 28 Oct 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.12 1998/08/07 23:56:50 asami Exp $ +# $Id: Makefile,v 1.13 1998/08/19 14:30:39 vanilla Exp $ # DISTNAME= Gtk-0.3 @@ -22,6 +22,6 @@ MAN3= GtkColorSelectButton.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> |