summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2003-12-16 09:58:05 +0000
committerskv <skv@FreeBSD.org>2003-12-16 09:58:05 +0000
commit7b7e4d82d46c27519d9019b949aca1f3e3f395e3 (patch)
tree4d805f252b746ea9a1de9ccbb4af75945e5140cb /security
parentd0af66fedff047648abd8bead0de5f14be0b39c0 (diff)
downloadFreeBSD-ports-7b7e4d82d46c27519d9019b949aca1f3e3f395e3.zip
FreeBSD-ports-7b7e4d82d46c27519d9019b949aca1f3e3f395e3.tar.gz
Fix pkg-message generating
Diffstat (limited to 'security')
-rw-r--r--security/vncrypt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/vncrypt/Makefile b/security/vncrypt/Makefile
index 31204b0..2274175 100644
--- a/security/vncrypt/Makefile
+++ b/security/vncrypt/Makefile
@@ -46,7 +46,7 @@ post-install:
.endfor
.endfor
.endif
- @${SED} -e "s:%%PREFIX%%:${PREFIX}:g" pkg-message >${PKGMESSAGE}
+ @${SED} -e "s:%%PREFIX%%:${PREFIX}:g" ${.CURDIR}/pkg-message >${PKGMESSAGE}
.ifndef(BATCH)
@${ECHO}
@${CAT} ${PKGMESSAGE}
OpenPOWER on IntegriCloud