diff options
author | agc <agc> | 1998-06-22 12:27:08 +0000 |
---|---|---|
committer | agc <agc> | 1998-06-22 12:27:08 +0000 |
commit | 4ec28ef1bc8119d1d1a6cbab802e0b13f32e412e (patch) | |
tree | 291260f4a36cf621ccf20337109f8a5a7f7b3e76 /editors/xvile | |
parent | f7411dc69a362cfe8674cc150d3afda5a7c63d3b (diff) | |
download | pkgsrc-4ec28ef1bc8119d1d1a6cbab802e0b13f32e412e.tar.gz |
Update package Makefiles for automatic manual page handling.
Diffstat (limited to 'editors/xvile')
-rw-r--r-- | editors/xvile/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 1757a5903e3..6287de7bbb2 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1998/06/20 14:38:16 tron Exp $ +# $NetBSD: Makefile,v 1.12 1998/06/22 12:27:10 agc Exp $ # FreeBSD Id: Makefile,v 1.13 1997/09/06 19:58:03 gj Exp # @@ -17,7 +17,6 @@ GNU_CONFIGURE= yes USE_PERL5= yes CONFIGURE_ARGS+= --with-screen=${SCREEN_TYPE} INSTALL_TARGET= install install-perl -MAN1= xvile.1 .include "../../mk/bsd.prefs.mk" |