aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2016-06-25 11:26:18 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2016-06-25 11:26:18 +0000
commit0a7ad9709c39ac61e62e2bc073130f2779f34522 (patch)
treee5c4a64d85bf34ffda28b802343053dad0155b04 /comms
parentaf3fd373da99f590cd36c0f7ca47c13679d8459c (diff)
downloadports-0a7ad9709c39ac61e62e2bc073130f2779f34522.tar.gz
ports-0a7ad9709c39ac61e62e2bc073130f2779f34522.zip
Notes
Diffstat (limited to 'comms')
-rw-r--r--comms/tkscanfax/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/tkscanfax/Makefile b/comms/tkscanfax/Makefile
index 5c84abc5ad7e..456e815f4182 100644
--- a/comms/tkscanfax/Makefile
+++ b/comms/tkscanfax/Makefile
@@ -25,10 +25,10 @@ post-patch:
's|/usr/local/lib|${PREFIX}/lib|g'
do-install:
- @${MKDIR} ${STAGEDIR}${PREFIX}${TKSCANFAXDIR}
- @(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}${TKSCANFAXDIR})
+ @${MKDIR} ${STAGEDIR}${PREFIX}/${TKSCANFAXDIR}
+ @(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${TKSCANFAXDIR})
.for file in tkfax tkscan
- ${CHMOD} ${BINMODE} ${STAGEDIR}${PREFIX}${TKSCANFAXDIR}/${file}
+ ${CHMOD} ${BINMODE} ${STAGEDIR}${PREFIX}/${TKSCANFAXDIR}/${file}
${LN} -sf ../${TKSCANFAXDIR}/${file} ${STAGEDIR}${PREFIX}/bin
.endfor