diff options
author | agc <agc@pkgsrc.org> | 1998-06-22 12:27:08 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-22 12:27:08 +0000 |
commit | 9e05f2d76a74a07cf64b9ec4cbc5016d778f59b1 (patch) | |
tree | 291260f4a36cf621ccf20337109f8a5a7f7b3e76 /editors/pico | |
parent | 8157ff7bcf2801ef386438ab810e024cab6f44f7 (diff) | |
download | pkgsrc-9e05f2d76a74a07cf64b9ec4cbc5016d778f59b1.tar.gz |
Update package Makefiles for automatic manual page handling.
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 0a453b5132b..9059e6819ee 100644 --- a/editors/pico/Makefile +++ b/editors/pico/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/06/07 19:48:47 frueauf Exp $ +# $NetBSD: Makefile,v 1.2 1998/06/22 12:27:09 agc Exp $ # DISTNAME= pine3.96 @@ -11,8 +11,6 @@ MAINTAINER= root@garbled.net CONFLICTS= pine-3.96 -MAN1= pico.1 - do-build: cd ${WRKSRC} && ./build neb |