diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-04 11:41:37 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-04 11:41:37 +0000 |
commit | fb3cc90b72145d041ded5b9dd42887d782d161d6 (patch) | |
tree | b7d82b4cbeb4e1d162868ab17374c4eb42e576b5 /textproc/aspell/Makefile | |
parent | 640b2924de1d2052ebc4f271d3aa95d2d7e5e4c3 (diff) | |
download | ports-fb3cc90b72145d041ded5b9dd42887d782d161d6.tar.gz ports-fb3cc90b72145d041ded5b9dd42887d782d161d6.zip |
Fix staging with ispell option on
Reported by: Ajtim <lumiwa@gmail.com>
Notes
Notes:
svn path=/head/; revision=332697
Diffstat (limited to 'textproc/aspell/Makefile')
-rw-r--r-- | textproc/aspell/Makefile | 2 |
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} |