diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-02-20 22:48:24 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-02-20 22:48:24 +0000 |
commit | 2a95ad9c6be52511880e6ee241b087af70706624 (patch) | |
tree | f0ac98b899382f539e1e39385f1316edd18626bd /editors/pico | |
parent | 2821cb11104fb7319e84b4cd1808cf56f3604a54 (diff) | |
download | pkgsrc-2a95ad9c6be52511880e6ee241b087af70706624.tar.gz |
Fix CONFLICTS (remove redundancy, mostly)
Diffstat (limited to 'editors/pico')
-rw-r--r-- | editors/pico/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/pico/Makefile b/editors/pico/Makefile index f3b909d4723..091b739becf 100644 --- a/editors/pico/Makefile +++ b/editors/pico/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1998/11/13 15:56:24 tv Exp $ +# $NetBSD: Makefile,v 1.14 1999/02/20 22:48:28 hubertf Exp $ # DISTNAME= pine4.05 @@ -11,8 +11,6 @@ HOMEPAGE= http://www.washington.edu/pine/ USE_LIBTOOL= yes -CONFLICTS= pico-2.9 pine-3.96 pico-3.0 pine-4.02 pico-3.2 - do-build: cd ${WRKSRC} && ./build neb CC="${LIBTOOL} ${CC}" PREFIX=${PREFIX} |