diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-11-09 03:34:13 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-11-09 03:34:13 +0000 |
commit | 1d38120416751722f78c6fedf201a2fc5bd8ab68 (patch) | |
tree | 08dba9267b48159413318157d3b56a7cb41e0876 /editors/pico/Makefile | |
parent | 72a82a33b2ab9667a1f214b67d6c92b860bb930a (diff) | |
download | pkgsrc-1d38120416751722f78c6fedf201a2fc5bd8ab68.tar.gz |
Update to 3.8.
Comes with pine 4.30 - no special feature list available, sorry.
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} |