diff options
author | bapt <bapt@FreeBSD.org> | 2013-11-04 16:30:37 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-11-04 16:30:37 +0800 |
commit | bc9bdd8df7b1ff1ae4949e11f25f79d68fa61637 (patch) | |
tree | d7d176827bf022e64d1e642eb81231d2965d251b /textproc | |
parent | 987760725374f3e99d65e1d00ced4262415e598c (diff) | |
download | freebsd-ports-graphics-bc9bdd8df7b1ff1ae4949e11f25f79d68fa61637.tar.gz freebsd-ports-graphics-bc9bdd8df7b1ff1ae4949e11f25f79d68fa61637.tar.zst freebsd-ports-graphics-bc9bdd8df7b1ff1ae4949e11f25f79d68fa61637.zip |
Stagify
Fix shebang for aspell itself, make perl also a run dependency for aspell (needed for a couple of scripts)
Always install manpages for aspell.
Diffstat (limited to 'textproc')
81 files changed, 25 insertions, 102 deletions
diff --git a/textproc/af-aspell/Makefile b/textproc/af-aspell/Makefile index ca0e62ba7f3..9086af461d7 100644 --- a/textproc/af-aspell/Makefile +++ b/textproc/af-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Afrikaans dictionary DICT= af -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/am-aspell/Makefile b/textproc/am-aspell/Makefile index 57e45ded069..8e43e54640d 100644 --- a/textproc/am-aspell/Makefile +++ b/textproc/am-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Amharic dictionary DICT= am -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 3bd5089a36f..b179ddb527a 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -3,7 +3,7 @@ PORTNAME= aspell PORTVERSION= 0.60.6.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= aspell @@ -18,24 +18,23 @@ OPTIONS_DEFINE= NLS DOCS ISPELL ISPELL_DESC= Install the ispell wrapper GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-dict-dir=${DATADIR} \ - --enable-docdir=${DOCSDIR} \ - --enable-curses=ncursesw \ - --enable-static +CONFIGURE_ARGS= --enable-dict-dir=${DATADIR} \ + --enable-docdir=${DOCSDIR} \ + --enable-curses=ncursesw \ + --enable-static -USE_GMAKE= yes -USES= iconv perl5 -USE_PERL5= build -USE_LDCONFIG= yes +USES= gmake iconv perl5 shebangfix +USE_LDCONFIG= yes +SHEBANG_FILES= scripts/aspell-import -MAKE_ARGS= NOPORTDOCS=${NOPORTDOCS} -VERINST= ${PORTVERSION:R:R} -SUB_FILES= aspell.ver -PLIST_SUB= VER=${VERINST} -SUB_LIST= VERINST=${VERINST} +VERINST= ${PORTVERSION:R:R} +SUB_FILES= aspell.ver +PLIST_SUB= VER=${VERINST} +SUB_LIST= VERINST=${VERINST} +INFO= aspell-dev aspell -NO_STAGE= yes .include <bsd.port.options.mk> + .if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB+= NLS="" @@ -52,23 +51,19 @@ PLIST_SUB+= SCRIPTS="" PLIST_SUB+= SCRIPTS="@comment " .endif -.if ${PORT_OPTIONS:MDOCS} -MAN1= aspell-import.1 aspell.1 pspell-config.1 \ - run-with-aspell.1 word-list-compress.1 prezip-bin.1 -INFO= aspell-dev aspell -.endif - # Does not link without at least -O .if !defined(CFLAGS) || ${CFLAGS:M-O*} == "" CFLAGS+= -O .endif post-install: ${DICT_TARGET} - @${INSTALL_DATA} ${WRKDIR}/aspell.ver ${PREFIX}/etc + @${INSTALL_DATA} ${WRKDIR}/aspell.ver ${STAGEDIR}${PREFIX}/etc .if ${PORT_OPTIONS:MISPELL} @${INSTALL_SCRIPT} ${SCRIPTS:S|^|${WRKSRC}/scripts/|} ${PREFIX}/bin .endif @${ECHO_CMD} "@dirrm share/aspell" >> ${TMPPLIST} @${ECHO_CMD} "@dirrm lib/aspell-${VERINST}" >> ${TMPPLIST} + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libaspell.so.16 \ + ${STAGEDIR}${PREFIX}/lib/libpspell.so.16 .include <bsd.port.mk> diff --git a/textproc/aspell/Makefile.inc b/textproc/aspell/Makefile.inc index ea212f99966..a375bb8d137 100644 --- a/textproc/aspell/Makefile.inc +++ b/textproc/aspell/Makefile.inc @@ -6,10 +6,10 @@ MASTER_SITE_SUBDIR?= aspell/dict/${DICT} DISTNAME?= aspell${DISTVERSION} PORTVERSION?= ${DISTVERSION:L:C/cvs/0_/:C/pt_../p/:C/[0-9]?-?[a-z]+-//g:C/([0-9])([a-z])/\1.\2/g:C/:(.)/\1/g:C/[^a-z0-9+]+/./g} -LIB_DEPENDS= aspell:${PORTSDIR}/textproc/aspell +LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell +USES+= gmake USE_BZIP2= yes -USE_GMAKE= yes HAS_CONFIGURE= yes PLIST_SUB= VER=${VER} diff --git a/textproc/aspell/pkg-plist b/textproc/aspell/pkg-plist index 045a4d7e588..eea606a8fe6 100644 --- a/textproc/aspell/pkg-plist +++ b/textproc/aspell/pkg-plist @@ -77,6 +77,12 @@ lib/libpspell.a lib/libpspell.la lib/libpspell.so lib/libpspell.so.16 +man/man1/aspell-import.1.gz +man/man1/aspell.1.gz +man/man1/prezip-bin.1.gz +man/man1/pspell-config.1.gz +man/man1/run-with-aspell.1.gz +man/man1/word-list-compress.1.gz %%DATADIR%%/ccpp.amf %%DATADIR%%/comment.amf %%DATADIR%%/email.amf diff --git a/textproc/ast-aspell/Makefile b/textproc/ast-aspell/Makefile index e7f81674d46..db9ce746129 100644 --- a/textproc/ast-aspell/Makefile +++ b/textproc/ast-aspell/Makefile @@ -10,6 +10,5 @@ COMMENT= Aspell Asturian dictionary DICT= ast -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/az-aspell/Makefile b/textproc/az-aspell/Makefile index bf2a19ec557..802edbd98e5 100644 --- a/textproc/az-aspell/Makefile +++ b/textproc/az-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Azerbaijani dictionary DICT= az -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/be-aspell/Makefile b/textproc/be-aspell/Makefile index 28d067fcc09..87e3a9286dd 100644 --- a/textproc/be-aspell/Makefile +++ b/textproc/be-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Belarusian dictionary DICT= be -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/bg-aspell/Makefile b/textproc/bg-aspell/Makefile index f2631c9816c..7413741ac5c 100644 --- a/textproc/bg-aspell/Makefile +++ b/textproc/bg-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Bulgarian dictionary DICT= bg -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/bn-aspell/Makefile b/textproc/bn-aspell/Makefile index 4b5fdfbc117..c0ea1d1ca21 100644 --- a/textproc/bn-aspell/Makefile +++ b/textproc/bn-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Bengali dictionary DICT= bn -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/br-aspell/Makefile b/textproc/br-aspell/Makefile index 456d9b2179a..9af98848a4a 100644 --- a/textproc/br-aspell/Makefile +++ b/textproc/br-aspell/Makefile @@ -11,6 +11,5 @@ COMMENT= Aspell Breton dictionary DICT= br -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/ca-aspell/Makefile b/textproc/ca-aspell/Makefile index c8b233b529f..8755011d18f 100644 --- a/textproc/ca-aspell/Makefile +++ b/textproc/ca-aspell/Makefile @@ -11,6 +11,5 @@ COMMENT= Aspell Catalan dictionary DICT= ca -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/cs-aspell/Makefile b/textproc/cs-aspell/Makefile index 4ed5de7faec..fc439a818d4 100644 --- a/textproc/cs-aspell/Makefile +++ b/textproc/cs-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Czech dictionary DICT= cs -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/csb-aspell/Makefile b/textproc/csb-aspell/Makefile index 1cfe2801e8b..ad4c2b6fe6d 100644 --- a/textproc/csb-aspell/Makefile +++ b/textproc/csb-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Kashubian dictionary DICT= csb -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/cy-aspell/Makefile b/textproc/cy-aspell/Makefile index 82a68ce6438..b024ed04f6a 100644 --- a/textproc/cy-aspell/Makefile +++ b/textproc/cy-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Welsh dictionary DICT= cy -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/da-aspell/Makefile b/textproc/da-aspell/Makefile index c66c566236a..920e9ee4c11 100644 --- a/textproc/da-aspell/Makefile +++ b/textproc/da-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Danish dictionary DICT= da -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/el-aspell/Makefile b/textproc/el-aspell/Makefile index 2b85c842144..c3005072111 100644 --- a/textproc/el-aspell/Makefile +++ b/textproc/el-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Greek dictionary DICT= el -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/en-aspell/Makefile b/textproc/en-aspell/Makefile index 473fa9bd8e0..92acc588f80 100644 --- a/textproc/en-aspell/Makefile +++ b/textproc/en-aspell/Makefile @@ -11,6 +11,5 @@ COMMENT= Aspell English dictionaries DICT= en -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/eo-aspell/Makefile b/textproc/eo-aspell/Makefile index b155b914cc2..7b6ccf19168 100644 --- a/textproc/eo-aspell/Makefile +++ b/textproc/eo-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Esperanto dictionary DICT= eo -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/es-aspell/Makefile b/textproc/es-aspell/Makefile index 6f39321bf79..a2c58e78d24 100644 --- a/textproc/es-aspell/Makefile +++ b/textproc/es-aspell/Makefile @@ -11,6 +11,5 @@ COMMENT= Aspell Spanish dictionary DICT= es -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/et-aspell/Makefile b/textproc/et-aspell/Makefile index d96177f39f0..5d32dc05491 100644 --- a/textproc/et-aspell/Makefile +++ b/textproc/et-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Estonian dictionary DICT= et -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/fa-aspell/Makefile b/textproc/fa-aspell/Makefile index eb08bbe5587..8af68245683 100644 --- a/textproc/fa-aspell/Makefile +++ b/textproc/fa-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Persian (Farsi) dictionary DICT= fa -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/fi-aspell/Makefile b/textproc/fi-aspell/Makefile index 14fcf694e2c..08b3f9ea0fc 100644 --- a/textproc/fi-aspell/Makefile +++ b/textproc/fi-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Finnish dictionary DICT= fi -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/fo-aspell/Makefile b/textproc/fo-aspell/Makefile index 031fea57413..d1224847273 100644 --- a/textproc/fo-aspell/Makefile +++ b/textproc/fo-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Faroese dictionary DICT= fo -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/fpc-aspell/Makefile b/textproc/fpc-aspell/Makefile index 933fcecc22b..af7425d36f5 100644 --- a/textproc/fpc-aspell/Makefile +++ b/textproc/fpc-aspell/Makefile @@ -17,5 +17,4 @@ EXTRACTUNITDIR+= ${WRKUNITDIR} OPTIONS_DEFINE= ASPELL OPTIONS_DEFAULT= ASPELL -NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/textproc/fy-aspell/Makefile b/textproc/fy-aspell/Makefile index c839549c534..a41e7079f8e 100644 --- a/textproc/fy-aspell/Makefile +++ b/textproc/fy-aspell/Makefile @@ -11,6 +11,5 @@ COMMENT= Aspell Frisian (Frysk) dictionary DICT= fy -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/ga-aspell/Makefile b/textproc/ga-aspell/Makefile index 8540406e6d2..1020c8a8a2b 100644 --- a/textproc/ga-aspell/Makefile +++ b/textproc/ga-aspell/Makefile @@ -11,6 +11,5 @@ COMMENT= Aspell Irish (Gaelic) dictionary DICT= ga -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/gd-aspell/Makefile b/textproc/gd-aspell/Makefile index 36533d9773a..4e1a170ddbd 100644 --- a/textproc/gd-aspell/Makefile +++ b/textproc/gd-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Scottish Gaelic dictionary DICT= gd -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/gl-aspell/Makefile b/textproc/gl-aspell/Makefile index aef6f0b712d..cc6e2402001 100644 --- a/textproc/gl-aspell/Makefile +++ b/textproc/gl-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Galician dictionary DICT= gl -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/grc-aspell/Makefile b/textproc/grc-aspell/Makefile index 56828e977c0..40f7e6ffc5c 100644 --- a/textproc/grc-aspell/Makefile +++ b/textproc/grc-aspell/Makefile @@ -10,6 +10,5 @@ COMMENT= Aspell Ancient Greek dictionary DICT= grc -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/gu-aspell/Makefile b/textproc/gu-aspell/Makefile index 8b306677d76..9dfdd11a9c1 100644 --- a/textproc/gu-aspell/Makefile +++ b/textproc/gu-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Gujarati dictionary DICT= gu -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/gv-aspell/Makefile b/textproc/gv-aspell/Makefile index f100330d966..81b5002ab89 100644 --- a/textproc/gv-aspell/Makefile +++ b/textproc/gv-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Manx Gaelic dictionary DICT= gv -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/hi-aspell/Makefile b/textproc/hi-aspell/Makefile index 9d1e6c622fd..d3cfd93c6a0 100644 --- a/textproc/hi-aspell/Makefile +++ b/textproc/hi-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Hindi dictionary DICT= hi -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/hil-aspell/Makefile b/textproc/hil-aspell/Makefile index e7eb004db9e..47c68482e2e 100644 --- a/textproc/hil-aspell/Makefile +++ b/textproc/hil-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Hiligaynon dictionary DICT= hil -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/hr-aspell/Makefile b/textproc/hr-aspell/Makefile index 1e09119d66d..ff18e87ec44 100644 --- a/textproc/hr-aspell/Makefile +++ b/textproc/hr-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Croatian dictionary DICT= hr -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/hsb-aspell/Makefile b/textproc/hsb-aspell/Makefile index 4245acc420b..0cc2bc16d9f 100644 --- a/textproc/hsb-aspell/Makefile +++ b/textproc/hsb-aspell/Makefile @@ -11,6 +11,5 @@ COMMENT= Aspell Upper Sorbian dictionary DICT= hsb -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/hy-aspell/Makefile b/textproc/hy-aspell/Makefile index f9966f3484e..81f38e5571c 100644 --- a/textproc/hy-aspell/Makefile +++ b/textproc/hy-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Armenian dictionary DICT= hy -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/ia-aspell/Makefile b/textproc/ia-aspell/Makefile index 2be12f91ba9..7996fb0cfdd 100644 --- a/textproc/ia-aspell/Makefile +++ b/textproc/ia-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Interlingua dictionary DICT= ia -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/id-aspell/Makefile b/textproc/id-aspell/Makefile index 7b0fd174558..d90934838d7 100644 --- a/textproc/id-aspell/Makefile +++ b/textproc/id-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Indonesian dictionary DICT= id -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/is-aspell/Makefile b/textproc/is-aspell/Makefile index 3e1d47b5e9c..17cb7b98ad4 100644 --- a/textproc/is-aspell/Makefile +++ b/textproc/is-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Icelandic dictionary DICT= is -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/it-aspell/Makefile b/textproc/it-aspell/Makefile index c8a5f26b3aa..c84fc1f4b44 100644 --- a/textproc/it-aspell/Makefile +++ b/textproc/it-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Italian dictionary DICT= it -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/kn-aspell/Makefile b/textproc/kn-aspell/Makefile index 7c61a510a35..48855095c7f 100644 --- a/textproc/kn-aspell/Makefile +++ b/textproc/kn-aspell/Makefile @@ -12,6 +12,5 @@ LICENSE= GPLv3 DICT= kn -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/ku-aspell/Makefile b/textproc/ku-aspell/Makefile index 57478605895..6e6650dafad 100644 --- a/textproc/ku-aspell/Makefile +++ b/textproc/ku-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Kurdi dictionary DICT= ku -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/ky-aspell/Makefile b/textproc/ky-aspell/Makefile index c51f97938e4..1415751d74a 100644 --- a/textproc/ky-aspell/Makefile +++ b/textproc/ky-aspell/Makefile @@ -10,6 +10,5 @@ COMMENT= Aspell Kirghiz dictionary DICT= ky -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/la-aspell/Makefile b/textproc/la-aspell/Makefile index 755bbb070bb..656680513da 100644 --- a/textproc/la-aspell/Makefile +++ b/textproc/la-aspell/Makefile @@ -11,6 +11,5 @@ COMMENT= Aspell Latin dictionary DICT= la -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/lt-aspell/Makefile b/textproc/lt-aspell/Makefile index 1d60d8481e6..a1ed5204e27 100644 --- a/textproc/lt-aspell/Makefile +++ b/textproc/lt-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Lithuanian dictionary DICT= lt -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/lv-aspell/Makefile b/textproc/lv-aspell/Makefile index 56387535ddf..c52de7d2312 100644 --- a/textproc/lv-aspell/Makefile +++ b/textproc/lv-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Latvian dictionary DICT= lv -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/mi-aspell/Makefile b/textproc/mi-aspell/Makefile index 0b8ac0adaf1..1446bedbbe6 100644 --- a/textproc/mi-aspell/Makefile +++ b/textproc/mi-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Maori dictionary DICT= mi -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/mk-aspell/Makefile b/textproc/mk-aspell/Makefile index 1d3ef6d8e32..ef980e7bf20 100644 --- a/textproc/mk-aspell/Makefile +++ b/textproc/mk-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Macedonian dictionary DICT= mk -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/ml-aspell/Makefile b/textproc/ml-aspell/Makefile index 5485ddae5c1..7f1252c1f60 100644 --- a/textproc/ml-aspell/Makefile +++ b/textproc/ml-aspell/Makefile @@ -11,6 +11,5 @@ COMMENT= Aspell Malayalam dictionary DICT= ml -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/mn-aspell/Makefile b/textproc/mn-aspell/Makefile index 286ac6ed83b..98382c4fbcf 100644 --- a/textproc/mn-aspell/Makefile +++ b/textproc/mn-aspell/Makefile @@ -11,6 +11,5 @@ COMMENT= Aspell Mongolian dictionary DICT= mn -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/mr-aspell/Makefile b/textproc/mr-aspell/Makefile index 352492bcf6f..cf6b6347404 100644 --- a/textproc/mr-aspell/Makefile +++ b/textproc/mr-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Marathi dictionary DICT= mr -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/ms-aspell/Makefile b/textproc/ms-aspell/Makefile index 26b1f0cc0d4..98d6951b6d7 100644 --- a/textproc/ms-aspell/Makefile +++ b/textproc/ms-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Malay dictionary DICT= ms -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/mt-aspell/Makefile b/textproc/mt-aspell/Makefile index 37dec096fce..99c597ef512 100644 --- a/textproc/mt-aspell/Makefile +++ b/textproc/mt-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Maltese dictionary DICT= mt -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/nb-aspell/Makefile b/textproc/nb-aspell/Makefile index c2281de0d1f..46f17bdf102 100644 --- a/textproc/nb-aspell/Makefile +++ b/textproc/nb-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Norwegian Bokmal dictionary DICT= nb -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/nds-aspell/Makefile b/textproc/nds-aspell/Makefile index 813b0961aad..bb0dffa3519 100644 --- a/textproc/nds-aspell/Makefile +++ b/textproc/nds-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Low Saxon dictionary DICT= nds -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/nl-aspell/Makefile b/textproc/nl-aspell/Makefile index 427f24d0e22..e131c3f75e5 100644 --- a/textproc/nl-aspell/Makefile +++ b/textproc/nl-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Dutch dictionary DICT= nl -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/nn-aspell/Makefile b/textproc/nn-aspell/Makefile index f7da4415031..480dc381ff9 100644 --- a/textproc/nn-aspell/Makefile +++ b/textproc/nn-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Norwegian Nynorsk dictionary DICT= nn -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/ny-aspell/Makefile b/textproc/ny-aspell/Makefile index 1a8b97f0e5b..951ca91059e 100644 --- a/textproc/ny-aspell/Makefile +++ b/textproc/ny-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Nyanja dictionary DICT= ny -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/or-aspell/Makefile b/textproc/or-aspell/Makefile index 8ffc726524e..5cb59e62c97 100644 --- a/textproc/or-aspell/Makefile +++ b/textproc/or-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Oriya dictionary DICT= or -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/pa-aspell/Makefile b/textproc/pa-aspell/Makefile index 905ec499a7a..73d90964861 100644 --- a/textproc/pa-aspell/Makefile +++ b/textproc/pa-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Punjabi dictionary DICT= pa -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/qu-aspell/Makefile b/textproc/qu-aspell/Makefile index 214fae7fad8..a71236226ef 100644 --- a/textproc/qu-aspell/Makefile +++ b/textproc/qu-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Quechua dictionary DICT= qu -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/ro-aspell/Makefile b/textproc/ro-aspell/Makefile index 523b3a9a34e..1ee52c74854 100644 --- a/textproc/ro-aspell/Makefile +++ b/textproc/ro-aspell/Makefile @@ -11,6 +11,5 @@ COMMENT= Aspell Romanian dictionary DICT= ro -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/rw-aspell/Makefile b/textproc/rw-aspell/Makefile index 4bd90461241..003e0efa788 100644 --- a/textproc/rw-aspell/Makefile +++ b/textproc/rw-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Kinyarwanda dictionary DICT= rw -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/sc-aspell/Makefile b/textproc/sc-aspell/Makefile index 031a47e0c0a..0195aa4f49c 100644 --- a/textproc/sc-aspell/Makefile +++ b/textproc/sc-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Sardinian dictionary DICT= sc -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/sk-aspell/Makefile b/textproc/sk-aspell/Makefile index bf7bdef11f6..b48ee425d0a 100644 --- a/textproc/sk-aspell/Makefile +++ b/textproc/sk-aspell/Makefile @@ -11,6 +11,5 @@ COMMENT= Aspell Slovak dictionary DICT= sk -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/sl-aspell/Makefile b/textproc/sl-aspell/Makefile index d3c0d302e84..28819e3ae80 100644 --- a/textproc/sl-aspell/Makefile +++ b/textproc/sl-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Slovenian dictionary DICT= sl -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/sr-aspell/Makefile b/textproc/sr-aspell/Makefile index cb68211eab6..a929cd0a447 100644 --- a/textproc/sr-aspell/Makefile +++ b/textproc/sr-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Serbian dictionary DICT= sr -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/sv-aspell/Makefile b/textproc/sv-aspell/Makefile index 77e933e9939..254fe28cfcd 100644 --- a/textproc/sv-aspell/Makefile +++ b/textproc/sv-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Swedish dictionary DICT= sv -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/sw-aspell/Makefile b/textproc/sw-aspell/Makefile index 80b7b1fd489..82b33450e65 100644 --- a/textproc/sw-aspell/Makefile +++ b/textproc/sw-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Swahili dictionary DICT= sw -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/ta-aspell/Makefile b/textproc/ta-aspell/Makefile index 731d7523f42..0af4a06c336 100644 --- a/textproc/ta-aspell/Makefile +++ b/textproc/ta-aspell/Makefile @@ -11,6 +11,5 @@ COMMENT= Aspell Tamil dictionary DICT= ta -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/te-aspell/Makefile b/textproc/te-aspell/Makefile index 4c6da06a6e5..1c6116ca964 100644 --- a/textproc/te-aspell/Makefile +++ b/textproc/te-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Telugu dictionary DICT= te -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/tet-aspell/Makefile b/textproc/tet-aspell/Makefile index 0011a1c2607..0f63f116f27 100644 --- a/textproc/tet-aspell/Makefile +++ b/textproc/tet-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Tetum dictionary DICT= tet -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/tk-aspell/Makefile b/textproc/tk-aspell/Makefile index 824566d456b..e4f283dbb83 100644 --- a/textproc/tk-aspell/Makefile +++ b/textproc/tk-aspell/Makefile @@ -11,6 +11,5 @@ COMMENT= Aspell Turkmen dictionary DICT= tk -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/tl-aspell/Makefile b/textproc/tl-aspell/Makefile index db07739b5b6..296192383ee 100644 --- a/textproc/tl-aspell/Makefile +++ b/textproc/tl-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Tagalog dictionary DICT= tl -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/tn-aspell/Makefile b/textproc/tn-aspell/Makefile index 314a030a49e..d3629e9c221 100644 --- a/textproc/tn-aspell/Makefile +++ b/textproc/tn-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Tswana dictionary DICT= tn -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/tr-aspell/Makefile b/textproc/tr-aspell/Makefile index ff65efbe7a0..5c42aa9d629 100644 --- a/textproc/tr-aspell/Makefile +++ b/textproc/tr-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Turkish dictionary DICT= tr -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/uz-aspell/Makefile b/textproc/uz-aspell/Makefile index ac7031010ee..b33399964b6 100644 --- a/textproc/uz-aspell/Makefile +++ b/textproc/uz-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Uzbek dictionary DICT= uz -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/wa-aspell/Makefile b/textproc/wa-aspell/Makefile index 24e69e98a9a..ead60989ee5 100644 --- a/textproc/wa-aspell/Makefile +++ b/textproc/wa-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Walloon dictionary DICT= wa -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/yi-aspell/Makefile b/textproc/yi-aspell/Makefile index 002cde3b36e..c71cf303f17 100644 --- a/textproc/yi-aspell/Makefile +++ b/textproc/yi-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Yiddish dictionary DICT= yi -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/zu-aspell/Makefile b/textproc/zu-aspell/Makefile index 2922b1222f8..5e6150234a3 100644 --- a/textproc/zu-aspell/Makefile +++ b/textproc/zu-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Zulu dictionary DICT= zu -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> |