aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-11-04 19:41:37 +0800
committerbapt <bapt@FreeBSD.org>2013-11-04 19:41:37 +0800
commit52e6fbb0f3347f2a3629a34eeb5cf8e01cac9449 (patch)
treeb7d82b4cbeb4e1d162868ab17374c4eb42e576b5 /textproc
parenta216b0f2cc5203fea9d0a8905014883e2dc02a04 (diff)
downloadfreebsd-ports-gnome-52e6fbb0f3347f2a3629a34eeb5cf8e01cac9449.tar.gz
freebsd-ports-gnome-52e6fbb0f3347f2a3629a34eeb5cf8e01cac9449.tar.zst
freebsd-ports-gnome-52e6fbb0f3347f2a3629a34eeb5cf8e01cac9449.zip
Fix staging with ispell option on
Reported by: Ajtim <lumiwa@gmail.com>
Diffstat (limited to 'textproc')
-rw-r--r--textproc/aspell/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile
index b179ddb527a2..9b3541c5b8e0 100644
--- a/textproc/aspell/Makefile
+++ b/textproc/aspell/Makefile
@@ -59,7 +59,7 @@ CFLAGS+= -O
post-install: ${DICT_TARGET}
@${INSTALL_DATA} ${WRKDIR}/aspell.ver ${STAGEDIR}${PREFIX}/etc
.if ${PORT_OPTIONS:MISPELL}
- @${INSTALL_SCRIPT} ${SCRIPTS:S|^|${WRKSRC}/scripts/|} ${PREFIX}/bin
+ @${INSTALL_SCRIPT} ${SCRIPTS:S|^|${WRKSRC}/scripts/|} ${STAGEDIR}${PREFIX}/bin
.endif
@${ECHO_CMD} "@dirrm share/aspell" >> ${TMPPLIST}
@${ECHO_CMD} "@dirrm lib/aspell-${VERINST}" >> ${TMPPLIST}