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/arpwatch/Makefile | |
parent | daa3dd519ae7d2f2b965e1cc9ca7cd78fa7ad24c (diff) | |
download | pkgsrc-988019b0161173d9185365a43313f01b0fdb5e3d.tar.gz |
Update package Makefiles for automatic manual page handling.
Diffstat (limited to 'net/arpwatch/Makefile')
-rw-r--r-- | net/arpwatch/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/arpwatch/Makefile b/net/arpwatch/Makefile index efeb5ac73b6..e3456d3b6ad 100644 --- a/net/arpwatch/Makefile +++ b/net/arpwatch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/05/14 09:23:58 pk Exp $ +# $NetBSD: Makefile,v 1.4 1998/06/22 12:58:33 agc Exp $ # DISTNAME= arpwatch-2.0.2 @@ -9,7 +9,6 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= bouyer@netbsd.org GNU_CONFIGURE= yes -MAN8= arpwatch.8 arpsnmp.8 post-install: ${INSTALL_MAN} ${WRKSRC}/arpwatch.8 ${PREFIX}/man/man8 |