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/vile/Makefile | |
parent | 8157ff7bcf2801ef386438ab810e024cab6f44f7 (diff) | |
download | pkgsrc-9e05f2d76a74a07cf64b9ec4cbc5016d778f59b1.tar.gz |
Update package Makefiles for automatic manual page handling.
Diffstat (limited to 'editors/vile/Makefile')
-rw-r--r-- | editors/vile/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile index 59b2ac05936..67c49cebeb5 100644 --- a/editors/vile/Makefile +++ b/editors/vile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/06/02 12:06:29 agc Exp $ +# $NetBSD: Makefile,v 1.9 1998/06/22 12:27:09 agc Exp $ # FreeBSD Id: Makefile,v 1.13 1997/09/06 19:55:09 gj Exp # @@ -15,7 +15,6 @@ GNU_CONFIGURE= yes USE_PERL5= yes WRKSRC= ${WRKDIR}/${PKGNAME} INSTALL_TARGET= install install-perl -MAN1= vile.1 post-install: @echo "You might want to copy the *.rc files from the source tree before" |