Date: Fri, 20 Sep 2002 02:50:09 -0700 (PDT) From: Nicolas Jombart <Nicolas.Jombart@hsc.fr> To: freebsd-ports@FreeBSD.org Subject: Re: ports/42981: Update port: security/hping strip binary Message-ID: <200209200950.g8K9o98b004248@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/42981; it has been noted by GNATS. From: Nicolas Jombart <Nicolas.Jombart@hsc.fr> To: Nicolas Jombart <Nicolas.Jombart@hsc-labs.com> Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/42981: Update port: security/hping strip binary Date: Fri, 20 Sep 2002 11:47:55 +0200 on Fri, Sep 20, 2002 at 11:33:00AM +0200, Nicolas Jombart wrote : > +post-install: > + strip ${PREFIX}/sbin/hping Sorry : diff -ruN /usr/ports/security/hping/Makefile hping/Makefile --- /usr/ports/security/hping/Makefile Mon Sep 17 07:50:40 2001 +++ hping/Makefile Fri Sep 20 11:43:50 2002 @@ -7,7 +7,7 @@ PORTNAME= hping PORTVERSION= 2.0.0r1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= security net MASTER_SITES= http://www.hping.org/ @@ -20,7 +20,7 @@ CONFIGURE_ARGS+= --force-libpcap USE_GMAKE= yes -MAN8= hping.8 +MAN8= hping.8 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hping2 ${PREFIX}/sbin/hping @@ -31,5 +31,8 @@ ${INSTALL_DATA} ${WRKSRC}/docs/${i} ${PREFIX}/share/doc/hping/ .endfor .endif + +post-install: + ${STRIP_CMD} ${PREFIX}/sbin/hping .include <bsd.port.mk> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209200950.g8K9o98b004248>