Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Nov 2013 11:41:37 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332697 - head/textproc/aspell
Message-ID:  <201311041141.rA4BfbpV047308@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Nov  4 11:41:37 2013
New Revision: 332697
URL: http://svnweb.freebsd.org/changeset/ports/332697

Log:
  Fix staging with ispell option on
  
  Reported by:	Ajtim <lumiwa@gmail.com>

Modified:
  head/textproc/aspell/Makefile

Modified: head/textproc/aspell/Makefile
==============================================================================
--- head/textproc/aspell/Makefile	Mon Nov  4 11:40:15 2013	(r332696)
+++ head/textproc/aspell/Makefile	Mon Nov  4 11:41:37 2013	(r332697)
@@ -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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311041141.rA4BfbpV047308>