From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 2 13:20:12 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2DBCE16A416 for ; Sat, 2 Dec 2006 13:20:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF52B43CA8 for ; Sat, 2 Dec 2006 13:19:50 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kB2DKAuL025223 for ; Sat, 2 Dec 2006 13:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kB2DKAg6025222; Sat, 2 Dec 2006 13:20:10 GMT (envelope-from gnats) Resent-Date: Sat, 2 Dec 2006 13:20:10 GMT Resent-Message-Id: <200612021320.kB2DKAg6025222@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gabor Kovesdan Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8F5C516A407; Sat, 2 Dec 2006 13:17:55 +0000 (UTC) (envelope-from root@server.t-hosting.hu) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB65F43CA3; Sat, 2 Dec 2006 13:17:34 +0000 (GMT) (envelope-from root@server.t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id F0EFD9AA994; Sat, 2 Dec 2006 14:17:52 +0100 (CET) Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id clfohQmS7+Wv; Sat, 2 Dec 2006 14:17:48 +0100 (CET) Received: by server.t-hosting.hu (Postfix, from userid 0) id 1159E9AA991; Sat, 2 Dec 2006 14:17:48 +0100 (CET) Message-Id: <20061202131748.1159E9AA991@server.t-hosting.hu> Date: Sat, 2 Dec 2006 14:17:48 +0100 (CET) From: Gabor Kovesdan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Gabor Kovesdan Subject: ports/106206: [patch] textproc/replaceit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gabor Kovesdan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2006 13:20:12 -0000 >Number: 106206 >Category: ports >Synopsis: [patch] textproc/replaceit >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: Sat Dec 02 13:20:10 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gabor Kovesdan >Release: FreeBSD 6.1-RELEASE-p3 amd64 >Organization: n/a >Environment: >Description: - Add support for NOPORTDOCS - Bump PORTREVISION >How-To-Repeat: >Fix: --- textproc-replaceit.diff begins here --- Index: Makefile =================================================================== RCS file: /usr/cvs/ports/textproc/replaceit/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 14 Apr 2006 22:53:12 -0000 1.5 +++ Makefile 1 Dec 2006 22:16:22 -0000 @@ -7,6 +7,7 @@ PORTNAME= replaceit PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://pldaniels.com/replaceit/ @@ -14,8 +15,17 @@ COMMENT= A light replacement to the combination of sed/awk/grep/head/tail PLIST_FILES= bin/replaceit +PORTDOCS= CHANGELOG INSTALL LICENSE README do-install: @${INSTALL_PROGRAM} ${WRKSRC}/replaceit ${PREFIX}/bin +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for FILE in ${PORTDOCS} + @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} +.endfor +.endif + .include --- textproc-replaceit.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: