diff options
author | agc <agc@pkgsrc.org> | 1998-06-22 12:58:33 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-22 12:58:33 +0000 |
commit | 988019b0161173d9185365a43313f01b0fdb5e3d (patch) | |
tree | d4348e0f294c2e984b78663e6958bb9a3bb8fcd8 /net/samba | |
parent | daa3dd519ae7d2f2b965e1cc9ca7cd78fa7ad24c (diff) | |
download | pkgsrc-988019b0161173d9185365a43313f01b0fdb5e3d.tar.gz |
Update package Makefiles for automatic manual page handling.
Diffstat (limited to 'net/samba')
-rw-r--r-- | net/samba/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index 479efdeaca1..3d591033bfd 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1998/06/17 17:07:13 bouyer Exp $ +# $NetBSD: Makefile,v 1.11 1998/06/22 12:58:34 agc Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/10/23 15:17:43 max Exp # @@ -9,11 +9,6 @@ MASTER_SITES= ftp://samba.anu.edu.au/pub/samba/ MAINTAINER= tsarna@endicor.com WRKSRC= ${WRKDIR}/${DISTNAME}/source -MAN1= make_smbcodepage.1 smbstatus.1 smbclient.1 smbrun.1 \ - smbtar.1 testparm.1 testprns.1 -MAN5= smb.conf.5 -MAN7= samba.7 -MAN8= smbd.8 nmbd.8 smbpasswd.8 smbmnt.8 smbmount.8 smbumount.8 STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/samba.sh.sample SAMPLE_CONFIG= ${PREFIX}/etc/smb.conf.sample |