diff options
author | skv <skv@FreeBSD.org> | 2003-12-16 09:58:05 +0000 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2003-12-16 09:58:05 +0000 |
commit | 7b7e4d82d46c27519d9019b949aca1f3e3f395e3 (patch) | |
tree | 4d805f252b746ea9a1de9ccbb4af75945e5140cb /security | |
parent | d0af66fedff047648abd8bead0de5f14be0b39c0 (diff) | |
download | FreeBSD-ports-7b7e4d82d46c27519d9019b949aca1f3e3f395e3.zip FreeBSD-ports-7b7e4d82d46c27519d9019b949aca1f3e3f395e3.tar.gz |
Fix pkg-message generating
Diffstat (limited to 'security')
-rw-r--r-- | security/vncrypt/Makefile | 2 |
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} |