From ec257cfc3ee18cc8e798a0f2e0ffd34a2ad4f06f Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Thu, 12 Jun 2003 01:38:21 +0000 Subject: Update to 0.13 PR: 53223 Submitted by: maintainer --- net-mgmt/iftop/Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'net-mgmt/iftop/Makefile') diff --git a/net-mgmt/iftop/Makefile b/net-mgmt/iftop/Makefile index 4c5ad8d4cf41..69dae1dbfce0 100644 --- a/net-mgmt/iftop/Makefile +++ b/net-mgmt/iftop/Makefile @@ -6,7 +6,7 @@ # PORTNAME= iftop -PORTVERSION= 0.12 +PORTVERSION= 0.13 CATEGORIES= net MASTER_SITES= http://www.ex-parrot.com/~pdw/iftop/download/ @@ -25,12 +25,15 @@ DOC_FILES= README \ .include post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ + @${REINPLACE_CMD} \ + -e 's|-lpthread|${PTHREAD_LIBS}|g' \ ${WRKSRC}/configure do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${PREFIX}/man/man8/ + @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} \ + ${PREFIX}/bin + @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 \ + ${PREFIX}/man/man8 post-install: .ifndef (NOPORTDOCS) -- cgit v1.2.3