diff options
author | pav <pav@FreeBSD.org> | 2004-05-03 07:24:14 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-03 07:24:14 +0800 |
commit | ed3852731d7c3f53f18eb3985c7a6db689374610 (patch) | |
tree | ad640aa66c46de0b2a58aee297acee6feea025d6 /comms | |
parent | 5710eebb2196dde3df6235f0442e88724bea7821 (diff) | |
download | freebsd-ports-gnome-ed3852731d7c3f53f18eb3985c7a6db689374610.tar.gz freebsd-ports-gnome-ed3852731d7c3f53f18eb3985c7a6db689374610.tar.zst freebsd-ports-gnome-ed3852731d7c3f53f18eb3985c7a6db689374610.zip |
- Fix pkg-message processing for people whom ${PKGDIR} != ${.CURDIR}
PR: ports/66183
Submitted by: Palle Girgensohn <girgen@pingpong.net>
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gnokii/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile index b7f8e4ad5514..d9ab56418ee7 100644 --- a/comms/gnokii/Makefile +++ b/comms/gnokii/Makefile @@ -119,7 +119,7 @@ post-build: @cd ${WRKSRC}/smsd && ${GMAKE} libpq.la LOCALBASE=${LOCALBASE} .endif .endif - @${SED} -e 's|%%PREFIX%%|${PREFIX}|g' pkg-message > ${PKGMESSAGE} + @${SED} -e 's|%%PREFIX%%|${PREFIX}|g' ${PKGDIR}/pkg-message > ${PKGMESSAGE} pre-install: @${SETENV} "PKG_PREFIX=${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL |