Date: Tue, 5 Apr 2011 20:37:05 +0200 (CEST) From: Jimmy Olgeni <olgeni@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: dhn@FreeBSD.org Subject: ports/156205: [PATCH] sysutils/ttyload: fix pkg-message expansion Message-ID: <201104051837.p35Ib5Md008883@olgeni.olgeni> Resent-Message-ID: <201104051840.p35Ie8sE078268@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 156205 >Category: ports >Synopsis: [PATCH] sysutils/ttyload: fix pkg-message expansion >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 Apr 05 18:40:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jimmy Olgeni >Release: FreeBSD 8.2-STABLE i386 >Organization: >Environment: >Description: Fix expansion of DOCSDIR in pkg-message :) Added file(s): - files/pkg-message.in Removed file(s): - pkg-message Port maintainer (dhn@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- ttyload-0.5.2_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/sysutils/ttyload/Makefile,v retrieving revision 1.10 diff -u -u -r1.10 Makefile --- Makefile 5 Apr 2011 16:53:15 -0000 1.10 +++ Makefile 5 Apr 2011 18:35:53 -0000 @@ -7,6 +7,7 @@ PORTNAME= ttyload PORTVERSION= 0.5.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.daveltd.com/src/util/ttyload/ \ http://mirror.mcx2.org/ @@ -19,6 +20,7 @@ USE_BZIP2= yes PLIST_FILES= bin/ttyload PORTDOCS= * +SUB_FILES= pkg-message post-install: .if !defined(NOPORTDOCS) Index: pkg-message =================================================================== RCS file: pkg-message diff -N pkg-message --- pkg-message 11 Oct 2008 14:09:05 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,8 +0,0 @@ -########################################################################### -ttyload has been installed. - -If you have questions read %%DOCSDIR%%/README - -For more information about ttyload visit: -http://www.daveltd.com/src/util/ttyload/ -########################################################################### Index: files/pkg-message.in =================================================================== RCS file: files/pkg-message.in diff -N files/pkg-message.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/pkg-message.in 5 Apr 2011 18:35:53 -0000 @@ -0,0 +1,8 @@ +########################################################################### +ttyload has been installed. + +If you have questions read %%DOCSDIR%%/README + +For more information about ttyload visit: +http://www.daveltd.com/src/util/ttyload/ +########################################################################### --- ttyload-0.5.2_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104051837.p35Ib5Md008883>