Date: Wed, 14 Jul 2004 10:18:57 +0200 From: dada@sbox.tugraz.at To: Volker Stolz <vs@FreeBSD.org> Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/68940: [maintainer update] sysutils/cvsweb-converters: improved pkg-message Message-ID: <20040714101857.hu8rsokc0w84ggws@webmail.tugraz.at> In-Reply-To: <200407121525.i6CFP5di031996@freefall.freebsd.org> References: <200407121525.i6CFP5di031996@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This message is in MIME format. --=_4x9w86youj6s Content-Type: text/plain; charset="ISO-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit Thank you for the hint. Should this go into the porters handbook? Here is a revised patch: --=_4x9w86youj6s Content-Type: text/plain; charset="ISO-8859-1"; name="cvsweb-converters.patch" Content-Disposition: inline; filename="cvsweb-converters.patch" Content-Transfer-Encoding: 7bit diff -u cvsweb-converters.orig/Makefile cvsweb-converters/Makefile --- cvsweb-converters.orig/Makefile 2004-07-07 09:30:06.000000000 +0200 +++ cvsweb-converters/Makefile 2004-07-14 10:09:44.000000000 +0200 @@ -25,8 +25,11 @@ PLIST_FILES= bin/commitlog2cvsweb bin/cvsrdiff2cvsweb \ bin/cvsuplog2cvsweb etc/cvsweb-converters.conf.sample +PKGMESSAGE= ${WRKDIR}/pkg-message post-install: + @${SED} -e 's|$${PREFIX}|${PREFIX}|g' -- \ + ${.CURDIR}/pkg-message >${PKGMESSAGE} @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> --=_4x9w86youj6s--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040714101857.hu8rsokc0w84ggws>