From d1024f14aaecfb7080aff98e8c25922e3e729be5 Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 21 Jun 2000 02:58:23 +0000 Subject: USE_LIBTOOL instead of PKGLIBTOOL. --- editors/pico/Makefile | 17 ++++++++++------- editors/pico/pkg/PLIST | 3 ++- 2 files changed, 12 insertions(+), 8 deletions(-) (limited to 'editors') diff --git a/editors/pico/Makefile b/editors/pico/Makefile index bb6739a1d61..9891e2001c8 100644 --- a/editors/pico/Makefile +++ b/editors/pico/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2000/06/01 11:23:25 rh Exp $ +# $NetBSD: Makefile,v 1.20 2000/06/21 03:53:35 jlam Exp $ # DISTNAME= pine4.21 @@ -9,7 +9,15 @@ MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ MAINTAINER= root@garbled.net HOMEPAGE= http://www.washington.edu/pine/ -USE_PKGLIBTOOL= yes +USE_LIBTOOL= # defined + +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "SunOS" +BUILDNAME= so5 +.else +BUILDNAME= neb +.endif do-build: cd ${WRKSRC} && ./build ${BUILDNAME} CC="${LIBTOOL} ${CC}" \ @@ -29,8 +37,3 @@ do-install: ${PREFIX}/include/pico/ .include "../../mk/bsd.pkg.mk" -.if ${OPSYS} == "SunOS" -BUILDNAME= so5 -.else -BUILDNAME= neb -.endif diff --git a/editors/pico/pkg/PLIST b/editors/pico/pkg/PLIST index 715e3910141..2640073bf8f 100644 --- a/editors/pico/pkg/PLIST +++ b/editors/pico/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 1999/11/11 17:40:17 tv Exp $ +@comment $NetBSD: PLIST,v 1.11 2000/06/21 03:53:35 jlam Exp $ bin/pico bin/pilot include/pico/ebind.h @@ -12,6 +12,7 @@ include/pico/pico.h include/pico/resource.h @dirrm include/pico lib/libpico.a +lib/libpico.la lib/libpico.so.3.0 man/man1/pico.1 man/man1/pilot.1 -- cgit v1.2.3