diff options
author | agc <agc> | 1998-06-20 09:26:31 +0000 |
---|---|---|
committer | agc <agc> | 1998-06-20 09:26:31 +0000 |
commit | 4508dd5e1fccc2c4073980a1366cb4cbfae898e2 (patch) | |
tree | 01607ba3bdbb65f9503dc59d6b85b65efdb88861 /comms/lrzsz | |
parent | f84ba42e185101a2300c09038607f6fbc7ff5120 (diff) | |
download | pkgsrc-4508dd5e1fccc2c4073980a1366cb4cbfae898e2.tar.gz |
Update package Makefiles for automatic manual page handling.
Diffstat (limited to 'comms/lrzsz')
-rw-r--r-- | comms/lrzsz/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/lrzsz/Makefile b/comms/lrzsz/Makefile index d97fbbbbe41..107d573bda1 100644 --- a/comms/lrzsz/Makefile +++ b/comms/lrzsz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/04/20 11:56:20 frueauf Exp $ +# $NetBSD: Makefile,v 1.4 1998/06/20 09:26:31 agc Exp $ # FreeBSD Id: Makefile,v 1.5 1997/10/10 06:53:29 obrien Exp DISTNAME= lrzsz-0.12.18 @@ -8,6 +8,5 @@ MASTER_SITES= ftp://ftp.ihg.uni-duisburg.de/uwe/ MAINTAINER= packages@netbsd.org GNU_CONFIGURE= yes -MAN1= lrz.1 lsz.1 .include "../../mk/bsd.pkg.mk" |