No need to use += for CONFIGURE_ARGS.

This commit is contained in:
Satoshi Asami 1997-11-25 06:53:16 +00:00
parent 26c2d31d6f
commit 5e8932f588
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8803
2 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@
# Date created: November, 1997
# Whom: Paul Traina <pst@freebsd.org>
#
# $Id: Makefile,v 1.1.1.1 1997/11/24 09:10:43 pst Exp $
# $Id: Makefile,v 1.2 1997/11/24 09:38:13 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
MAN1= dlpsh.1.gz ietf2datebook.1.gz install-datebook.1.gz \
install-memo.1.gz install-user.1.gz pilot-xfer.1.gz \

View file

@ -3,7 +3,7 @@
# Date created: November, 1997
# Whom: Paul Traina <pst@freebsd.org>
#
# $Id: Makefile,v 1.1.1.1 1997/11/24 09:10:43 pst Exp $
# $Id: Makefile,v 1.2 1997/11/24 09:38:13 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
MAN1= dlpsh.1.gz ietf2datebook.1.gz install-datebook.1.gz \
install-memo.1.gz install-user.1.gz pilot-xfer.1.gz \