Date: Tue, 9 Sep 2008 16:43:58 +0300 (EEST) From: Esa Karkkainen <ejk@iki.fi> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Esa Karkkainen <ejk@iki.fi> Subject: ports/127249: Fix net/icmpinfo port to pass QAT Message-ID: <200809091343.m89DhwEl009126@thunderbolt.my.domain> Resent-Message-ID: <200809091420.m89EK4eJ076137@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 127249 >Category: ports >Synopsis: Fix net/icmpinfo port to pass QAT >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 09 14:20:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Esa Karkkainen >Release: FreeBSD 6.3-RELEASE-p4 i386 >Organization: Is in state of disintegration >Environment: System: FreeBSD 6.3-RELEASE-p4 Thu Sep 4 20:52:21 EEST 2008 Ports tree updated: Mon Sep 8 15:24:55 EEST 2008 >Description: See http://T64.TecNik93.com/logs/7-STABLE-FTP/icmpinfo-1.11.log >How-To-Repeat: # make NOPORTDOCS=yes package >Fix: diff -ruN /usr/ports/net/icmpinfo/Makefile ports/net/icmpinfo/Makefile --- /usr/ports/net/icmpinfo/Makefile 2008-05-29 18:52:30.000000000 +0300 +++ ports/net/icmpinfo/Makefile 2008-09-09 16:32:51.000000000 +0300 @@ -17,17 +17,19 @@ ALL_TARGET= MAN1= icmpinfo.1 -PLIST_FILES= bin/icmpinfo share/doc/icmpinfo/README -PLIST_DIRS= share/doc/icmpinfo +PLIST_FILES= bin/icmpinfo +PORTDOCS= README do-install: ${INSTALL_PROGRAM} ${WRKSRC}/icmpinfo ${PREFIX}/bin ${CHOWN} root ${PREFIX}/bin/icmpinfo ${CHMOD} 4555 ${PREFIX}/bin/icmpinfo ${INSTALL_MAN} ${WRKSRC}/icmpinfo.man ${PREFIX}/man/man1/${MAN1} + +post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/icmpinfo - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/icmpinfo + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include <bsd.port.mk> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809091343.m89DhwEl009126>