diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-15 11:27:21 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-15 11:27:21 +0000 |
commit | 3b24b20c8b94bd505c45c33ff47ec4d0ba79f653 (patch) | |
tree | 4cc806100db69fcbbf8a044825efe313a28e174a /x11-wm | |
parent | 81848009fd5edb4c8d8db19451f6a744f2198b0e (diff) | |
download | ports-3b24b20c8b94bd505c45c33ff47ec4d0ba79f653.tar.gz ports-3b24b20c8b94bd505c45c33ff47ec4d0ba79f653.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/jwm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/jwm/Makefile b/x11-wm/jwm/Makefile index 08afbd357418..15fce380726a 100644 --- a/x11-wm/jwm/Makefile +++ b/x11-wm/jwm/Makefile @@ -32,7 +32,7 @@ MAN1= jwm.1 post-patch: @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${TARGETDIR}|' ${WRKSRC}/example.jwmrc + @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/example.jwmrc do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/jwm ${TARGETDIR}/bin |