diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-02 23:24:14 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-02 23:24:14 +0000 |
commit | 0b8d5e8c753a54f236e5b6ad1e418b23232e0ef6 (patch) | |
tree | a9ecdd9e7bd641689d2d9c49b76dd0c3b94b3f0f | |
parent | - Update to 0.1.1 (diff) |
- Fix pkg-message processing for people whom ${PKGDIR} != ${.CURDIR}
PR: ports/66183
Submitted by: Palle Girgensohn <girgen@pingpong.net>
Notes
Notes:
svn path=/head/; revision=108222
-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 |