diff options
author | asami <asami@FreeBSD.org> | 1998-09-16 05:31:59 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-16 05:31:59 +0800 |
commit | e755ee1d47f4b0d9d4c8bd2a570d38555b88b607 (patch) | |
tree | f20c20390d0ae9c598fdaa1136e89fc9e48469ec /devel/p5-ReadLine-Gnu/Makefile | |
parent | 60e211928723f70362d166bab5f76cadf2b57c7f (diff) | |
download | freebsd-ports-gnome-e755ee1d47f4b0d9d4c8bd2a570d38555b88b607.tar.gz freebsd-ports-gnome-e755ee1d47f4b0d9d4c8bd2a570d38555b88b607.tar.zst freebsd-ports-gnome-e755ee1d47f4b0d9d4c8bd2a570d38555b88b607.zip |
Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball
checks haven't missed anything.
Submitted by: dima
Diffstat (limited to 'devel/p5-ReadLine-Gnu/Makefile')
-rw-r--r-- | devel/p5-ReadLine-Gnu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-ReadLine-Gnu/Makefile b/devel/p5-ReadLine-Gnu/Makefile index fc81b7402c57..7d54ce0e1dad 100644 --- a/devel/p5-ReadLine-Gnu/Makefile +++ b/devel/p5-ReadLine-Gnu/Makefile @@ -3,7 +3,7 @@ # Date created: 19 February 1998 # Whom: Matthew Hunt <mph@pobox.com> # -# $Id: Makefile,v 1.4 1998/06/15 04:48:36 mph Exp $ +# $Id: Makefile,v 1.5 1998/08/12 09:57:55 asami Exp $ # DISTNAME= Term-ReadLine-Gnu-1.01 @@ -23,6 +23,6 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} # automatically. There is sometimes an old libreadline in /usr/local/lib # and this module won't work with it. do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL LDDLFLAGS=-Bshareable LDFLAGS=-L/usr/lib + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL LDDLFLAGS=-Bshareable LDFLAGS=-L/usr/lib .include <bsd.port.mk> |