diff options
Diffstat (limited to 'editors/pico/Makefile')
-rw-r--r-- | editors/pico/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/editors/pico/Makefile b/editors/pico/Makefile index 9891e2001c8..9377b8b8470 100644 --- a/editors/pico/Makefile +++ b/editors/pico/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.20 2000/06/21 03:53:35 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2000/11/09 03:34:13 hubertf Exp $ # -DISTNAME= pine4.21 -PKGNAME= pico-3.7 +DISTNAME= pine4.30 +PKGNAME= pico-3.8 CATEGORIES= editors MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ -MAINTAINER= root@garbled.net +MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.washington.edu/pine/ USE_LIBTOOL= # defined @@ -19,6 +19,8 @@ BUILDNAME= so5 BUILDNAME= neb .endif +MAKE_ENV+= STRIPFLAG= # debug... + do-build: cd ${WRKSRC} && ./build ${BUILDNAME} CC="${LIBTOOL} ${CC}" \ PREFIX=${PREFIX} |