Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Feb 2006 21:32:36 -0800 (PST)
From:      Peter Thoenen <eol1@yahoo.com>
To:        ports@freebsd.org
Subject:   Oddity with SUB_FILES= and pkg-message.in
Message-ID:  <20060215053236.52921.qmail@web51908.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
Any reason SUB_FILES= pkg-message doesn't work? (where pkg-message.in
is in ${FILESDIR})

Kicks an error "unterminated newline".  Thought it was just me but
noticed not a single port with pkg-message.in mods it via SUB_FILES=
... they all do the following hack:

post-patch:
@${SED} -e "s|%%PREFIX%%|${PREFIX}|g" \
            ${FILESDIR}/pkg-message.in > ${PKGMESSAGE}

Seems a undeeded hack as SUB_FILES should handle.



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