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/joe | |
parent | 8157ff7bcf2801ef386438ab810e024cab6f44f7 (diff) | |
download | pkgsrc-9e05f2d76a74a07cf64b9ec4cbc5016d778f59b1.tar.gz |
Update package Makefiles for automatic manual page handling.
Diffstat (limited to 'editors/joe')
-rw-r--r-- | editors/joe/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/joe/Makefile b/editors/joe/Makefile index 2ed6214e7ce..d53b58b657f 100644 --- a/editors/joe/Makefile +++ b/editors/joe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/04/15 10:38:22 agc Exp $ +# $NetBSD: Makefile,v 1.6 1998/06/22 12:27:09 agc Exp $ # FreeBSD Id: Makefile,v 1.3 1996/11/17 07:01:28 obrien Exp # @@ -12,7 +12,6 @@ MAINTAINER= explorer@netbsd.org ALL_TARGET= joe WRKSRC= ${WRKDIR}/joe -MAN1= joe.1 CFLAGS+= -DTERMINFO |