From 9338234e806cdde43a26e3dc9e91d7258dbdabd0 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 30 Mar 1997 18:26:41 +0000 Subject: Add install-man to INSTALL_TARGET rather than deal with it in post-install target. --- net-mgmt/arpwatch/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net-mgmt/arpwatch') diff --git a/net-mgmt/arpwatch/Makefile b/net-mgmt/arpwatch/Makefile index a87b828dab67..849dc554748a 100644 --- a/net-mgmt/arpwatch/Makefile +++ b/net-mgmt/arpwatch/Makefile @@ -3,7 +3,7 @@ # Date created: March 24 1997 # Whom: Brian Somers # -# $Id: Makefile,v 1.1.1.1 1997/03/30 17:19:56 brian Exp $ +# $Id: Makefile,v 1.2 1997/03/30 18:11:58 obrien Exp $ # DISTNAME= arpwatch-2.0.1a1 @@ -17,11 +17,11 @@ MAINTAINER= brian@awfulhak.demon.co.uk HAS_CONFIGURE= yes CONFIGURE_ARGS= --quiet MAKE_FLAGS+= CCOPT="-O2 -DPATH_SENDMAIL=\\\"/usr/sbin/sendmail\\\"" +INSTALL_TARGET= install install-man MAN8= arpwatch.8 arpsnmp.8 post-install: - cd ${WRKSRC}; make install-man if [ ! -d ${PREFIX}/arpwatch ]; then \ ${MKDIR} ${PREFIX}/arpwatch; \ chmod 775 ${PREFIX}/arpwatch; \ -- cgit v1.2.3