diff options
author | tv <tv@pkgsrc.org> | 1998-06-21 02:22:17 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-06-21 02:22:17 +0000 |
commit | 8a890805b6919bc4f72a34ea6b02027f6c4c83c0 (patch) | |
tree | e6adc672e50692762a4d44a7dcd1cf2f750af859 /misc | |
parent | e69ad5a38d161010dfcde0b929cc1c7a830ff655 (diff) | |
download | pkgsrc-8a890805b6919bc4f72a34ea6b02027f6c4c83c0.tar.gz |
Automanpage handling.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/screen/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile index 09feeb18f57..de670345f11 100644 --- a/misc/screen/Makefile +++ b/misc/screen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1998/04/22 11:05:03 agc Exp $ +# $NetBSD: Makefile,v 1.10 1998/06/21 02:22:17 tv Exp $ # FreeBSD Id: Makefile,v 1.17 1997/06/16 06:39:51 max Exp # @@ -10,7 +10,6 @@ MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \ MAINTAINER= hubertf@netbsd.org GNU_CONFIGURE= yes -MAN1= screen.1 INFO_FILES= screen.info post-install: |