diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-25 06:53:16 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-25 06:53:16 +0000 |
commit | 5e8932f58842358c10613753fd7b128ad5314127 (patch) | |
tree | 603e3eed8f418157ede9a4d02b73dfcb04abf02a /palm/pilot-link-devel | |
parent | Put localtime information where Linux binaries will see it. (diff) |
No need to use += for CONFIGURE_ARGS.
Diffstat (limited to 'palm/pilot-link-devel')
-rw-r--r-- | palm/pilot-link-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/palm/pilot-link-devel/Makefile b/palm/pilot-link-devel/Makefile index 6d69b9f9b1d7..53353b585ebf 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.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 \ |