Make this port reinstall friendly and remove an extraneous blank line.

This commit is contained in:
Steve Price 1999-07-04 21:37:28 +00:00
parent 0defe1918f
commit 818f82c32f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20046

View File

@ -3,7 +3,7 @@
# Date created: 20 February 1997
# Whom: chris@vader.org
#
# $Id: Makefile,v 1.3 1999/03/08 16:42:48 foxfair Exp $
# $Id: Makefile,v 1.4 1999/06/05 20:11:35 mharo Exp $
#
DISTNAME= traceroute_${RELEASEDATE}
@ -19,8 +19,7 @@ NO_WRKSUBDIR= yes
MAN8= traceroute.8
do-install:
${INSTALL} -m 4755 -o root -g bin ${WRKSRC}/traceroute ${PREFIX}/sbin
${INSTALL} -c -m 4755 -o root -g bin ${WRKSRC}/traceroute ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/traceroute.8 ${PREFIX}/man/man8
.include <bsd.port.mk>