summaryrefslogtreecommitdiff
path: root/palm/kpilot/Makefile
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>1998-11-06 21:17:33 +0000
committerJacques Vidrine <nectar@FreeBSD.org>1998-11-06 21:17:33 +0000
commit79337a0bf003ff0a9fc1225cf80a6300bad30947 (patch)
tree94b2cda0604c0f7428b7dde76e2b554894c97e78 /palm/kpilot/Makefile
parentenable mswordview: ms word -> html converter. (diff)
Previous commit for ELF broke a.out.
Alerted by: Satoshi Asami <asami@freebsd.org>
Notes
Notes: svn path=/head/; revision=14376
Diffstat (limited to 'palm/kpilot/Makefile')
-rw-r--r--palm/kpilot/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/palm/kpilot/Makefile b/palm/kpilot/Makefile
index 175a81f0df85..bf4cbc2ad228 100644
--- a/palm/kpilot/Makefile
+++ b/palm/kpilot/Makefile
@@ -3,7 +3,7 @@
# Date created: 09 April 1998
# Whom: Stefan Eßer <se@freebsd.org>
#
-# $Id: Makefile,v 1.18 1998/11/04 03:35:10 nectar Exp $
+# $Id: Makefile,v 1.19 1998/11/06 04:20:59 asami Exp $
#
DISTNAME= kpilot-3.0.2
@@ -34,6 +34,7 @@ CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
MAKE_ENV= KDEDIR="${KDEDIR}"
pre-configure:
- ${CP} ${FILESDIR}/libtool ${FILESDIR}/ltmain.sh $(WRKSRC)/kpilot/libpilot
+ ${CP} ${FILESDIR}/libtool.${PORTOBJFORMAT} ${WRKSRC}/kpilot/libpilot/libtool
+ ${CP} ${FILESDIR}/ltmain.sh ${WRKSRC}/kpilot/libpilot/ltmain.sh
.include <bsd.port.mk>