diff options
140 files changed, 323 insertions, 323 deletions
diff --git a/archivers/p5-Compress-Zlib/Makefile b/archivers/p5-Compress-Zlib/Makefile index 79e3ab8e8bd4..acc5aa39d3e9 100644 --- a/archivers/p5-Compress-Zlib/Makefile +++ b/archivers/p5-Compress-Zlib/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.11 1998/02/18 18:14:17 vanilla Exp $ +# $Id: Makefile,v 1.12 1998/08/13 01:29:54 asami Exp $ # DISTNAME= Compress-Zlib-1.01 @@ -20,6 +20,6 @@ MAN3= Compress::Zlib.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> diff --git a/converters/p5-Convert-UU/Makefile b/converters/p5-Convert-UU/Makefile index e02b745fc154..3d975b919ead 100644 --- a/converters/p5-Convert-UU/Makefile +++ b/converters/p5-Convert-UU/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.13 1998/08/07 18:44:26 asami Exp $ +# $Id: Makefile,v 1.14 1998/08/30 15:49:41 steve Exp $ # DISTNAME= Convert-UU-0.20 @@ -21,6 +21,6 @@ MAN3= Convert::UU.3 MAN3PREFIX= ${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> diff --git a/converters/p5-MIME-Base64/Makefile b/converters/p5-MIME-Base64/Makefile index 7b126f95c885..154007edd344 100644 --- a/converters/p5-MIME-Base64/Makefile +++ b/converters/p5-MIME-Base64/Makefile @@ -3,7 +3,7 @@ # Date created: June 21th 1997 # Whom: ache@freebsd.org # -# $Id: Makefile,v 1.6 1998/08/06 15:11:36 vanilla Exp $ +# $Id: Makefile,v 1.7 1998/08/19 13:14:57 vanilla Exp $ # DISTNAME= MIME-Base64-2.06 @@ -21,6 +21,6 @@ MAN3= MIME::Base64.3 \ MAN3PREFIX= ${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> diff --git a/databases/mysql322-client/Makefile b/databases/mysql322-client/Makefile index 708240ebc2fe..1c86e71c3956 100644 --- a/databases/mysql322-client/Makefile +++ b/databases/mysql322-client/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Jan 1998 # Whom: Josh Tiefenbach <josh@ican.net> # -# $Id$ +# $Id: Makefile,v 1.26 1998/09/06 19:58:25 andreas Exp $ # DISTNAME= mysql-3.22.6-alpha @@ -25,8 +25,8 @@ CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ --without-debug \ --without-readline \ --without-bench -CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl \ - PERL5=${PREFIX}/bin/perl5 \ +CONFIGURE_ENV+= PERL=${PERL5} \ + PERL5=${PERL5} \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" OSVERSION!= sysctl -n kern.osreldate @@ -62,7 +62,7 @@ pre-install: .if defined(PACKAGE_BUILDING) @ ${RM} -rf /var/db/mysql .endif - @ ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl ${SCRIPTDIR}/check_old_version + @ ${SETENV} ${MAKE_ENV} ${PERL5} ${SCRIPTDIR}/check_old_version post-install: ${MKDIR} ${PREFIX}/share/mysql/mysql diff --git a/databases/mysql322-server/Makefile b/databases/mysql322-server/Makefile index 708240ebc2fe..1c86e71c3956 100644 --- a/databases/mysql322-server/Makefile +++ b/databases/mysql322-server/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Jan 1998 # Whom: Josh Tiefenbach <josh@ican.net> # -# $Id$ +# $Id: Makefile,v 1.26 1998/09/06 19:58:25 andreas Exp $ # DISTNAME= mysql-3.22.6-alpha @@ -25,8 +25,8 @@ CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ --without-debug \ --without-readline \ --without-bench -CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl \ - PERL5=${PREFIX}/bin/perl5 \ +CONFIGURE_ENV+= PERL=${PERL5} \ + PERL5=${PERL5} \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" OSVERSION!= sysctl -n kern.osreldate @@ -62,7 +62,7 @@ pre-install: .if defined(PACKAGE_BUILDING) @ ${RM} -rf /var/db/mysql .endif - @ ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl ${SCRIPTDIR}/check_old_version + @ ${SETENV} ${MAKE_ENV} ${PERL5} ${SCRIPTDIR}/check_old_version post-install: ${MKDIR} ${PREFIX}/share/mysql/mysql diff --git a/databases/mysql323-client/Makefile b/databases/mysql323-client/Makefile index 708240ebc2fe..1c86e71c3956 100644 --- a/databases/mysql323-client/Makefile +++ b/databases/mysql323-client/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Jan 1998 # Whom: Josh Tiefenbach <josh@ican.net> # -# $Id$ +# $Id: Makefile,v 1.26 1998/09/06 19:58:25 andreas Exp $ # DISTNAME= mysql-3.22.6-alpha @@ -25,8 +25,8 @@ CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ --without-debug \ --without-readline \ --without-bench -CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl \ - PERL5=${PREFIX}/bin/perl5 \ +CONFIGURE_ENV+= PERL=${PERL5} \ + PERL5=${PERL5} \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" OSVERSION!= sysctl -n kern.osreldate @@ -62,7 +62,7 @@ pre-install: .if defined(PACKAGE_BUILDING) @ ${RM} -rf /var/db/mysql .endif - @ ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl ${SCRIPTDIR}/check_old_version + @ ${SETENV} ${MAKE_ENV} ${PERL5} ${SCRIPTDIR}/check_old_version post-install: ${MKDIR} ${PREFIX}/share/mysql/mysql diff --git a/databases/mysql323-server/Makefile b/databases/mysql323-server/Makefile index 708240ebc2fe..1c86e71c3956 100644 --- a/databases/mysql323-server/Makefile +++ b/databases/mysql323-server/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Jan 1998 # Whom: Josh Tiefenbach <josh@ican.net> # -# $Id$ +# $Id: Makefile,v 1.26 1998/09/06 19:58:25 andreas Exp $ # DISTNAME= mysql-3.22.6-alpha @@ -25,8 +25,8 @@ CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ --without-debug \ --without-readline \ --without-bench -CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl \ - PERL5=${PREFIX}/bin/perl5 \ +CONFIGURE_ENV+= PERL=${PERL5} \ + PERL5=${PERL5} \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" OSVERSION!= sysctl -n kern.osreldate @@ -62,7 +62,7 @@ pre-install: .if defined(PACKAGE_BUILDING) @ ${RM} -rf /var/db/mysql .endif - @ ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl ${SCRIPTDIR}/check_old_version + @ ${SETENV} ${MAKE_ENV} ${PERL5} ${SCRIPTDIR}/check_old_version post-install: ${MKDIR} ${PREFIX}/share/mysql/mysql diff --git a/databases/mysql40-client/Makefile b/databases/mysql40-client/Makefile index 708240ebc2fe..1c86e71c3956 100644 --- a/databases/mysql40-client/Makefile +++ b/databases/mysql40-client/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Jan 1998 # Whom: Josh Tiefenbach <josh@ican.net> # -# $Id$ +# $Id: Makefile,v 1.26 1998/09/06 19:58:25 andreas Exp $ # DISTNAME= mysql-3.22.6-alpha @@ -25,8 +25,8 @@ CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ --without-debug \ --without-readline \ --without-bench -CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl \ - PERL5=${PREFIX}/bin/perl5 \ +CONFIGURE_ENV+= PERL=${PERL5} \ + PERL5=${PERL5} \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" OSVERSION!= sysctl -n kern.osreldate @@ -62,7 +62,7 @@ pre-install: .if defined(PACKAGE_BUILDING) @ ${RM} -rf /var/db/mysql .endif - @ ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl ${SCRIPTDIR}/check_old_version + @ ${SETENV} ${MAKE_ENV} ${PERL5} ${SCRIPTDIR}/check_old_version post-install: ${MKDIR} ${PREFIX}/share/mysql/mysql diff --git a/databases/mysql40-server/Makefile b/databases/mysql40-server/Makefile index 708240ebc2fe..1c86e71c3956 100644 --- a/databases/mysql40-server/Makefile +++ b/databases/mysql40-server/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Jan 1998 # Whom: Josh Tiefenbach <josh@ican.net> # -# $Id$ +# $Id: Makefile,v 1.26 1998/09/06 19:58:25 andreas Exp $ # DISTNAME= mysql-3.22.6-alpha @@ -25,8 +25,8 @@ CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ --without-debug \ --without-readline \ --without-bench -CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl \ - PERL5=${PREFIX}/bin/perl5 \ +CONFIGURE_ENV+= PERL=${PERL5} \ + PERL5=${PERL5} \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" OSVERSION!= sysctl -n kern.osreldate @@ -62,7 +62,7 @@ pre-install: .if defined(PACKAGE_BUILDING) @ ${RM} -rf /var/db/mysql .endif - @ ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl ${SCRIPTDIR}/check_old_version + @ ${SETENV} ${MAKE_ENV} ${PERL5} ${SCRIPTDIR}/check_old_version post-install: ${MKDIR} ${PREFIX}/share/mysql/mysql diff --git a/databases/mysql41-client/Makefile b/databases/mysql41-client/Makefile index 708240ebc2fe..1c86e71c3956 100644 --- a/databases/mysql41-client/Makefile +++ b/databases/mysql41-client/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Jan 1998 # Whom: Josh Tiefenbach <josh@ican.net> # -# $Id$ +# $Id: Makefile,v 1.26 1998/09/06 19:58:25 andreas Exp $ # DISTNAME= mysql-3.22.6-alpha @@ -25,8 +25,8 @@ CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ --without-debug \ --without-readline \ --without-bench -CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl \ - PERL5=${PREFIX}/bin/perl5 \ +CONFIGURE_ENV+= PERL=${PERL5} \ + PERL5=${PERL5} \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" OSVERSION!= sysctl -n kern.osreldate @@ -62,7 +62,7 @@ pre-install: .if defined(PACKAGE_BUILDING) @ ${RM} -rf /var/db/mysql .endif - @ ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl ${SCRIPTDIR}/check_old_version + @ ${SETENV} ${MAKE_ENV} ${PERL5} ${SCRIPTDIR}/check_old_version post-install: ${MKDIR} ${PREFIX}/share/mysql/mysql diff --git a/databases/mysql41-server/Makefile b/databases/mysql41-server/Makefile index 708240ebc2fe..1c86e71c3956 100644 --- a/databases/mysql41-server/Makefile +++ b/databases/mysql41-server/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Jan 1998 # Whom: Josh Tiefenbach <josh@ican.net> # -# $Id$ +# $Id: Makefile,v 1.26 1998/09/06 19:58:25 andreas Exp $ # DISTNAME= mysql-3.22.6-alpha @@ -25,8 +25,8 @@ CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ --without-debug \ --without-readline \ --without-bench -CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl \ - PERL5=${PREFIX}/bin/perl5 \ +CONFIGURE_ENV+= PERL=${PERL5} \ + PERL5=${PERL5} \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" OSVERSION!= sysctl -n kern.osreldate @@ -62,7 +62,7 @@ pre-install: .if defined(PACKAGE_BUILDING) @ ${RM} -rf /var/db/mysql .endif - @ ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl ${SCRIPTDIR}/check_old_version + @ ${SETENV} ${MAKE_ENV} ${PERL5} ${SCRIPTDIR}/check_old_version post-install: ${MKDIR} ${PREFIX}/share/mysql/mysql diff --git a/databases/mysql50-client/Makefile b/databases/mysql50-client/Makefile index 708240ebc2fe..1c86e71c3956 100644 --- a/databases/mysql50-client/Makefile +++ b/databases/mysql50-client/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Jan 1998 # Whom: Josh Tiefenbach <josh@ican.net> # -# $Id$ +# $Id: Makefile,v 1.26 1998/09/06 19:58:25 andreas Exp $ # DISTNAME= mysql-3.22.6-alpha @@ -25,8 +25,8 @@ CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ --without-debug \ --without-readline \ --without-bench -CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl \ - PERL5=${PREFIX}/bin/perl5 \ +CONFIGURE_ENV+= PERL=${PERL5} \ + PERL5=${PERL5} \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" OSVERSION!= sysctl -n kern.osreldate @@ -62,7 +62,7 @@ pre-install: .if defined(PACKAGE_BUILDING) @ ${RM} -rf /var/db/mysql .endif - @ ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl ${SCRIPTDIR}/check_old_version + @ ${SETENV} ${MAKE_ENV} ${PERL5} ${SCRIPTDIR}/check_old_version post-install: ${MKDIR} ${PREFIX}/share/mysql/mysql diff --git a/databases/mysql50-server/Makefile b/databases/mysql50-server/Makefile index 708240ebc2fe..1c86e71c3956 100644 --- a/databases/mysql50-server/Makefile +++ b/databases/mysql50-server/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Jan 1998 # Whom: Josh Tiefenbach <josh@ican.net> # -# $Id$ +# $Id: Makefile,v 1.26 1998/09/06 19:58:25 andreas Exp $ # DISTNAME= mysql-3.22.6-alpha @@ -25,8 +25,8 @@ CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ --without-debug \ --without-readline \ --without-bench -CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl \ - PERL5=${PREFIX}/bin/perl5 \ +CONFIGURE_ENV+= PERL=${PERL5} \ + PERL5=${PERL5} \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" OSVERSION!= sysctl -n kern.osreldate @@ -62,7 +62,7 @@ pre-install: .if defined(PACKAGE_BUILDING) @ ${RM} -rf /var/db/mysql .endif - @ ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl ${SCRIPTDIR}/check_old_version + @ ${SETENV} ${MAKE_ENV} ${PERL5} ${SCRIPTDIR}/check_old_version post-install: ${MKDIR} ${PREFIX}/share/mysql/mysql diff --git a/databases/mysql51-client/Makefile b/databases/mysql51-client/Makefile index 708240ebc2fe..1c86e71c3956 100644 --- a/databases/mysql51-client/Makefile +++ b/databases/mysql51-client/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Jan 1998 # Whom: Josh Tiefenbach <josh@ican.net> # -# $Id$ +# $Id: Makefile,v 1.26 1998/09/06 19:58:25 andreas Exp $ # DISTNAME= mysql-3.22.6-alpha @@ -25,8 +25,8 @@ CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ --without-debug \ --without-readline \ --without-bench -CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl \ - PERL5=${PREFIX}/bin/perl5 \ +CONFIGURE_ENV+= PERL=${PERL5} \ + PERL5=${PERL5} \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" OSVERSION!= sysctl -n kern.osreldate @@ -62,7 +62,7 @@ pre-install: .if defined(PACKAGE_BUILDING) @ ${RM} -rf /var/db/mysql .endif - @ ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl ${SCRIPTDIR}/check_old_version + @ ${SETENV} ${MAKE_ENV} ${PERL5} ${SCRIPTDIR}/check_old_version post-install: ${MKDIR} ${PREFIX}/share/mysql/mysql diff --git a/databases/mysql51-server/Makefile b/databases/mysql51-server/Makefile index 708240ebc2fe..1c86e71c3956 100644 --- a/databases/mysql51-server/Makefile +++ b/databases/mysql51-server/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Jan 1998 # Whom: Josh Tiefenbach <josh@ican.net> # -# $Id$ +# $Id: Makefile,v 1.26 1998/09/06 19:58:25 andreas Exp $ # DISTNAME= mysql-3.22.6-alpha @@ -25,8 +25,8 @@ CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ --without-debug \ --without-readline \ --without-bench -CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl \ - PERL5=${PREFIX}/bin/perl5 \ +CONFIGURE_ENV+= PERL=${PERL5} \ + PERL5=${PERL5} \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" OSVERSION!= sysctl -n kern.osreldate @@ -62,7 +62,7 @@ pre-install: .if defined(PACKAGE_BUILDING) @ ${RM} -rf /var/db/mysql .endif - @ ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl ${SCRIPTDIR}/check_old_version + @ ${SETENV} ${MAKE_ENV} ${PERL5} ${SCRIPTDIR}/check_old_version post-install: ${MKDIR} ${PREFIX}/share/mysql/mysql diff --git a/databases/mysql54-client/Makefile b/databases/mysql54-client/Makefile index 708240ebc2fe..1c86e71c3956 100644 --- a/databases/mysql54-client/Makefile +++ b/databases/mysql54-client/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Jan 1998 # Whom: Josh Tiefenbach <josh@ican.net> # -# $Id$ +# $Id: Makefile,v 1.26 1998/09/06 19:58:25 andreas Exp $ # DISTNAME= mysql-3.22.6-alpha @@ -25,8 +25,8 @@ CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ --without-debug \ --without-readline \ --without-bench -CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl \ - PERL5=${PREFIX}/bin/perl5 \ +CONFIGURE_ENV+= PERL=${PERL5} \ + PERL5=${PERL5} \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" OSVERSION!= sysctl -n kern.osreldate @@ -62,7 +62,7 @@ pre-install: .if defined(PACKAGE_BUILDING) @ ${RM} -rf /var/db/mysql .endif - @ ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl ${SCRIPTDIR}/check_old_version + @ ${SETENV} ${MAKE_ENV} ${PERL5} ${SCRIPTDIR}/check_old_version post-install: ${MKDIR} ${PREFIX}/share/mysql/mysql diff --git a/databases/mysql54-server/Makefile b/databases/mysql54-server/Makefile index 708240ebc2fe..1c86e71c3956 100644 --- a/databases/mysql54-server/Makefile +++ b/databases/mysql54-server/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Jan 1998 # Whom: Josh Tiefenbach <josh@ican.net> # -# $Id$ +# $Id: Makefile,v 1.26 1998/09/06 19:58:25 andreas Exp $ # DISTNAME= mysql-3.22.6-alpha @@ -25,8 +25,8 @@ CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ --without-debug \ --without-readline \ --without-bench -CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl \ - PERL5=${PREFIX}/bin/perl5 \ +CONFIGURE_ENV+= PERL=${PERL5} \ + PERL5=${PERL5} \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" OSVERSION!= sysctl -n kern.osreldate @@ -62,7 +62,7 @@ pre-install: .if defined(PACKAGE_BUILDING) @ ${RM} -rf /var/db/mysql .endif - @ ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl ${SCRIPTDIR}/check_old_version + @ ${SETENV} ${MAKE_ENV} ${PERL5} ${SCRIPTDIR}/check_old_version post-install: ${MKDIR} ${PREFIX}/share/mysql/mysql diff --git a/databases/mysql55-client/Makefile b/databases/mysql55-client/Makefile index 708240ebc2fe..1c86e71c3956 100644 --- a/databases/mysql55-client/Makefile +++ b/databases/mysql55-client/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Jan 1998 # Whom: Josh Tiefenbach <josh@ican.net> # -# $Id$ +# $Id: Makefile,v 1.26 1998/09/06 19:58:25 andreas Exp $ # DISTNAME= mysql-3.22.6-alpha @@ -25,8 +25,8 @@ CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ --without-debug \ --without-readline \ --without-bench -CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl \ - PERL5=${PREFIX}/bin/perl5 \ +CONFIGURE_ENV+= PERL=${PERL5} \ + PERL5=${PERL5} \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" OSVERSION!= sysctl -n kern.osreldate @@ -62,7 +62,7 @@ pre-install: .if defined(PACKAGE_BUILDING) @ ${RM} -rf /var/db/mysql .endif - @ ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl ${SCRIPTDIR}/check_old_version + @ ${SETENV} ${MAKE_ENV} ${PERL5} ${SCRIPTDIR}/check_old_version post-install: ${MKDIR} ${PREFIX}/share/mysql/mysql diff --git a/databases/mysql55-server/Makefile b/databases/mysql55-server/Makefile index 708240ebc2fe..1c86e71c3956 100644 --- a/databases/mysql55-server/Makefile +++ b/databases/mysql55-server/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Jan 1998 # Whom: Josh Tiefenbach <josh@ican.net> # -# $Id$ +# $Id: Makefile,v 1.26 1998/09/06 19:58:25 andreas Exp $ # DISTNAME= mysql-3.22.6-alpha @@ -25,8 +25,8 @@ CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ --without-debug \ --without-readline \ --without-bench -CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl \ - PERL5=${PREFIX}/bin/perl5 \ +CONFIGURE_ENV+= PERL=${PERL5} \ + PERL5=${PERL5} \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" OSVERSION!= sysctl -n kern.osreldate @@ -62,7 +62,7 @@ pre-install: .if defined(PACKAGE_BUILDING) @ ${RM} -rf /var/db/mysql .endif - @ ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl ${SCRIPTDIR}/check_old_version + @ ${SETENV} ${MAKE_ENV} ${PERL5} ${SCRIPTDIR}/check_old_version post-install: ${MKDIR} ${PREFIX}/share/mysql/mysql diff --git a/databases/mysql60-client/Makefile b/databases/mysql60-client/Makefile index 708240ebc2fe..1c86e71c3956 100644 --- a/databases/mysql60-client/Makefile +++ b/databases/mysql60-client/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Jan 1998 # Whom: Josh Tiefenbach <josh@ican.net> # -# $Id$ +# $Id: Makefile,v 1.26 1998/09/06 19:58:25 andreas Exp $ # DISTNAME= mysql-3.22.6-alpha @@ -25,8 +25,8 @@ CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ --without-debug \ --without-readline \ --without-bench -CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl \ - PERL5=${PREFIX}/bin/perl5 \ +CONFIGURE_ENV+= PERL=${PERL5} \ + PERL5=${PERL5} \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" OSVERSION!= sysctl -n kern.osreldate @@ -62,7 +62,7 @@ pre-install: .if defined(PACKAGE_BUILDING) @ ${RM} -rf /var/db/mysql .endif - @ ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl ${SCRIPTDIR}/check_old_version + @ ${SETENV} ${MAKE_ENV} ${PERL5} ${SCRIPTDIR}/check_old_version post-install: ${MKDIR} ${PREFIX}/share/mysql/mysql diff --git a/databases/mysql60-server/Makefile b/databases/mysql60-server/Makefile index 708240ebc2fe..1c86e71c3956 100644 --- a/databases/mysql60-server/Makefile +++ b/databases/mysql60-server/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Jan 1998 # Whom: Josh Tiefenbach <josh@ican.net> # -# $Id$ +# $Id: Makefile,v 1.26 1998/09/06 19:58:25 andreas Exp $ # DISTNAME= mysql-3.22.6-alpha @@ -25,8 +25,8 @@ CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ --without-debug \ --without-readline \ --without-bench -CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl \ - PERL5=${PREFIX}/bin/perl5 \ +CONFIGURE_ENV+= PERL=${PERL5} \ + PERL5=${PERL5} \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" OSVERSION!= sysctl -n kern.osreldate @@ -62,7 +62,7 @@ pre-install: .if defined(PACKAGE_BUILDING) @ ${RM} -rf /var/db/mysql .endif - @ ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl ${SCRIPTDIR}/check_old_version + @ ${SETENV} ${MAKE_ENV} ${PERL5} ${SCRIPTDIR}/check_old_version post-install: ${MKDIR} ${PREFIX}/share/mysql/mysql diff --git a/databases/p5-DBD-Pg-13/Makefile b/databases/p5-DBD-Pg-13/Makefile index bf462b4c760b..c6966c2229fd 100644 --- a/databases/p5-DBD-Pg-13/Makefile +++ b/databases/p5-DBD-Pg-13/Makefile @@ -3,7 +3,7 @@ # Date created: June 17th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.6 1998/05/10 22:12:09 steve Exp $ +# $Id: Makefile,v 1.7 1998/08/23 04:08:44 jseger Exp $ # DISTNAME= DBD-Pg-0.72 @@ -23,6 +23,6 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= DBD::Pg.3 do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/databases/p5-DBD-Pg/Makefile b/databases/p5-DBD-Pg/Makefile index bf462b4c760b..c6966c2229fd 100644 --- a/databases/p5-DBD-Pg/Makefile +++ b/databases/p5-DBD-Pg/Makefile @@ -3,7 +3,7 @@ # Date created: June 17th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.6 1998/05/10 22:12:09 steve Exp $ +# $Id: Makefile,v 1.7 1998/08/23 04:08:44 jseger Exp $ # DISTNAME= DBD-Pg-0.72 @@ -23,6 +23,6 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= DBD::Pg.3 do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/databases/p5-DBD-mysql/Makefile b/databases/p5-DBD-mysql/Makefile index c89e430150e0..907181e2a2b5 100644 --- a/databases/p5-DBD-mysql/Makefile +++ b/databases/p5-DBD-mysql/Makefile @@ -3,7 +3,7 @@ # Date created: September 29th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.8 1998/08/31 14:02:06 vanilla Exp $ +# $Id: Makefile,v 1.9 1998/09/06 19:28:04 andreas Exp $ # DISTNAME= Msql-Mysql-modules-1.2003 @@ -28,6 +28,6 @@ MAN3= Bundle::Mysql.3 \ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/databases/p5-DBI-137/Makefile b/databases/p5-DBI-137/Makefile index b9f6b7a609c1..707fbb7361f7 100644 --- a/databases/p5-DBI-137/Makefile +++ b/databases/p5-DBI-137/Makefile @@ -3,7 +3,7 @@ # Date created: October 17th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.13 1998/08/06 14:57:13 vanilla Exp $ +# $Id: Makefile,v 1.14 1998/08/18 02:51:15 vanilla Exp $ # DISTNAME= DBI-1.00 @@ -30,6 +30,6 @@ MAN3= DBD::Proxy.3 \ MAN3PREFIX= ${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> diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile index b9f6b7a609c1..707fbb7361f7 100644 --- a/databases/p5-DBI/Makefile +++ b/databases/p5-DBI/Makefile @@ -3,7 +3,7 @@ # Date created: October 17th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.13 1998/08/06 14:57:13 vanilla Exp $ +# $Id: Makefile,v 1.14 1998/08/18 02:51:15 vanilla Exp $ # DISTNAME= DBI-1.00 @@ -30,6 +30,6 @@ MAN3= DBD::Proxy.3 \ MAN3PREFIX= ${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> diff --git a/databases/p5-MLDBM/Makefile b/databases/p5-MLDBM/Makefile index 0cb599ab743e..7883b8392bc8 100644 --- a/databases/p5-MLDBM/Makefile +++ b/databases/p5-MLDBM/Makefile @@ -3,7 +3,7 @@ # Date created: December 3 1997 # Whom: ache@freebsd.org # -# $Id: Makefile,v 1.5 1998/08/19 09:47:25 asami Exp $ +# $Id: Makefile,v 1.6 1998/08/23 04:12:26 jseger Exp $ # DISTNAME= MLDBM-2.00 @@ -23,6 +23,6 @@ MAN3= MLDBM.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> diff --git a/databases/p5-Msql/Makefile b/databases/p5-Msql/Makefile index b45d2a70a392..bbefb514f76f 100644 --- a/databases/p5-Msql/Makefile +++ b/databases/p5-Msql/Makefile @@ -3,7 +3,7 @@ # Date created: September 29th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.17 1998/04/03 02:33:06 jseger Exp $ +# $Id: Makefile,v 1.18 1998/09/03 13:45:42 asami Exp $ # DISTNAME= Msql-modules-1.1811 @@ -28,6 +28,6 @@ MAN3PREFIX= ${PREFIX}/lib/perl5 BROKEN= DEPENDS on databases/msql which is currently BROKEN, also perl5 upgrade do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/databases/p5-Mysql/Makefile b/databases/p5-Mysql/Makefile index c89e430150e0..907181e2a2b5 100644 --- a/databases/p5-Mysql/Makefile +++ b/databases/p5-Mysql/Makefile @@ -3,7 +3,7 @@ # Date created: September 29th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.8 1998/08/31 14:02:06 vanilla Exp $ +# $Id: Makefile,v 1.9 1998/09/06 19:28:04 andreas Exp $ # DISTNAME= Msql-Mysql-modules-1.2003 @@ -28,6 +28,6 @@ MAN3= Bundle::Mysql.3 \ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/databases/p5-Pg/Makefile b/databases/p5-Pg/Makefile index cac172ecbf31..727d85638b9b 100644 --- a/databases/p5-Pg/Makefile +++ b/databases/p5-Pg/Makefile @@ -3,7 +3,7 @@ # Date created: October 19th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.11 1997/09/14 03:59:53 jfitz Exp $ +# $Id: Makefile,v 1.12 1998/08/23 14:21:41 jseger Exp $ # DISTNAME= pgsql_perl5-1.6.1 @@ -22,6 +22,6 @@ MAN3= Pg.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> diff --git a/databases/percona55-client/Makefile b/databases/percona55-client/Makefile index 708240ebc2fe..1c86e71c3956 100644 --- a/databases/percona55-client/Makefile +++ b/databases/percona55-client/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Jan 1998 # Whom: Josh Tiefenbach <josh@ican.net> # -# $Id$ +# $Id: Makefile,v 1.26 1998/09/06 19:58:25 andreas Exp $ # DISTNAME= mysql-3.22.6-alpha @@ -25,8 +25,8 @@ CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ --without-debug \ --without-readline \ --without-bench -CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl \ - PERL5=${PREFIX}/bin/perl5 \ +CONFIGURE_ENV+= PERL=${PERL5} \ + PERL5=${PERL5} \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" OSVERSION!= sysctl -n kern.osreldate @@ -62,7 +62,7 @@ pre-install: .if defined(PACKAGE_BUILDING) @ ${RM} -rf /var/db/mysql .endif - @ ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl ${SCRIPTDIR}/check_old_version + @ ${SETENV} ${MAKE_ENV} ${PERL5} ${SCRIPTDIR}/check_old_version post-install: ${MKDIR} ${PREFIX}/share/mysql/mysql diff --git a/databases/percona55-server/Makefile b/databases/percona55-server/Makefile index 708240ebc2fe..1c86e71c3956 100644 --- a/databases/percona55-server/Makefile +++ b/databases/percona55-server/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Jan 1998 # Whom: Josh Tiefenbach <josh@ican.net> # -# $Id$ +# $Id: Makefile,v 1.26 1998/09/06 19:58:25 andreas Exp $ # DISTNAME= mysql-3.22.6-alpha @@ -25,8 +25,8 @@ CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ --without-debug \ --without-readline \ --without-bench -CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl \ - PERL5=${PREFIX}/bin/perl5 \ +CONFIGURE_ENV+= PERL=${PERL5} \ + PERL5=${PERL5} \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" OSVERSION!= sysctl -n kern.osreldate @@ -62,7 +62,7 @@ pre-install: .if defined(PACKAGE_BUILDING) @ ${RM} -rf /var/db/mysql .endif - @ ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl ${SCRIPTDIR}/check_old_version + @ ${SETENV} ${MAKE_ENV} ${PERL5} ${SCRIPTDIR}/check_old_version post-install: ${MKDIR} ${PREFIX}/share/mysql/mysql diff --git a/deskutils/cbb/Makefile b/deskutils/cbb/Makefile index d78e7346ce9a..f078e5c7cf5e 100644 --- a/deskutils/cbb/Makefile +++ b/deskutils/cbb/Makefile @@ -3,7 +3,7 @@ # Date created: 14 September, 1997 # Whom: kline # -# $Id: Makefile,v 1.5 1998/08/07 23:56:13 asami Exp $ +# $Id: Makefile,v 1.6 1998/08/08 00:20:19 asami Exp $ # DISTNAME= cbb-0.73 @@ -20,6 +20,7 @@ LIB_DEPENDS= tk42\\.1\\.:${PORTSDIR}/x11-toolkits/tk42 NO_BUILD= yes USE_PERL5= yes +MAKE_ENV= PERL5=${PERL5} pre-configure: ${MV} ${WRKSRC}/install.pl ${WRKSRC}/install.pl.in diff --git a/deskutils/cbb/files/patch-01 b/deskutils/cbb/files/patch-01 index f3afa97b8a2c..a5ed8e9443ae 100644 --- a/deskutils/cbb/files/patch-01 +++ b/deskutils/cbb/files/patch-01 @@ -5,7 +5,7 @@ CBB_ROOT = cbb-0.73 TAR = tar -PERL = perl -+PERL = ${PREFIX}/bin/perl ++PERL = ${PERL5} all: @@ -14,7 +14,7 @@ install: - $(PERL) install.pl + $(PERL) install.pl --prefix ${PREFIX} --libdir ${PREFIX}/share/cbb \ -+ --perlpath ${PREFIX}/bin/perl --wishpath ${PREFIX}/bin/wish4.2 ++ --perlpath ${PERL5} --wishpath ${PREFIX}/bin/wish4.2 docs/cbb-man.dvi: docs/cbb-man.tex (cd docs; \ diff --git a/devel/p5-BSD-Resource/Makefile b/devel/p5-BSD-Resource/Makefile index 7bce500da0d1..1a809ed2abf2 100644 --- a/devel/p5-BSD-Resource/Makefile +++ b/devel/p5-BSD-Resource/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.9 1998/02/18 18:12:39 vanilla Exp $ +# $Id: Makefile,v 1.10 1998/08/12 09:57:43 asami Exp $ # DISTNAME= BSD-Resource-1.0701 @@ -20,6 +20,6 @@ MAN3= BSD::Resource.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> diff --git a/devel/p5-C-Scan/Makefile b/devel/p5-C-Scan/Makefile index a0e14e51fdb8..20cbfc47f7e5 100644 --- a/devel/p5-C-Scan/Makefile +++ b/devel/p5-C-Scan/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.10 1998/04/04 13:55:57 vanilla Exp $ +# $Id: Makefile,v 1.11 1998/08/12 09:57:46 asami Exp $ # DISTNAME= C-Scan-0.5 @@ -22,6 +22,6 @@ MAN3= C::Scan.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> diff --git a/devel/p5-Config-IniFiles/Makefile b/devel/p5-Config-IniFiles/Makefile index e03fd1cc73c3..83130e6390ff 100644 --- a/devel/p5-Config-IniFiles/Makefile +++ b/devel/p5-Config-IniFiles/Makefile @@ -3,7 +3,7 @@ # Date created: October 21st 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.7 1997/09/14 02:54:56 jfitz Exp $ +# $Id: Makefile,v 1.8 1998/08/12 09:57:53 asami Exp $ # DISTNAME= IniConf.pm-0.92 @@ -20,6 +20,6 @@ MAN3= IniConf.pm.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> diff --git a/devel/p5-Curses/Makefile b/devel/p5-Curses/Makefile index 8250b1bdbf3a..4bf028c37f87 100644 --- a/devel/p5-Curses/Makefile +++ b/devel/p5-Curses/Makefile @@ -3,7 +3,7 @@ # Date created: October 17th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.8 1998/04/04 13:58:26 vanilla Exp $ +# $Id: Makefile,v 1.9 1998/08/12 09:57:46 asami Exp $ # DISTNAME= Curses-1.02 @@ -23,6 +23,6 @@ pre-configure: @ ln -s ${WRKSRC}/hints/c-freebsd.ncurses.h ${WRKSRC}/c-config.h do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/devel/p5-Data-Flow/Makefile b/devel/p5-Data-Flow/Makefile index d35715e7c2aa..4026c93697f8 100644 --- a/devel/p5-Data-Flow/Makefile +++ b/devel/p5-Data-Flow/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.7 1997/09/14 02:54:33 jfitz Exp $ +# $Id: Makefile,v 1.8 1998/08/12 09:57:47 asami Exp $ # DISTNAME= Data-Flow-0.05 @@ -20,6 +20,6 @@ MAN3= Data::Flow.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> diff --git a/devel/p5-Data-ShowTable/Makefile b/devel/p5-Data-ShowTable/Makefile index cc7ccab0121e..ba3a0da8f521 100644 --- a/devel/p5-Data-ShowTable/Makefile +++ b/devel/p5-Data-ShowTable/Makefile @@ -3,7 +3,7 @@ # Date created: September 10th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.3 1998/08/06 14:59:52 vanilla Exp $ +# $Id: Makefile,v 1.4 1998/08/12 09:57:47 asami Exp $ # DISTNAME= Data-ShowTable-3.3 @@ -21,6 +21,6 @@ MAN3= Data::ShowTable.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/devel/p5-Date-Manip/Makefile b/devel/p5-Date-Manip/Makefile index 9b010a622b83..8e52bc8f58d6 100644 --- a/devel/p5-Date-Manip/Makefile +++ b/devel/p5-Date-Manip/Makefile @@ -3,7 +3,7 @@ # Date created: April 28th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.6 1998/08/12 09:57:48 asami Exp $ +# $Id: Makefile,v 1.7 1998/08/31 13:56:11 vanilla Exp $ # DISTNAME= DateManip-5.33 @@ -20,6 +20,6 @@ MAN3= Date::Manip.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> diff --git a/devel/p5-Devel-DProf/Makefile b/devel/p5-Devel-DProf/Makefile index 6d366657ef9c..27eb251bd965 100644 --- a/devel/p5-Devel-DProf/Makefile +++ b/devel/p5-Devel-DProf/Makefile @@ -3,7 +3,7 @@ # Date created: June 15th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.3 1997/06/24 18:43:13 jfitz Exp $ +# $Id: Makefile,v 1.4 1998/08/12 09:57:48 asami Exp $ # DISTNAME= DProf-19970614 @@ -22,6 +22,6 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Devel::DProf.3 do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/devel/p5-Devel-Peek/Makefile b/devel/p5-Devel-Peek/Makefile index 9ab7009aecc2..72bd8353a323 100644 --- a/devel/p5-Devel-Peek/Makefile +++ b/devel/p5-Devel-Peek/Makefile @@ -3,7 +3,7 @@ # Date created: June 15th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.7 1998/08/06 15:00:58 vanilla Exp $ +# $Id: Makefile,v 1.8 1998/08/12 09:57:48 asami Exp $ # DISTNAME= Devel-Peek-0.94 @@ -20,6 +20,6 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Devel::Peek.3 do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/devel/p5-Devel-Symdump/Makefile b/devel/p5-Devel-Symdump/Makefile index e4f66f59b61d..8458548c42ec 100644 --- a/devel/p5-Devel-Symdump/Makefile +++ b/devel/p5-Devel-Symdump/Makefile @@ -3,7 +3,7 @@ # Date created: June 15th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.3 1998/08/06 15:03:14 vanilla Exp $ +# $Id: Makefile,v 1.4 1998/08/12 09:57:49 asami Exp $ # DISTNAME= Devel-Symdump-2.00 @@ -20,6 +20,6 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Devel::Symdump.3 do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/devel/p5-Errno/Makefile b/devel/p5-Errno/Makefile index 395bc6917e5e..bfc8b4987922 100644 --- a/devel/p5-Errno/Makefile +++ b/devel/p5-Errno/Makefile @@ -3,7 +3,7 @@ # Date created: June 26th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.ORG> # -# $Id: Makefile,v 1.2 1998/05/13 17:23:38 vanilla Exp $ +# $Id: Makefile,v 1.3 1998/08/12 09:57:49 asami Exp $ # DISTNAME= Errno-1.02 @@ -20,6 +20,6 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Errno.3 do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/devel/p5-File-BasicFlock/Makefile b/devel/p5-File-BasicFlock/Makefile index 96aa67bbde3e..1a7882f39193 100644 --- a/devel/p5-File-BasicFlock/Makefile +++ b/devel/p5-File-BasicFlock/Makefile @@ -3,7 +3,7 @@ # Date created: # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.6 1997/06/24 18:43:17 jfitz Exp $ +# $Id: Makefile,v 1.7 1998/08/12 09:57:50 asami Exp $ # DISTNAME= File-BasicFLock-96.072401 @@ -20,6 +20,6 @@ MAN3= File::BasicFlock.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> diff --git a/devel/p5-File-Lock/Makefile b/devel/p5-File-Lock/Makefile index e744ff89a04c..7cd8390cbfce 100644 --- a/devel/p5-File-Lock/Makefile +++ b/devel/p5-File-Lock/Makefile @@ -3,7 +3,7 @@ # Date created: October 17th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.5 1997/05/24 13:17:02 jfitz Exp $ +# $Id: Makefile,v 1.6 1997/06/24 18:43:18 jfitz Exp $ # DISTNAME= File-Lock-0.9 @@ -17,6 +17,6 @@ MAINTAINER= jfitz@FreeBSD.ORG USE_PERL5= YES do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/devel/p5-File-Slurp/Makefile b/devel/p5-File-Slurp/Makefile index 5c4684abd1cb..bea737f5f198 100644 --- a/devel/p5-File-Slurp/Makefile +++ b/devel/p5-File-Slurp/Makefile @@ -3,7 +3,7 @@ # Date created: October 17th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.7 1998/08/12 09:57:50 asami Exp $ +# $Id: Makefile,v 1.8 1998/08/31 14:10:57 vanilla Exp $ # DISTNAME= File-Slurp-98.071901 @@ -20,6 +20,6 @@ MAN3= File::Slurp.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> diff --git a/devel/p5-File-Sync/Makefile b/devel/p5-File-Sync/Makefile index 2f2e48d83eff..74084a62e0e7 100644 --- a/devel/p5-File-Sync/Makefile +++ b/devel/p5-File-Sync/Makefile @@ -3,7 +3,7 @@ # Date created: 6 March 1998 # Whom: Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp> # -# $Id: Makefile,v 1.2 1998/03/21 02:06:11 asami Exp $ +# $Id: Makefile,v 1.3 1998/08/12 09:57:51 asami Exp $ # DISTNAME= File-Sync-0.06 @@ -21,6 +21,6 @@ MAN3= File::Sync.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> diff --git a/devel/p5-File-Tools/Makefile b/devel/p5-File-Tools/Makefile index 039f8bb1fa5d..432292699d36 100644 --- a/devel/p5-File-Tools/Makefile +++ b/devel/p5-File-Tools/Makefile @@ -3,7 +3,7 @@ # Date created: October 17th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.6 1997/06/24 18:43:19 jfitz Exp $ +# $Id: Makefile,v 1.7 1998/08/12 09:57:51 asami Exp $ # DISTNAME= File-Tools-2.0 @@ -20,6 +20,6 @@ MAN3= File::Tools.3 File::Recurse.3 File::Copy.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> diff --git a/devel/p5-Filter/Makefile b/devel/p5-Filter/Makefile index 8b448d27ab15..0423634c0272 100644 --- a/devel/p5-Filter/Makefile +++ b/devel/p5-Filter/Makefile @@ -3,7 +3,7 @@ # Date created: June 26th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.ORG> # -# $Id: Makefile,v 1.2 1998/02/18 18:21:36 vanilla Exp $ +# $Id: Makefile,v 1.3 1998/08/12 09:57:51 asami Exp $ # DISTNAME= Filter-1.14 @@ -21,6 +21,6 @@ MAN3= Filter::Util::Call.3 Filter::Util::Exec.3 Filter::cpp.3 \ Filter::decrypt.3 Filter::exec.3 Filter::sh.3 Filter::tee.3 do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/devel/p5-FreezeThaw/Makefile b/devel/p5-FreezeThaw/Makefile index 18d4c59c221c..a141e1b9568a 100644 --- a/devel/p5-FreezeThaw/Makefile +++ b/devel/p5-FreezeThaw/Makefile @@ -3,7 +3,7 @@ # Date created: September 10th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.2 1998/05/14 08:15:36 vanilla Exp $ +# $Id: Makefile,v 1.3 1998/08/12 09:57:52 asami Exp $ # DISTNAME= FreezeThaw-0.3 @@ -20,6 +20,6 @@ MAN3= FreezeThaw.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/devel/p5-IO-stringy/Makefile b/devel/p5-IO-stringy/Makefile index 603416abe96d..1ee67726b93e 100644 --- a/devel/p5-IO-stringy/Makefile +++ b/devel/p5-IO-stringy/Makefile @@ -3,7 +3,7 @@ # Date created: April 27 1998 # Whom: Eivind Eklund <eivind@FreeBSD.ORG> # -# $Id: Makefile,v 1.3 1998/08/06 15:08:42 vanilla Exp $ +# $Id: Makefile,v 1.4 1998/08/12 09:57:52 asami Exp $ # DISTNAME= IO-stringy-1.203 @@ -23,6 +23,6 @@ MAN3= IO::AtomicFile.3 IO::Lines.3 IO::Scalar.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> diff --git a/devel/p5-Include/Makefile b/devel/p5-Include/Makefile index 94bada84100e..b59cea7b6c01 100644 --- a/devel/p5-Include/Makefile +++ b/devel/p5-Include/Makefile @@ -3,7 +3,7 @@ # Date created: October 21st 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.7 1997/06/24 18:43:21 jfitz Exp $ +# $Id: Makefile,v 1.8 1998/08/12 09:57:53 asami Exp $ # DISTNAME= Include-1.02a @@ -20,6 +20,6 @@ MAN3= Include.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> diff --git a/devel/p5-IniConf/Makefile b/devel/p5-IniConf/Makefile index e03fd1cc73c3..83130e6390ff 100644 --- a/devel/p5-IniConf/Makefile +++ b/devel/p5-IniConf/Makefile @@ -3,7 +3,7 @@ # Date created: October 21st 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.7 1997/09/14 02:54:56 jfitz Exp $ +# $Id: Makefile,v 1.8 1998/08/12 09:57:53 asami Exp $ # DISTNAME= IniConf.pm-0.92 @@ -20,6 +20,6 @@ MAN3= IniConf.pm.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> diff --git a/devel/p5-Ioctl/Makefile b/devel/p5-Ioctl/Makefile index 415d94a28708..0cc0161d1a3b 100644 --- a/devel/p5-Ioctl/Makefile +++ b/devel/p5-Ioctl/Makefile @@ -3,7 +3,7 @@ # Date created: October 21st 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.6 1997/05/24 13:17:07 jfitz Exp $ +# $Id: Makefile,v 1.7 1997/06/24 18:43:22 jfitz Exp $ # DISTNAME= Ioctl-0_7 @@ -17,6 +17,6 @@ MAINTAINER= jfitz@FreeBSD.ORG USE_PERL5= YES do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/devel/p5-Penguin-Easy/Makefile b/devel/p5-Penguin-Easy/Makefile index b13936836845..f0bfc44feaa1 100644 --- a/devel/p5-Penguin-Easy/Makefile +++ b/devel/p5-Penguin-Easy/Makefile @@ -3,7 +3,7 @@ # Date created: May 28th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.2 1997/06/24 18:43:29 jfitz Exp $ +# $Id: Makefile,v 1.3 1998/08/12 09:57:54 asami Exp $ # DISTNAME= Penguin-Easy-1.1 @@ -22,7 +22,7 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Penguin::Easy.3 do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL post-install: ${MKDIR} ${PREFIX}/lib/perl5/site_perl/Penguin/Easy/bin ${PREFIX}/lib/perl5/site_perl/Penguin/Easy/doc diff --git a/devel/p5-Penguin/Makefile b/devel/p5-Penguin/Makefile index 04ec5cdd1bac..bc466d4040ea 100644 --- a/devel/p5-Penguin/Makefile +++ b/devel/p5-Penguin/Makefile @@ -3,7 +3,7 @@ # Date created: May 28th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.1.1.1 1997/05/30 20:02:24 jfitz Exp $ +# $Id: Makefile,v 1.2 1997/06/24 18:43:29 jfitz Exp $ # DISTNAME= Penguin-3.00 @@ -19,7 +19,7 @@ RUN_DEPENDS= pgp:${PORTSDIR}/security/pgp USE_PERL5= YES do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL post-install: ${MKDIR} ${PREFIX}/lib/perl5/site_perl/Penguin/bin ${PREFIX}/lib/perl5/site_perl/Penguin/misc ${PREFIX}/lib/perl5/site_perl/Penguin/doc diff --git a/devel/p5-Proc-Simple/Makefile b/devel/p5-Proc-Simple/Makefile index 55854e877470..c92fa3d0884e 100644 --- a/devel/p5-Proc-Simple/Makefile +++ b/devel/p5-Proc-Simple/Makefile @@ -3,7 +3,7 @@ # Date created: June 26th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1997/06/27 01:52:15 jfitz Exp $ +# $Id: Makefile,v 1.2 1998/08/12 09:57:54 asami Exp $ # DISTNAME= Proc-Simple-1.12 @@ -20,6 +20,6 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Proc::Simple.3 do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> 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> diff --git a/devel/p5-ReadLine-Perl/Makefile b/devel/p5-ReadLine-Perl/Makefile index b7d7d9520cda..15bdb18ad817 100644 --- a/devel/p5-ReadLine-Perl/Makefile +++ b/devel/p5-ReadLine-Perl/Makefile @@ -3,7 +3,7 @@ # Date created: 20 February 1998 # Whom: Matthew Hunt <mph@pobox.com> # -# $Id: Makefile,v 1.1.1.1 1998/04/17 20:57:27 mph Exp $ +# $Id: Makefile,v 1.2 1998/04/22 21:39:13 mph Exp $ # DISTNAME= Term-ReadLine-Perl-0.9904 @@ -17,6 +17,6 @@ MAINTAINER= mph@freebsd.org USE_PERL5= YES do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/devel/p5-Religion/Makefile b/devel/p5-Religion/Makefile index c87f58cda15c..98974fb1c695 100644 --- a/devel/p5-Religion/Makefile +++ b/devel/p5-Religion/Makefile @@ -3,7 +3,7 @@ # Date created: October 24th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.6 1997/06/24 18:43:30 jfitz Exp $ +# $Id: Makefile,v 1.7 1998/08/12 09:57:55 asami Exp $ # DISTNAME= Religion-1.04 @@ -20,6 +20,6 @@ MAN3= Religion.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> diff --git a/devel/p5-Resources/Makefile b/devel/p5-Resources/Makefile index 3135969244d0..d657c0ccc5a8 100644 --- a/devel/p5-Resources/Makefile +++ b/devel/p5-Resources/Makefile @@ -3,7 +3,7 @@ # Date created: October 24th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.7 1997/06/24 18:43:31 jfitz Exp $ +# $Id: Makefile,v 1.8 1998/08/12 09:57:56 asami Exp $ # DISTNAME= Resources-1.04 @@ -20,6 +20,6 @@ MAN3= Resources.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> diff --git a/devel/p5-Sort-Versions/Makefile b/devel/p5-Sort-Versions/Makefile index 18a00031f241..287e675bece0 100644 --- a/devel/p5-Sort-Versions/Makefile +++ b/devel/p5-Sort-Versions/Makefile @@ -3,7 +3,7 @@ # Date created: June 26th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1997/06/27 01:54:30 jfitz Exp $ +# $Id: Makefile,v 1.2 1998/08/12 09:57:56 asami Exp $ # DISTNAME= SortVersions-1.1 @@ -20,6 +20,6 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Sort::Versions.3 do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/devel/p5-Storable/Makefile b/devel/p5-Storable/Makefile index c273080a5963..69e0f915b88a 100644 --- a/devel/p5-Storable/Makefile +++ b/devel/p5-Storable/Makefile @@ -3,7 +3,7 @@ # Date created: July 7th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.11 1998/08/12 09:57:57 asami Exp $ +# $Id: Makefile,v 1.12 1998/08/18 02:54:05 vanilla Exp $ # DISTNAME= Storable-0.6@3 @@ -21,6 +21,6 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Storable.3 do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/devel/p5-Term-Query/Makefile b/devel/p5-Term-Query/Makefile index 41bf0226b905..cfd5b1d860fd 100644 --- a/devel/p5-Term-Query/Makefile +++ b/devel/p5-Term-Query/Makefile @@ -3,7 +3,7 @@ # Date created: 21 May 1998 # Whom: Garrett Wollman <wollman@lcs.mit.edu> # -# $Id: Makefile,v 1.1.1.1 1998/05/22 02:07:30 mph Exp $ +# $Id: Makefile,v 1.2 1998/08/12 09:57:57 asami Exp $ # DISTNAME= Term-Query-2.0 @@ -22,6 +22,6 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Term::Query.3 do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/devel/p5-Term-ReadKey/Makefile b/devel/p5-Term-ReadKey/Makefile index 9f7760c16e08..6a515d796bb5 100644 --- a/devel/p5-Term-ReadKey/Makefile +++ b/devel/p5-Term-ReadKey/Makefile @@ -3,7 +3,7 @@ # Date created: June 26th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.ORG> # -# $Id: Makefile,v 1.2 1998/03/11 03:02:53 vanilla Exp $ +# $Id: Makefile,v 1.3 1998/08/12 09:57:57 asami Exp $ # DISTNAME= TermReadKey-2.12 @@ -20,6 +20,6 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Term::ReadKey.3 do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/devel/p5-Time/Makefile b/devel/p5-Time/Makefile index eb5ef8c1c1a7..5a930f7bd78e 100644 --- a/devel/p5-Time/Makefile +++ b/devel/p5-Time/Makefile @@ -3,7 +3,7 @@ # Date created: October 12th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.8 1998/03/11 03:05:06 vanilla Exp $ +# $Id: Makefile,v 1.9 1998/08/12 09:57:58 asami Exp $ # DISTNAME= Time-modules-97.092101 @@ -21,6 +21,6 @@ MAN3= Time::CTime.3 Time::JulianDay.3 Time::ParseDate.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> diff --git a/devel/p5-TimeDate/Makefile b/devel/p5-TimeDate/Makefile index c31fba99cee5..92a7ace9ff9b 100644 --- a/devel/p5-TimeDate/Makefile +++ b/devel/p5-TimeDate/Makefile @@ -3,7 +3,7 @@ # Date created: Mon Sep 1 17:03:41 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.3 1998/03/11 03:06:20 vanilla Exp $ +# $Id: Makefile,v 1.4 1998/08/12 09:57:58 asami Exp $ # DISTNAME= TimeDate-1.08 @@ -21,6 +21,6 @@ MAN3= Date::Format.3 Date::Parse.3 Time::Zone.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> diff --git a/devel/p5-TraceFuncs/Makefile b/devel/p5-TraceFuncs/Makefile index 323d340f70d8..eb5b21ce68e9 100644 --- a/devel/p5-TraceFuncs/Makefile +++ b/devel/p5-TraceFuncs/Makefile @@ -3,7 +3,7 @@ # Date created: June 26th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1997/06/27 01:57:29 jfitz Exp $ +# $Id: Makefile,v 1.2 1998/08/12 09:57:59 asami Exp $ # DISTNAME= traceFunc-0.1 @@ -20,6 +20,6 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Devel::TraceFuncs.3 do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/dns/dnswalk/Makefile b/dns/dnswalk/Makefile index da9bf53c6353..448c01533e1b 100644 --- a/dns/dnswalk/Makefile +++ b/dns/dnswalk/Makefile @@ -3,7 +3,7 @@ # Date created: 17 January 1998 # Whom: Matthew Hunt <mph@pobox.com> # -# $Id: Makefile,v 1.1.1.1 1998/03/01 18:11:27 obrien Exp $ +# $Id: Makefile,v 1.2 1998/04/17 23:26:26 mph Exp $ DISTNAME= dnswalk-2.0.2 CATEGORIES= net @@ -24,7 +24,7 @@ DOC_DIR= ${PREFIX}/share/doc/dnswalk pre-configure: ${MV} -f ${WRKDIR}/dnswalk ${WRKDIR}/dnswalk.orig - ${SED} -e "s#/usr/contrib/bin/perl#${PREFIX}/bin/perl#"\ + ${SED} -e "s#/usr/contrib/bin/perl#${PERL5}#"\ < ${WRKDIR}/dnswalk.orig > ${WRKDIR}/dnswalk do-install: diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile index ce58a0fdeb7e..d806a9e17063 100644 --- a/dns/p5-Net-DNS/Makefile +++ b/dns/p5-Net-DNS/Makefile @@ -3,7 +3,7 @@ # Date created: April 5th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.9 1997/11/10 14:46:18 jfitz Exp $ +# $Id: Makefile,v 1.10 1998/08/20 10:03:58 asami Exp $ # DISTNAME= Net-DNS-0.12 @@ -31,6 +31,6 @@ MAN3= Net::DNS.3 Net::DNS::Header.3 Net::DNS::Packet.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> diff --git a/finance/cbb/Makefile b/finance/cbb/Makefile index d78e7346ce9a..f078e5c7cf5e 100644 --- a/finance/cbb/Makefile +++ b/finance/cbb/Makefile @@ -3,7 +3,7 @@ # Date created: 14 September, 1997 # Whom: kline # -# $Id: Makefile,v 1.5 1998/08/07 23:56:13 asami Exp $ +# $Id: Makefile,v 1.6 1998/08/08 00:20:19 asami Exp $ # DISTNAME= cbb-0.73 @@ -20,6 +20,7 @@ LIB_DEPENDS= tk42\\.1\\.:${PORTSDIR}/x11-toolkits/tk42 NO_BUILD= yes USE_PERL5= yes +MAKE_ENV= PERL5=${PERL5} pre-configure: ${MV} ${WRKSRC}/install.pl ${WRKSRC}/install.pl.in diff --git a/finance/cbb/files/patch-01 b/finance/cbb/files/patch-01 index f3afa97b8a2c..a5ed8e9443ae 100644 --- a/finance/cbb/files/patch-01 +++ b/finance/cbb/files/patch-01 @@ -5,7 +5,7 @@ CBB_ROOT = cbb-0.73 TAR = tar -PERL = perl -+PERL = ${PREFIX}/bin/perl ++PERL = ${PERL5} all: @@ -14,7 +14,7 @@ install: - $(PERL) install.pl + $(PERL) install.pl --prefix ${PREFIX} --libdir ${PREFIX}/share/cbb \ -+ --perlpath ${PREFIX}/bin/perl --wishpath ${PREFIX}/bin/wish4.2 ++ --perlpath ${PERL5} --wishpath ${PREFIX}/bin/wish4.2 docs/cbb-man.dvi: docs/cbb-man.tex (cd docs; \ diff --git a/graphics/p5-Chart/Makefile b/graphics/p5-Chart/Makefile index bf15634fe637..334f97cbaed5 100644 --- a/graphics/p5-Chart/Makefile +++ b/graphics/p5-Chart/Makefile @@ -3,7 +3,7 @@ # Date Created: 8 April 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.2 1998/08/06 15:18:27 vanilla Exp $ +# $Id: Makefile,v 1.3 1998/08/19 12:38:40 vanilla Exp $ # DISTNAME= chart-0.94 @@ -24,6 +24,6 @@ MAN3= Chart.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> diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile index 271d4bd3e781..6490dd3a0ba4 100644 --- a/graphics/p5-GD/Makefile +++ b/graphics/p5-GD/Makefile @@ -3,7 +3,7 @@ # Date created: June 26th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.ORG> # -# $Id: Makefile,v 1.3 1998/08/06 15:04:57 vanilla Exp $ +# $Id: Makefile,v 1.4 1998/08/22 19:37:33 jseger Exp $ # DISTNAME= GD-1.18 @@ -20,6 +20,6 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= GD.3 do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/graphics/p5-GD1/Makefile b/graphics/p5-GD1/Makefile index 271d4bd3e781..6490dd3a0ba4 100644 --- a/graphics/p5-GD1/Makefile +++ b/graphics/p5-GD1/Makefile @@ -3,7 +3,7 @@ # Date created: June 26th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.ORG> # -# $Id: Makefile,v 1.3 1998/08/06 15:04:57 vanilla Exp $ +# $Id: Makefile,v 1.4 1998/08/22 19:37:33 jseger Exp $ # DISTNAME= GD-1.18 @@ -20,6 +20,6 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= GD.3 do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/graphics/p5-GD2/Makefile b/graphics/p5-GD2/Makefile index 271d4bd3e781..6490dd3a0ba4 100644 --- a/graphics/p5-GD2/Makefile +++ b/graphics/p5-GD2/Makefile @@ -3,7 +3,7 @@ # Date created: June 26th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.ORG> # -# $Id: Makefile,v 1.3 1998/08/06 15:04:57 vanilla Exp $ +# $Id: Makefile,v 1.4 1998/08/22 19:37:33 jseger Exp $ # DISTNAME= GD-1.18 @@ -20,6 +20,6 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= GD.3 do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/graphics/p5-Image-Size/Makefile b/graphics/p5-Image-Size/Makefile index 1f51e94e4881..ae71b07835ca 100644 --- a/graphics/p5-Image-Size/Makefile +++ b/graphics/p5-Image-Size/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.12 1998/02/18 15:31:46 vanilla Exp $ +# $Id: Makefile,v 1.13 1998/08/19 14:32:13 vanilla Exp $ # DISTNAME= Image-Size-2.7 @@ -21,6 +21,6 @@ MAN3= Image::Size.3 MAN3PREFIX= ${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> diff --git a/graphics/p5-PGPLOT/Makefile b/graphics/p5-PGPLOT/Makefile index b77f56a5e5be..de9dfdf8018c 100644 --- a/graphics/p5-PGPLOT/Makefile +++ b/graphics/p5-PGPLOT/Makefile @@ -3,7 +3,7 @@ # Date created: 22 December 1996 # Whom: jmz # -# $Id: Makefile,v 1.7 1998/01/27 02:25:21 jmz Exp $ +# $Id: Makefile,v 1.8 1998/08/23 13:54:06 jseger Exp $ # DISTNAME= PGPLOT-2.08 @@ -22,7 +22,7 @@ MAN3= ExtUtils::F77.3 PGPLOT.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: - @cd ${WRKSRC} && ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC} && ${PERL5} Makefile.PL post-install: @${MKDIR} ${PREFIX}/share/doc/pgperl diff --git a/graphics/p5-chart/Makefile b/graphics/p5-chart/Makefile index bf15634fe637..334f97cbaed5 100644 --- a/graphics/p5-chart/Makefile +++ b/graphics/p5-chart/Makefile @@ -3,7 +3,7 @@ # Date Created: 8 April 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.2 1998/08/06 15:18:27 vanilla Exp $ +# $Id: Makefile,v 1.3 1998/08/19 12:38:40 vanilla Exp $ # DISTNAME= chart-0.94 @@ -24,6 +24,6 @@ MAN3= Chart.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> diff --git a/graphics/pgperl/Makefile b/graphics/pgperl/Makefile index b77f56a5e5be..de9dfdf8018c 100644 --- a/graphics/pgperl/Makefile +++ b/graphics/pgperl/Makefile @@ -3,7 +3,7 @@ # Date created: 22 December 1996 # Whom: jmz # -# $Id: Makefile,v 1.7 1998/01/27 02:25:21 jmz Exp $ +# $Id: Makefile,v 1.8 1998/08/23 13:54:06 jseger Exp $ # DISTNAME= PGPLOT-2.08 @@ -22,7 +22,7 @@ MAN3= ExtUtils::F77.3 PGPLOT.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: - @cd ${WRKSRC} && ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC} && ${PERL5} Makefile.PL post-install: @${MKDIR} ${PREFIX}/share/doc/pgperl diff --git a/irc/sirc/scripts/sirc-proto b/irc/sirc/scripts/sirc-proto index 2de5b34e9810..95223b1d3dd7 100644 --- a/irc/sirc/scripts/sirc-proto +++ b/irc/sirc/scripts/sirc-proto @@ -11,7 +11,7 @@ fi case "$1" in -d) shift - exec ${PREFIX}/bin/perl5 ${SIRCLIB}/dsirc "$@" + exec ${PERL5} ${SIRCLIB}/dsirc "$@" ;; - *) eval exec ${PREFIX}/bin/ssfe $SSFE ${PREFIX}/bin/perl5 ${SIRCLIB}/dsirc \"\$@\" + *) eval exec ${PREFIX}/bin/ssfe $SSFE ${PERL5} ${SIRCLIB}/dsirc \"\$@\" esac diff --git a/korean/nhppf/Makefile b/korean/nhppf/Makefile index 40b74c56abd6..b7bf58489f51 100644 --- a/korean/nhppf/Makefile +++ b/korean/nhppf/Makefile @@ -3,7 +3,7 @@ # Date created: 19 Apr 1997 # Whom: Choi Jun Ho <junker@jazz.snu.ac.kr> # -# $Id: Makefile,v 1.2 1997/07/18 05:04:14 asami Exp $ +# $Id: Makefile,v 1.3 1997/09/22 16:22:12 max Exp $ # DISTNAME= nhppf-1.2 @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PREFIX}/share/fonts/HLaTeX-0.95-pfb:$(PORTSDIR)/korean/hlatexp do-configure: @cd ${WRKSRC}; \ - ${ECHO_MSG} "#!${PREFIX}/bin/perl5.003" > scriptheader; \ + ${ECHO_MSG} "#!${PERL5}" > scriptheader; \ ${CAT} scriptheader nhppf > nhppf.new do-install: diff --git a/lang/eperl/Makefile b/lang/eperl/Makefile index d8d0023f65bc..2a9932b6f01e 100644 --- a/lang/eperl/Makefile +++ b/lang/eperl/Makefile @@ -3,7 +3,7 @@ # Date created: 03-Sep-1997 # Whom: Ralf S. Engelschall <rse@engelschall.com> # -# $Id: Makefile,v 1.27 1998/07/10 09:11:31 rse Exp $ +# $Id: Makefile,v 1.28 1998/08/02 14:53:32 rse Exp $ # DISTNAME= eperl-2.2.14 @@ -28,7 +28,7 @@ RUN_DEPENDS= ${PREFIX}/etc/apache/srm.conf:${PORTSDIR}/www/apache USE_PERL5= yes HAS_CONFIGURE= yes -CONFIGURE_ARGS= --with-perl=${PREFIX}/bin/perl +CONFIGURE_ARGS= --with-perl=${PERL5} MAN1= eperl.1 diff --git a/lang/p5-Tcl/Makefile b/lang/p5-Tcl/Makefile index 08e9f26be003..ab6e89889dbf 100644 --- a/lang/p5-Tcl/Makefile +++ b/lang/p5-Tcl/Makefile @@ -3,7 +3,7 @@ # Date created: June 15th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.4 1997/11/22 01:11:25 asami Exp $ +# $Id: Makefile,v 1.5 1998/08/30 15:52:48 steve Exp $ # DISTNAME= Tcl-b2 @@ -24,6 +24,6 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Tcl.3 do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/lang/p5-ePerl/Makefile b/lang/p5-ePerl/Makefile index 640e525c74d5..13358867a5cd 100644 --- a/lang/p5-ePerl/Makefile +++ b/lang/p5-ePerl/Makefile @@ -3,7 +3,7 @@ # Date created: 03-Sep-1997 # Whom: Ralf S. Engelschall <rse@engelschall.com> # -# $Id: Makefile,v 1.15 1998/08/02 14:55:26 rse Exp $ +# $Id: Makefile,v 1.16 1998/08/22 19:55:01 jseger Exp $ # DISTNAME= eperl-2.2.14 @@ -23,6 +23,6 @@ MAN3= Parse::ePerl.3 Apache::ePerl.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> diff --git a/mail/p5-MIME-Tools/Makefile b/mail/p5-MIME-Tools/Makefile index bdcc13b7ee7a..3a5891b04ddf 100644 --- a/mail/p5-MIME-Tools/Makefile +++ b/mail/p5-MIME-Tools/Makefile @@ -3,7 +3,7 @@ # Date created: April 27th 1998 # Whom: Eivind Eklund <eivind@FreeBSD.ORG> # -# $Id: Makefile,v 1.3 1998/06/24 15:59:07 vanilla Exp $ +# $Id: Makefile,v 1.4 1998/08/23 02:57:11 jseger Exp $ # DISTNAME= MIME-tools-4.121 @@ -34,6 +34,6 @@ MAN3= MIME::IO.3 MIME::Entity.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> diff --git a/mail/p5-Mail-Folder/Makefile b/mail/p5-Mail-Folder/Makefile index 46f13261b42a..e3174f0794b8 100644 --- a/mail/p5-Mail-Folder/Makefile +++ b/mail/p5-Mail-Folder/Makefile @@ -3,7 +3,7 @@ # Date created: October 24th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.11 1998/08/23 03:05:11 jseger Exp $ +# $Id: Makefile,v 1.12 1998/08/23 13:45:04 jseger Exp $ # DISTNAME= MailFolder-0.07 @@ -28,6 +28,6 @@ MAN3= Mail::Folder.3 Mail::Folder::Emaul.3 Mail::Folder::Mbox.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> diff --git a/mail/p5-Mail-POP3Client/Makefile b/mail/p5-Mail-POP3Client/Makefile index 5da379090195..6da2a0dc6f4e 100644 --- a/mail/p5-Mail-POP3Client/Makefile +++ b/mail/p5-Mail-POP3Client/Makefile @@ -3,7 +3,7 @@ # Date created: October 24th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.8 1997/06/24 18:43:24 jfitz Exp $ +# $Id: Makefile,v 1.9 1998/08/23 03:36:54 jseger Exp $ # DISTNAME= POP3Client-1_15 @@ -20,6 +20,6 @@ MAN3= Mail::POP3Client.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> diff --git a/mail/p5-Mail-Tools/Makefile b/mail/p5-Mail-Tools/Makefile index 97dc600240cf..5c00454f146a 100644 --- a/mail/p5-Mail-Tools/Makefile +++ b/mail/p5-Mail-Tools/Makefile @@ -3,7 +3,7 @@ # Date created: October 24th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.9 1998/04/27 22:52:03 eivind Exp $ +# $Id: Makefile,v 1.10 1998/08/22 20:26:03 jseger Exp $ # DISTNAME= MailTools-1.11 @@ -26,6 +26,6 @@ MAN3= Mail::Address.3 Mail::Cap.3 Mail::Field.3 Mail::Header.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> diff --git a/math/p5-MatrixReal/Makefile b/math/p5-MatrixReal/Makefile index e155a924eaa0..68aac33f1dc0 100644 --- a/math/p5-MatrixReal/Makefile +++ b/math/p5-MatrixReal/Makefile @@ -3,7 +3,7 @@ # Date Created: Aug 14 1997 # Whom: Sander Vesik <sander@haldjas.folklore.ee> # -# $Id: Makefile,v 1.2 1997/11/25 08:14:01 asami Exp $ +# $Id: Makefile,v 1.3 1998/08/23 04:00:47 jseger Exp $ DISTNAME= Math-MatrixReal-1.2 PKGNAME= p5-MatrixReal-1.2 @@ -19,6 +19,6 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Math::MatrixReal.3 Math::Kleene.3 do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/misc/p5-Array-PrintCols/Makefile b/misc/p5-Array-PrintCols/Makefile index c632e39d4430..dcf20b9432f8 100644 --- a/misc/p5-Array-PrintCols/Makefile +++ b/misc/p5-Array-PrintCols/Makefile @@ -3,7 +3,7 @@ # Date created: October 17th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.10 1998/03/11 02:56:49 vanilla Exp $ +# $Id: Makefile,v 1.11 1998/08/15 02:09:58 asami Exp $ # DISTNAME= Array-PrintCols-2.1 @@ -20,6 +20,6 @@ MAN3= Array::PrintCols.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/misc/p5-Locale-Codes/Makefile b/misc/p5-Locale-Codes/Makefile index c48459fa89c4..f5dfffc90fcb 100644 --- a/misc/p5-Locale-Codes/Makefile +++ b/misc/p5-Locale-Codes/Makefile @@ -3,7 +3,7 @@ # Date created: June 26th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.ORG> # -# $Id: Makefile,v 1.2 1998/04/04 14:02:32 vanilla Exp $ +# $Id: Makefile,v 1.3 1998/08/15 02:10:04 asami Exp $ # DISTNAME= Locale-Codes-1.00 @@ -20,6 +20,6 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Locale::Country.3 Locale::Language.3 do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/misc/sma/Makefile b/misc/sma/Makefile index 7068612e842c..f4736e681376 100644 --- a/misc/sma/Makefile +++ b/misc/sma/Makefile @@ -3,7 +3,7 @@ # Date created: 8 May 1998 # Whom: Donald Burr <dburr@FreeBSD.ORG> # -# $Id: Makefile,v 1.2 1998/05/30 12:36:19 dburr Exp $ +# $Id: Makefile,v 1.3 1998/07/06 14:13:54 dburr Exp $ # DISTNAME= SMA @@ -25,7 +25,7 @@ do-extract: @${MKDIR} ${WRKDIR} pre-configure: - @${SED} -e '1,1s:/usr/bin/perl:${PREFIX}/bin/perl5.00404:' \ + @${SED} -e '1,1s:/usr/bin/perl:${PERL5}:' \ -e '/\$debug = 3/s//\$debug = 0/' \ ${DISTDIR}/SMA.pl > ${WRKDIR}/sma diff --git a/net-mgmt/p5-SNMP/Makefile b/net-mgmt/p5-SNMP/Makefile index cccf6703e418..2800746f7535 100644 --- a/net-mgmt/p5-SNMP/Makefile +++ b/net-mgmt/p5-SNMP/Makefile @@ -3,7 +3,7 @@ # Date created: May 5th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.1.1.1 1997/06/27 01:53:13 jfitz Exp $ +# $Id: Makefile,v 1.2 1998/04/30 02:56:57 asami Exp $ # DISTNAME= SNMP-1.6 @@ -21,7 +21,7 @@ BROKEN= build USE_PERL5= YES do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL post-install: @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/lib/perl5/site_perl/README.SNMP diff --git a/net/dnswalk/Makefile b/net/dnswalk/Makefile index da9bf53c6353..448c01533e1b 100644 --- a/net/dnswalk/Makefile +++ b/net/dnswalk/Makefile @@ -3,7 +3,7 @@ # Date created: 17 January 1998 # Whom: Matthew Hunt <mph@pobox.com> # -# $Id: Makefile,v 1.1.1.1 1998/03/01 18:11:27 obrien Exp $ +# $Id: Makefile,v 1.2 1998/04/17 23:26:26 mph Exp $ DISTNAME= dnswalk-2.0.2 CATEGORIES= net @@ -24,7 +24,7 @@ DOC_DIR= ${PREFIX}/share/doc/dnswalk pre-configure: ${MV} -f ${WRKDIR}/dnswalk ${WRKDIR}/dnswalk.orig - ${SED} -e "s#/usr/contrib/bin/perl#${PREFIX}/bin/perl#"\ + ${SED} -e "s#/usr/contrib/bin/perl#${PERL5}#"\ < ${WRKDIR}/dnswalk.orig > ${WRKDIR}/dnswalk do-install: diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile index ce58a0fdeb7e..d806a9e17063 100644 --- a/net/p5-Net-DNS/Makefile +++ b/net/p5-Net-DNS/Makefile @@ -3,7 +3,7 @@ # Date created: April 5th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.9 1997/11/10 14:46:18 jfitz Exp $ +# $Id: Makefile,v 1.10 1998/08/20 10:03:58 asami Exp $ # DISTNAME= Net-DNS-0.12 @@ -31,6 +31,6 @@ MAN3= Net::DNS.3 Net::DNS::Header.3 Net::DNS::Packet.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> diff --git a/net/p5-Net-Telnet/Makefile b/net/p5-Net-Telnet/Makefile index 6e7423879399..82c5ac80f975 100644 --- a/net/p5-Net-Telnet/Makefile +++ b/net/p5-Net-Telnet/Makefile @@ -3,7 +3,7 @@ # Date created: March 3 1998 # Whom: Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp> # -# $Id: Makefile,v 1.1.1.1 1998/03/15 20:08:41 steve Exp $ +# $Id: Makefile,v 1.2 1998/08/23 03:01:19 jseger Exp $ # DISTNAME= Net-Telnet-3.01 @@ -20,5 +20,5 @@ MAN3= Net::Telnet.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> diff --git a/net/p5-Net-Whois/Makefile b/net/p5-Net-Whois/Makefile index b3e4d0db5f5b..7e97a14c7157 100644 --- a/net/p5-Net-Whois/Makefile +++ b/net/p5-Net-Whois/Makefile @@ -3,7 +3,7 @@ # Date created: June 7th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.3 1997/06/27 02:28:27 jfitz Exp $ +# $Id: Makefile,v 1.4 1998/08/23 03:19:48 jseger Exp $ # DISTNAME= Net-Whois-0.22 @@ -22,6 +22,6 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Net::Whois.3 do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile index a058cbbd0217..cb4c953976a4 100644 --- a/net/p5-Net/Makefile +++ b/net/p5-Net/Makefile @@ -3,7 +3,7 @@ # Date created: September 30th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.18 1998/08/06 15:14:53 vanilla Exp $ +# $Id: Makefile,v 1.19 1998/08/19 13:05:56 vanilla Exp $ # DISTNAME= libnet-1.0605 @@ -31,6 +31,6 @@ MAN3= FAQ.3 \ Net::Time.3 do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/net/p5-SNMP/Makefile b/net/p5-SNMP/Makefile index cccf6703e418..2800746f7535 100644 --- a/net/p5-SNMP/Makefile +++ b/net/p5-SNMP/Makefile @@ -3,7 +3,7 @@ # Date created: May 5th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.1.1.1 1997/06/27 01:53:13 jfitz Exp $ +# $Id: Makefile,v 1.2 1998/04/30 02:56:57 asami Exp $ # DISTNAME= SNMP-1.6 @@ -21,7 +21,7 @@ BROKEN= build USE_PERL5= YES do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL post-install: @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/lib/perl5/site_perl/README.SNMP diff --git a/net/p5-pRPC/Makefile b/net/p5-pRPC/Makefile index 1c90ea472e0b..2dc19a2e235b 100644 --- a/net/p5-pRPC/Makefile +++ b/net/p5-pRPC/Makefile @@ -3,7 +3,7 @@ # Date Created: Aug 18 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1998/08/18 02:39:39 vanilla Exp $ # DISTNAME= pRPC-modules-0.1005 @@ -24,6 +24,6 @@ MAN3= Bundle::pRPC-modules.3 \ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/news/p5-Gateway/Makefile b/news/p5-Gateway/Makefile index a029199914ab..965d0739c8c1 100644 --- a/news/p5-Gateway/Makefile +++ b/news/p5-Gateway/Makefile @@ -3,7 +3,7 @@ # Date created: January 2, 1998 # Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us> # -# $Id: Makefile,v 1.1.1.1 1998/05/04 15:11:40 mph Exp $ +# $Id: Makefile,v 1.2 1998/08/16 19:47:05 hoek Exp $ # DISTNAME= Gateway-0.42 @@ -23,6 +23,6 @@ MAN3= News::Gateway.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> diff --git a/news/p5-News-Article/Makefile b/news/p5-News-Article/Makefile index b087ba984513..98573053d8b8 100644 --- a/news/p5-News-Article/Makefile +++ b/news/p5-News-Article/Makefile @@ -3,7 +3,7 @@ # Date created: January 2, 1998 # Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us> # -# $Id: Makefile,v 1.1.1.1 1998/05/04 14:56:33 mph Exp $ +# $Id: Makefile,v 1.2 1998/08/16 19:22:30 hoek Exp $ # DISTNAME= News-Article-1.14 @@ -25,6 +25,6 @@ MAN3= News::Article.3 News::AutoReply.3 News::FormArticle.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> diff --git a/print/html2ps-a4/Makefile b/print/html2ps-a4/Makefile index 77c6dc85e096..8d4de25f8c8d 100644 --- a/print/html2ps-a4/Makefile +++ b/print/html2ps-a4/Makefile @@ -3,7 +3,7 @@ # Date created: Sat Nov 22 12:54:50 CET 1997 # Whom: andreas # -# $Id: Makefile,v 1.1.1.1 1998/05/17 20:14:39 andreas Exp $ +# $Id: Makefile,v 1.2 1998/08/31 13:16:21 asami Exp $ # DISTNAME= html2ps-1.0b1 @@ -30,6 +30,6 @@ MAN1= html2ps.1 MAN5= html2psrc.5 do-install: - @cd ${WRKSRC}; ${PREFIX}/bin/perl5 install + @cd ${WRKSRC}; ${PERL5} install .include <bsd.port.mk> diff --git a/print/html2ps-letter/Makefile b/print/html2ps-letter/Makefile index 77c6dc85e096..8d4de25f8c8d 100644 --- a/print/html2ps-letter/Makefile +++ b/print/html2ps-letter/Makefile @@ -3,7 +3,7 @@ # Date created: Sat Nov 22 12:54:50 CET 1997 # Whom: andreas # -# $Id: Makefile,v 1.1.1.1 1998/05/17 20:14:39 andreas Exp $ +# $Id: Makefile,v 1.2 1998/08/31 13:16:21 asami Exp $ # DISTNAME= html2ps-1.0b1 @@ -30,6 +30,6 @@ MAN1= html2ps.1 MAN5= html2psrc.5 do-install: - @cd ${WRKSRC}; ${PREFIX}/bin/perl5 install + @cd ${WRKSRC}; ${PERL5} install .include <bsd.port.mk> diff --git a/security/p5-Authen-Radius/Makefile b/security/p5-Authen-Radius/Makefile index 8e74b16c08e7..2fdec595d691 100644 --- a/security/p5-Authen-Radius/Makefile +++ b/security/p5-Authen-Radius/Makefile @@ -3,7 +3,7 @@ # Date created: September 11th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.1.1.1 1997/09/13 17:48:49 jfitz Exp $ +# $Id: Makefile,v 1.2 1998/08/23 15:06:57 jseger Exp $ # DISTNAME= RadiusPerl-0.05 @@ -24,6 +24,6 @@ pre-configure: @${CP} ${WRKSRC}/Authen/Radius.pm ${WRKSRC} do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/security/p5-Crypt-DES/Makefile b/security/p5-Crypt-DES/Makefile index 6cf8e8d5d89b..efe8fc45d8b0 100644 --- a/security/p5-Crypt-DES/Makefile +++ b/security/p5-Crypt-DES/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.7 1997/06/24 18:43:08 jfitz Exp $ +# $Id: Makefile,v 1.8 1998/09/03 13:45:44 asami Exp $ # DISTNAME= Crypt-DES-1.0 @@ -22,6 +22,6 @@ MAN3= Crypt::DES.3 MANPREFIX= ${PREFIX}/lib/perl5 do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/security/p5-Crypt-IDEA/Makefile b/security/p5-Crypt-IDEA/Makefile index 99ef5b3870be..5c943634b536 100644 --- a/security/p5-Crypt-IDEA/Makefile +++ b/security/p5-Crypt-IDEA/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.8 1997/06/24 18:43:09 jfitz Exp $ +# $Id: Makefile,v 1.9 1998/09/03 13:45:44 asami Exp $ # DISTNAME= Crypt-IDEA-1.0 @@ -22,6 +22,6 @@ MAN3= Crypt::IDEA.3 MANPREFIX= ${PREFIX}/lib/perl5 do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/security/p5-MD5/Makefile b/security/p5-MD5/Makefile index ab769c780fd9..23a6fe708c0c 100644 --- a/security/p5-MD5/Makefile +++ b/security/p5-MD5/Makefile @@ -3,7 +3,7 @@ # Date created: September 30th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.9 1998/08/06 15:10:02 vanilla Exp $ +# $Id: Makefile,v 1.10 1998/08/16 00:48:41 hoek Exp $ # DISTNAME= MD5-1.7 @@ -20,6 +20,6 @@ MAN3= MD5.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> diff --git a/security/p5-PGP-Sign/Makefile b/security/p5-PGP-Sign/Makefile index d60fc597188c..78a1f885a7e7 100644 --- a/security/p5-PGP-Sign/Makefile +++ b/security/p5-PGP-Sign/Makefile @@ -3,7 +3,7 @@ # Date created: January 2, 1998 # Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us> # -# $Id: Makefile,v 1.2 1998/08/23 13:32:58 jseger Exp $ +# $Id: Makefile,v 1.3 1998/08/24 00:43:52 steve Exp $ # DISTNAME= PGP-Sign-0.09 @@ -22,6 +22,6 @@ MAN3= PGP::Sign.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> diff --git a/security/p5-PGP/Makefile b/security/p5-PGP/Makefile index a0ed494d78ff..e81fc01ecf5d 100644 --- a/security/p5-PGP/Makefile +++ b/security/p5-PGP/Makefile @@ -3,7 +3,7 @@ # Date created: October 21st 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.10 1997/09/18 02:47:42 jfitz Exp $ +# $Id: Makefile,v 1.11 1998/09/03 13:45:47 asami Exp $ # DISTNAME= PGP-0.3a @@ -27,6 +27,6 @@ pre-configure: @${CP} ${WRKSRC}/PGP/Pipe.pm ${WRKSRC} do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/security/ssh/Makefile b/security/ssh/Makefile index d13628771ddb..9ea8172591cb 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.61 1998/08/17 12:12:34 vanilla Exp $ +# $Id: Makefile,v 1.62 1998/08/19 19:51:10 hoek Exp $ # # Maximal ssh package requires YES values for # USE_PERL, USE_TCPWRAP @@ -134,10 +134,9 @@ post-install: # Following stuff must be after <bsd.port.mk> to expand exists() properly .if defined(USE_PERL) && ${USE_PERL} == YES || \ - exists(${PREFIX}/bin/perl${PERL_VERSION}) && \ - (!defined(USE_PERL) || ${USE_PERL} != NO) + exists(${PERL5}) && (!defined(USE_PERL) || ${USE_PERL} != NO) BUILD_DEPENDS+= perl${PERL_VERSION}:${PORTSDIR}/lang/perl5 -CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl${PERL_VERSION} +CONFIGURE_ENV+= PERL=${PERL5} .else CONFIGURE_ENV+= PERL=/replace_it_with_PERL_path .endif diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index d13628771ddb..9ea8172591cb 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.61 1998/08/17 12:12:34 vanilla Exp $ +# $Id: Makefile,v 1.62 1998/08/19 19:51:10 hoek Exp $ # # Maximal ssh package requires YES values for # USE_PERL, USE_TCPWRAP @@ -134,10 +134,9 @@ post-install: # Following stuff must be after <bsd.port.mk> to expand exists() properly .if defined(USE_PERL) && ${USE_PERL} == YES || \ - exists(${PREFIX}/bin/perl${PERL_VERSION}) && \ - (!defined(USE_PERL) || ${USE_PERL} != NO) + exists(${PERL5}) && (!defined(USE_PERL) || ${USE_PERL} != NO) BUILD_DEPENDS+= perl${PERL_VERSION}:${PORTSDIR}/lang/perl5 -CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl${PERL_VERSION} +CONFIGURE_ENV+= PERL=${PERL5} .else CONFIGURE_ENV+= PERL=/replace_it_with_PERL_path .endif diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile index 7a81cebbc7a0..772039b86257 100644 --- a/textproc/latex2html/Makefile +++ b/textproc/latex2html/Makefile @@ -3,7 +3,7 @@ # Date created: 3 May 1998 # Whom: brett@peloton.physics.montana.edu # -# $Id: Makefile,v 1.2 1998/05/05 03:59:28 mph Exp $ +# $Id: Makefile,v 1.3 1998/05/05 05:14:03 mph Exp $ # DISTNAME= latex2html-98.1p1 @@ -13,7 +13,7 @@ MASTER_SITES= http://www-dsed.llnl.gov/files/programs/unix/latex2html/sources/ \ MAINTAINER= brett@peloton.physics.montana.edu -RUN_DEPENDS= ${PREFIX}/bin/perl:${PORTSDIR}/lang/perl5 \ +RUN_DEPENDS= ${PERL5}:${PORTSDIR}/lang/perl5 \ ${PREFIX}/bin/latex:${PORTSDIR}/print/latex \ ${PREFIX}/bin/dvips:${PORTSDIR}/print/dvips \ ${PREFIX}/bin/gs:${PORTSDIR}/print/ghostscript5 \ @@ -42,7 +42,7 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/texinputs/* ${PREFIX}/share/texmf/tex/latex/latex2html post-install: - @cd ${PREFIX}/share/latex2html && env LATEX2HTMLDIR=${PREFIX}/share/latex2html ${PREFIX}/bin/perl ${PREFIX}/share/latex2html/install-test + @cd ${PREFIX}/share/latex2html && env LATEX2HTMLDIR=${PREFIX}/share/latex2html ${PERL5} ${PREFIX}/share/latex2html/install-test @${INSTALL_SCRIPT} ${PREFIX}/share/latex2html/latex2html ${PREFIX}/bin @${ECHO_MSG} "********************************************************" @${ECHO_MSG} "Latex2html has now been installed with a very basic" diff --git a/www/WebMagick/Makefile b/www/WebMagick/Makefile index 363a1cc0ade0..7f7a252ba937 100644 --- a/www/WebMagick/Makefile +++ b/www/WebMagick/Makefile @@ -4,7 +4,7 @@ # Date created: 20 May 1998 # Whom: ache # -# $Id: Makefile,v 1.5 1998/09/01 06:22:49 asami Exp $ +# $Id: Makefile,v 1.6 1998/09/01 10:39:42 ache Exp $ # DISTNAME= WebMagick-1.44 @@ -22,7 +22,7 @@ CONFIGURE_ENV= webmagick_cv_rootpath=${PREFIX}/www/data \ webmagick_cv_prefixpath="" \ webmagick_cv_htimage="" \ webmagick_cv_maptype=ncsa \ - PERL=${PREFIX}/bin/perl + PERL=${PERL5} post-install: cd ${WRKSRC}; \ diff --git a/www/checkbot/Makefile b/www/checkbot/Makefile index eb7f2a714fb2..d0eed67145e3 100644 --- a/www/checkbot/Makefile +++ b/www/checkbot/Makefile @@ -3,7 +3,7 @@ # Date created: 2. Feb 1998 # Whom: wosch@FreeBSD.org # -# $Id: Makefile,v 1.3 1998/03/04 16:44:58 wosch Exp $ +# $Id: Makefile,v 1.4 1998/03/07 15:24:20 wosch Exp $ # DISTNAME= checkbot-1.51 @@ -22,6 +22,6 @@ MAN1= checkbot.1 USE_PERL5= YES do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/www/htmlpp/Makefile b/www/htmlpp/Makefile index 2d6d4a04563c..10ed0f52de4b 100644 --- a/www/htmlpp/Makefile +++ b/www/htmlpp/Makefile @@ -3,7 +3,7 @@ # Date created: 9 Nov 1997 # Whom: Donald Burr <dburr@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/07/20 23:20:22 dburr Exp $ # DISTNAME= htmlpp @@ -24,7 +24,7 @@ USE_PERL5= YES NO_WRKSUBDIR= yes do-build: - ${SED} -e '1,1s:/usr/bin/perl:${PREFIX}/bin/perl5.00404:' \ + ${SED} -e '1,1s:/usr/bin/perl:${PERL5}:' \ ${WRKDIR}/htmlpp > ${WRKDIR}/htmlpp.temp ${RM} -f ${WRKDIR}/htmlpp ${MV} ${WRKDIR}/htmlpp.temp ${WRKDIR}/htmlpp diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index 2f409d19b4dd..b29a7040b6b3 100644 --- a/www/mod_php3/Makefile +++ b/www/mod_php3/Makefile @@ -3,7 +3,7 @@ # Date created: So 21 Jun 1998 16:09:39 CEST # Whom: Stefan Herrmann <stefan@asterix.webaffairs.net> # -# $Id: Makefile,v 1.53 1998/09/01 21:04:57 andreas Exp $ +# $Id: Makefile,v 1.54 1998/09/13 17:18:11 andreas Exp $ # DISTNAME= apache_${APACHE_VER} @@ -40,7 +40,7 @@ CONFIGURE_ARGS= \ --enable-module=most \ --enable-module=auth_db \ --disable-module=auth_dbm \ - --with-perl=${PREFIX}/bin/perl5 \ + --with-perl=${PERL5} \ --activate-module=src/modules/php3/libphp3.a OPTIM=-DHARD_SERVER_LIMIT=512 \ diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile index 2f409d19b4dd..b29a7040b6b3 100644 --- a/www/mod_php4/Makefile +++ b/www/mod_php4/Makefile @@ -3,7 +3,7 @@ # Date created: So 21 Jun 1998 16:09:39 CEST # Whom: Stefan Herrmann <stefan@asterix.webaffairs.net> # -# $Id: Makefile,v 1.53 1998/09/01 21:04:57 andreas Exp $ +# $Id: Makefile,v 1.54 1998/09/13 17:18:11 andreas Exp $ # DISTNAME= apache_${APACHE_VER} @@ -40,7 +40,7 @@ CONFIGURE_ARGS= \ --enable-module=most \ --enable-module=auth_db \ --disable-module=auth_dbm \ - --with-perl=${PREFIX}/bin/perl5 \ + --with-perl=${PERL5} \ --activate-module=src/modules/php3/libphp3.a OPTIM=-DHARD_SERVER_LIMIT=512 \ diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index 2f409d19b4dd..b29a7040b6b3 100644 --- a/www/mod_php5/Makefile +++ b/www/mod_php5/Makefile @@ -3,7 +3,7 @@ # Date created: So 21 Jun 1998 16:09:39 CEST # Whom: Stefan Herrmann <stefan@asterix.webaffairs.net> # -# $Id: Makefile,v 1.53 1998/09/01 21:04:57 andreas Exp $ +# $Id: Makefile,v 1.54 1998/09/13 17:18:11 andreas Exp $ # DISTNAME= apache_${APACHE_VER} @@ -40,7 +40,7 @@ CONFIGURE_ARGS= \ --enable-module=most \ --enable-module=auth_db \ --disable-module=auth_dbm \ - --with-perl=${PREFIX}/bin/perl5 \ + --with-perl=${PERL5} \ --activate-module=src/modules/php3/libphp3.a OPTIM=-DHARD_SERVER_LIMIT=512 \ diff --git a/www/p5-Apache/Makefile b/www/p5-Apache/Makefile index c2d23dbe5510..76498ac32ae4 100644 --- a/www/p5-Apache/Makefile +++ b/www/p5-Apache/Makefile @@ -3,7 +3,7 @@ # Date created: April 26th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.9 1998/06/27 01:30:25 steve Exp $ +# $Id: Makefile,v 1.10 1998/09/03 13:45:47 asami Exp $ # DISTNAME= mod_perl-1.07 @@ -29,7 +29,7 @@ MAN3= Apache.3 Apache::Constants.3 Apache::Options.3 \ MANPREFIX= ${PREFIX}/lib/perl5 do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL post-install: ${MKDIR} ${PREFIX}/share/doc/mod_perl diff --git a/www/p5-CGI-modules/Makefile b/www/p5-CGI-modules/Makefile index 55a311de24d7..cac8d0d247e2 100644 --- a/www/p5-CGI-modules/Makefile +++ b/www/p5-CGI-modules/Makefile @@ -3,7 +3,7 @@ # Date created: September 30th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.7 1997/06/24 18:43:06 jfitz Exp $ +# $Id: Makefile,v 1.8 1998/08/23 04:45:19 jseger Exp $ # DISTNAME= CGI-modules-2.76 @@ -23,6 +23,6 @@ MAN3= CGI::Base.3 CGI::BasePlus.3 CGI::Carp.3 CGI::Form.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> diff --git a/www/p5-CGI/Makefile b/www/p5-CGI/Makefile index 55a311de24d7..cac8d0d247e2 100644 --- a/www/p5-CGI/Makefile +++ b/www/p5-CGI/Makefile @@ -3,7 +3,7 @@ # Date created: September 30th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.7 1997/06/24 18:43:06 jfitz Exp $ +# $Id: Makefile,v 1.8 1998/08/23 04:45:19 jseger Exp $ # DISTNAME= CGI-modules-2.76 @@ -23,6 +23,6 @@ MAN3= CGI::Base.3 CGI::BasePlus.3 CGI::Carp.3 CGI::Form.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> diff --git a/www/p5-CGI_Lite/Makefile b/www/p5-CGI_Lite/Makefile index 3bd43cf88eff..724ff1d96e32 100644 --- a/www/p5-CGI_Lite/Makefile +++ b/www/p5-CGI_Lite/Makefile @@ -3,7 +3,7 @@ # Date created: September 30th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.9 1997/09/11 19:38:01 jfitz Exp $ +# $Id: Makefile,v 1.10 1998/08/23 13:44:24 jseger Exp $ # DISTNAME= CGI_Lite-1.8 @@ -20,6 +20,6 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= CGI_Lite.3 do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/www/p5-HTML-Parser/Makefile b/www/p5-HTML-Parser/Makefile index f7a7bec16f6b..e3e4392431e0 100644 --- a/www/p5-HTML-Parser/Makefile +++ b/www/p5-HTML-Parser/Makefile @@ -3,7 +3,7 @@ # Date Created: 28 April 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.5 1998/08/06 15:07:46 vanilla Exp $ +# $Id: Makefile,v 1.6 1998/08/19 12:41:20 vanilla Exp $ # DISTNAME= HTML-Parser-2.20 @@ -26,6 +26,6 @@ MAN3= HTML::Entities.3 \ MAN3PREFIX= ${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> diff --git a/www/p5-HTML-QuickCheck/Makefile b/www/p5-HTML-QuickCheck/Makefile index 5133bf700944..17c1ee764013 100644 --- a/www/p5-HTML-QuickCheck/Makefile +++ b/www/p5-HTML-QuickCheck/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.6 1997/06/24 18:43:20 jfitz Exp $ +# $Id: Makefile,v 1.7 1998/08/23 13:47:19 jseger Exp $ # DISTNAME= HTML-QuickCheck-1.0b1 @@ -20,6 +20,6 @@ MAN3= HTML::QuickCheck.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> diff --git a/www/p5-HTML-Stream/Makefile b/www/p5-HTML-Stream/Makefile index 1251594536b1..b6e337c90948 100644 --- a/www/p5-HTML-Stream/Makefile +++ b/www/p5-HTML-Stream/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.9 1998/02/18 18:24:01 vanilla Exp $ +# $Id: Makefile,v 1.10 1998/08/23 13:56:19 jseger Exp $ # DISTNAME= HTML-Stream-1.44 @@ -20,6 +20,6 @@ MAN3= HTML::Stream.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> diff --git a/www/p5-HTTPD-Tools/Makefile b/www/p5-HTTPD-Tools/Makefile index 242ae2a14140..b18e2de252fe 100644 --- a/www/p5-HTTPD-Tools/Makefile +++ b/www/p5-HTTPD-Tools/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.8 1997/09/14 02:54:47 jfitz Exp $ +# $Id: Makefile,v 1.9 1998/08/23 14:04:49 jseger Exp $ # DISTNAME= HTTPD-Tools-0.55 @@ -20,6 +20,6 @@ MAN3= HTTPD::Authen.3 HTTPD::UserAdmin.3 HTTPD::GroupAdmin.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> diff --git a/www/p5-HTTPD-User-Manage/Makefile b/www/p5-HTTPD-User-Manage/Makefile index 242ae2a14140..b18e2de252fe 100644 --- a/www/p5-HTTPD-User-Manage/Makefile +++ b/www/p5-HTTPD-User-Manage/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.8 1997/09/14 02:54:47 jfitz Exp $ +# $Id: Makefile,v 1.9 1998/08/23 14:04:49 jseger Exp $ # DISTNAME= HTTPD-Tools-0.55 @@ -20,6 +20,6 @@ MAN3= HTTPD::Authen.3 HTTPD::UserAdmin.3 HTTPD::GroupAdmin.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> diff --git a/www/p5-ParallelUA/Makefile b/www/p5-ParallelUA/Makefile index 31fb47746174..6178f69bbb96 100644 --- a/www/p5-ParallelUA/Makefile +++ b/www/p5-ParallelUA/Makefile @@ -4,7 +4,7 @@ # Date created: Sep 8 1998 # Whom: ache@freebsd.org # -# $Id: Makefile,v 1.20 1998/08/19 13:09:15 vanilla Exp $ +# $Id: Makefile,v 1.1.1.1 1998/09/08 17:25:20 ache Exp $ # DISTNAME= ParallelUserAgent-2.36 @@ -30,6 +30,6 @@ MAN3= LWP::Parallel.3 \ LWP::RobotPUA.3 do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/www/p5-WWW-Search/Makefile b/www/p5-WWW-Search/Makefile index 3a2beb002a65..bf09d2e6716e 100644 --- a/www/p5-WWW-Search/Makefile +++ b/www/p5-WWW-Search/Makefile @@ -3,7 +3,7 @@ # Date created: June 26th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.ORG> # -# $Id: Makefile,v 1.6 1998/08/19 13:13:11 vanilla Exp $ +# $Id: Makefile,v 1.7 1998/09/08 15:32:21 vanilla Exp $ # DISTNAME= WWW-Search-1.021 @@ -47,6 +47,6 @@ MAN3= WWW::Search.3 \ WWW::Search::Simple.3 do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 752e5eb0ca70..acf6db619db3 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -4,7 +4,7 @@ # Date created: September 30th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.21 1998/09/08 16:24:16 ache Exp $ +# $Id: Makefile,v 1.22 1998/09/08 16:47:53 ache Exp $ # DISTNAME= libwww-perl-5.36 @@ -57,6 +57,6 @@ MAN3= Bundle::LWP.3 \ MAN3PREFIX= ${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> diff --git a/www/w3mir/Makefile b/www/w3mir/Makefile index ec736717b3d5..c9c1f0cc34a7 100644 --- a/www/w3mir/Makefile +++ b/www/w3mir/Makefile @@ -3,7 +3,7 @@ # Date created: 9 May 1998 # Whom: ache # -# $Id: Makefile,v 1.7 1998/08/23 15:02:59 jseger Exp $ +# $Id: Makefile,v 1.8 1998/09/07 18:55:24 ache Exp $ # DISTNAME= w3mir-1.0.4pre2 @@ -20,7 +20,7 @@ USE_PERL5= Yes MAN1= w3mir.1 w3mfix.1 do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL post-install: ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 \ diff --git a/www/wml/Makefile b/www/wml/Makefile index 34ad4f10fb45..fb06b59088ef 100644 --- a/www/wml/Makefile +++ b/www/wml/Makefile @@ -3,7 +3,7 @@ # Date created: 09-Sep-1997 # Whom: Ralf S. Engelschall <rse@engelschall.com> # -# $Id: Makefile,v 1.23 1998/08/25 00:16:46 asami Exp $ +# $Id: Makefile,v 1.24 1998/08/25 11:18:06 rse Exp $ # DISTNAME= wml-1.6.7 @@ -18,7 +18,7 @@ MAINTAINER= rse@engelschall.com USE_PERL5= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ - --with-perl=${PREFIX}/bin/perl + --with-perl=${PERL5} CAT1= wml_aux_linklint.1 wml_aux_txt2html.1 \ wml_aux_wwwtable.1 wml_p2_mhc.1 wml_p4_gm4.1 diff --git a/x11-toolkits/p5-Gtk/Makefile b/x11-toolkits/p5-Gtk/Makefile index b61f005119e9..f824cb285e54 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> diff --git a/x11-toolkits/p5-Tcl-Tk/Makefile b/x11-toolkits/p5-Tcl-Tk/Makefile index 8bb976b71f25..df889d0f9399 100644 --- a/x11-toolkits/p5-Tcl-Tk/Makefile +++ b/x11-toolkits/p5-Tcl-Tk/Makefile @@ -3,7 +3,7 @@ # Date created: June 15th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.7 1998/08/07 23:56:51 asami Exp $ +# $Id: Makefile,v 1.8 1998/08/30 15:54:57 steve Exp $ DISTNAME= TclTk-b2 PKGNAME= p5-Tcl-Tk-b2 @@ -24,6 +24,6 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Tcl::Tk.3 do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/x11-toolkits/p5-TclTk/Makefile b/x11-toolkits/p5-TclTk/Makefile index 8bb976b71f25..df889d0f9399 100644 --- a/x11-toolkits/p5-TclTk/Makefile +++ b/x11-toolkits/p5-TclTk/Makefile @@ -3,7 +3,7 @@ # Date created: June 15th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.7 1998/08/07 23:56:51 asami Exp $ +# $Id: Makefile,v 1.8 1998/08/30 15:54:57 steve Exp $ DISTNAME= TclTk-b2 PKGNAME= p5-Tcl-Tk-b2 @@ -24,6 +24,6 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Tcl::Tk.3 do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/x11-toolkits/p5-Tk/Makefile b/x11-toolkits/p5-Tk/Makefile index 350e9bccd8e5..e53e8fadff91 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.17 1998/08/07 23:56:51 asami Exp $ +# $Id: Makefile,v 1.18 1998/08/28 19:32:23 wosch Exp $ # DISTNAME= Tk800.008 @@ -44,6 +44,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} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> |