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/wu-ftpd | |
parent | daa3dd519ae7d2f2b965e1cc9ca7cd78fa7ad24c (diff) | |
download | pkgsrc-988019b0161173d9185365a43313f01b0fdb5e3d.tar.gz |
Update package Makefiles for automatic manual page handling.
Diffstat (limited to 'net/wu-ftpd')
-rw-r--r-- | net/wu-ftpd/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/wu-ftpd/Makefile b/net/wu-ftpd/Makefile index 6bc45ce2f20..363e45696f4 100644 --- a/net/wu-ftpd/Makefile +++ b/net/wu-ftpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/04/15 10:38:41 agc Exp $ +# $NetBSD: Makefile,v 1.5 1998/06/22 12:58:36 agc Exp $ # $FreeBSD Id: Makefile,v 1.16 1997/12/24 17:45:28 ache Exp # # REMINDER: to use ftpaccess(5) you need to specify -a in command line, @@ -13,10 +13,6 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= rh@vip.at -MAN1= ftpcount.1 ftpwho.1 -MAN5= ftpaccess.5 ftphosts.5 ftpconversions.5 xferlog.5 -MAN8= ftpd.8 ftpshut.8 - do-build: cd ${WRKSRC} && ./build nbs PREFIX=${PREFIX} |