summaryrefslogtreecommitdiff
path: root/editors/pico
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-08 03:00:29 +0000
committerjlam <jlam@pkgsrc.org>2004-02-08 03:00:29 +0000
commit75f431d969f29ed2e62ab970d189c492a40ef738 (patch)
treed67c38589f0a70653612f61a7f96e8c870fc484e /editors/pico
parent3f0c4ee09a7f8e9149550c82e83b658ffc55645f (diff)
downloadpkgsrc-75f431d969f29ed2e62ab970d189c492a40ef738.tar.gz
PKGLIBTOOL and PKGSHLIBTOOL are no more.
Diffstat (limited to 'editors/pico')
-rw-r--r--editors/pico/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/pico/Makefile b/editors/pico/Makefile
index 07617522b61..bb52b11228f 100644
--- a/editors/pico/Makefile
+++ b/editors/pico/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2003/09/28 09:13:56 jlam Exp $
+# $NetBSD: Makefile,v 1.48 2004/02/08 03:00:29 jlam Exp $
DISTNAME= pine4.58
PKGNAME= pico-4.6
@@ -33,13 +33,13 @@ MAKE_ENV+= _STRIPFLAG_INSTALL= # debug...
do-build:
cd ${WRKSRC} && \
${SETENV} ${MAKE_ENV} ./build ${BUILDNAME} \
- CC="${PKGLIBTOOL} ${BUILDLINK_CC}" \
+ CC="${LIBTOOL} ${BUILDLINK_CC}" \
PREFIX=${PREFIX} OPTIMIZE="${CFLAGS}"
do-install:
- ${PKGLIBTOOL} --mode=install ${INSTALL_DATA} \
+ ${LIBTOOL} --mode=install ${INSTALL_DATA} \
${WRKSRC}/pico/libpico.la ${PREFIX}/lib
- ${PKGLIBTOOL} --mode=install ${INSTALL_PROGRAM} \
+ ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} \
${WRKSRC}/pico/pico ${WRKSRC}/pico/pilot ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/pico.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/doc/pilot.1 ${PREFIX}/man/man1