Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jul 2004 11:49:46 +0200
From:      dada@sbox.tugraz.at
To:        FreeBSD problem reports <freebsd-gnats-submit@FreeBSD.org>
Subject:   ports/68940: [maintainer update] sysutils/cvsweb-converters: improved	pkg-message
Message-ID:  <20040712114946.g8ss4408sc0s8g4s@webmail.tugraz.at>
Resent-Message-ID: <200407120950.i6C9oHUe082656@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         68940
>Category:       ports
>Synopsis:       [maintainer update] sysutils/cvsweb-converters: improved pkg-message
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 12 09:50:17 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Martin Kammerhofer
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
Graz UNI
>Environment:
System: FreeBSD Martin.liebt.Susi 4.10-STABLE FreeBSD 4.10-STABLE #2: Wed Jul 7 19:43:28 CEST 2004 toor@Martin.liebt.Susi:/usr/src/sys/compile/GEIDORF4 i386
>Description:
Mostly cosmetic change. Improve appearance of pkg-message by substituting
a variable. (No need to bump PORTREVISION.)
>How-To-Repeat:
make install
>Fix:
Index: Makefile
===================================================================
RCS file: /home/martin/.CVS-Repository/ports/sysutils/cvsweb-converters/Makefile,v
retrieving revision 1.1.1.4
retrieving revision 1.8
diff -u -t -r1.1.1.4 -r1.8
--- Makefile	7 Jul 2004 18:02:04 -0000	1.1.1.4
+++ Makefile	7 Jul 2004 18:28:51 -0000	1.8
@@ -27,6 +27,6 @@
                 bin/cvsuplog2cvsweb etc/cvsweb-converters.conf.sample
 
 post-install:
-        @${CAT} ${PKGMESSAGE}
+        @${SED} -e 's|$${PREFIX}|${PREFIX}|g' -- ${PKGMESSAGE}
 
 .include <bsd.port.mk>


--=_1m2xkcqt43a8--

>Release-Note:
>Audit-Trail:
>Unformatted:
 This message is in MIME format.
 
 --=_1m2xkcqt43a8
 Content-Type: text/plain; charset="ISO-8859-1"
 Content-Disposition: inline
 Content-Transfer-Encoding: 7bit
 
 
 --=_1m2xkcqt43a8
 Content-Type: text/plain; charset="ISO-8859-1"; name="cosmetic"
 Content-Disposition: inline; filename="cosmetic"
 Content-Transfer-Encoding: 7bit
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040712114946.g8ss4408sc0s8g4s>