summaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1997-11-30 23:27:24 +0000
committerPaul Traina <pst@FreeBSD.org>1997-11-30 23:27:24 +0000
commit1946179601238645a2e1ade35bcfadb45616cc8a (patch)
treea785c9bae2f9b0881afe1043676a8dba1778088d /palm
parentIt's not broken, also unspam CONFIGURE_ARGS change (+=, not =) (diff)
Force use of perl5 even if someone's got their path backwards.
Notes
Notes: svn path=/head/; revision=8923
Diffstat (limited to 'palm')
-rw-r--r--palm/pilot-link-devel/Makefile4
-rw-r--r--palm/pilot-link/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/palm/pilot-link-devel/Makefile b/palm/pilot-link-devel/Makefile
index 7ae0aaf40c75..64ff0909730d 100644
--- a/palm/pilot-link-devel/Makefile
+++ b/palm/pilot-link-devel/Makefile
@@ -3,7 +3,7 @@
# Date created: November, 1997
# Whom: Paul Traina <pst@freebsd.org>
#
-# $Id: Makefile,v 1.7 1997/11/30 21:27:34 pst Exp $
+# $Id: Makefile,v 1.8 1997/11/30 22:47:45 pst Exp $
DISTNAME= pilot-link.0.8.7
PKGNAME= pilot-link-0.8.7
@@ -16,7 +16,7 @@ LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80
USE_PERL5= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--with-perl5
+CONFIGURE_ARGS= --with-perl5=${PREFIX}/bin/perl
MAN1= dlpsh.1 ietf2datebook.1 install-datebook.1 \
install-memo.1 install-user.1 pilot-xfer.1 \
diff --git a/palm/pilot-link/Makefile b/palm/pilot-link/Makefile
index 7ae0aaf40c75..64ff0909730d 100644
--- a/palm/pilot-link/Makefile
+++ b/palm/pilot-link/Makefile
@@ -3,7 +3,7 @@
# Date created: November, 1997
# Whom: Paul Traina <pst@freebsd.org>
#
-# $Id: Makefile,v 1.7 1997/11/30 21:27:34 pst Exp $
+# $Id: Makefile,v 1.8 1997/11/30 22:47:45 pst Exp $
DISTNAME= pilot-link.0.8.7
PKGNAME= pilot-link-0.8.7
@@ -16,7 +16,7 @@ LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80
USE_PERL5= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--with-perl5
+CONFIGURE_ARGS= --with-perl5=${PREFIX}/bin/perl
MAN1= dlpsh.1 ietf2datebook.1 install-datebook.1 \
install-memo.1 install-user.1 pilot-xfer.1 \