diff options
90 files changed, 25 insertions, 111 deletions
diff --git a/arabic/aspell/Makefile b/arabic/aspell/Makefile index a7fdce3dbc59..ea605da912ff 100644 --- a/arabic/aspell/Makefile +++ b/arabic/aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Arabic dictionaries DICT= ar -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/french/aspell/Makefile b/french/aspell/Makefile index 6161f4c5a86c..c402ccdfabdd 100644 --- a/french/aspell/Makefile +++ b/french/aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell French dictionaries DICT= fr -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/german/aspell/Makefile b/german/aspell/Makefile index a74e230e676d..cd30d393992c 100644 --- a/german/aspell/Makefile +++ b/german/aspell/Makefile @@ -11,6 +11,5 @@ COMMENT= Aspell German dictionary DICT= de -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/hebrew/aspell/Makefile b/hebrew/aspell/Makefile index 54c1391a27a1..76f614195fa3 100644 --- a/hebrew/aspell/Makefile +++ b/hebrew/aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Hebrew dictionaries DICT= he -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/hungarian/aspell/Makefile b/hungarian/aspell/Makefile index d593ff8d386c..685e07473448 100644 --- a/hungarian/aspell/Makefile +++ b/hungarian/aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Hungarian dictionaries DICT= hu -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/polish/aspell/Makefile b/polish/aspell/Makefile index 3cb466d132a8..6a8c40cca6d7 100644 --- a/polish/aspell/Makefile +++ b/polish/aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Polish dictionary DICT= pl -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/russian/aspell/Makefile b/russian/aspell/Makefile index 37523ebdfb54..8fb3cb06b235 100644 --- a/russian/aspell/Makefile +++ b/russian/aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Russian dictionary DICT= ru -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/textproc/af-aspell/Makefile b/textproc/af-aspell/Makefile index ca0e62ba7f3b..9086af461d7d 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 57e45ded0699..8e43e54640d9 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 3bd5089a36f5..b179ddb527a2 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 ea212f999669..a375bb8d1371 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 045a4d7e588d..eea606a8fe6a 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 e7f81674d461..db9ce7461294 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 bf2a19ec5579..802edbd98e5e 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 28d067fcc095..87e3a9286dd7 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 f2631c9816c0..7413741ac5c8 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 4b5fdfbc1175..c0ea1d1ca21c 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 456d9b2179a1..9af98848a4ab 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 c8b233b529f9..8755011d18f8 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 4ed5de7faec3..fc439a818d44 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 1cfe2801e8b3..ad4c2b6fe6d3 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 82a68ce6438c..b024ed04f6ac 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 c66c566236a1..920e9ee4c119 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 2b85c842144b..c30050721114 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 473fa9bd8e0c..92acc588f807 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 b155b914cc29..7b6ccf19168d 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 6f39321bf793..a2c58e78d242 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 d96177f39f0c..5d32dc05491f 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 eb08bbe55875..8af68245683f 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 14fcf694e2cd..08b3f9ea0fc1 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 031fea574139..d12248472731 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 933fcecc22b3..af7425d36f5d 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 c839549c534d..a41e7079f8eb 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 8540406e6d2e..1020c8a8a2ba 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 36533d9773a4..4e1a170ddbdf 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 aef6f0b712dc..cc6e24020010 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 56828e977c00..40f7e6ffc5c4 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 8b306677d763..9dfdd11a9c1f 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 f100330d966e..81b5002ab896 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 9d1e6c622fd3..d3cfd93c6a0f 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 e7eb004db9ed..47c68482e2ee 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 1e09119d66dd..ff18e87ec445 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 4245acc420b8..0cc2bc16d9f1 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 f9966f3484e2..81f38e5571c6 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 2be12f91ba9e..7996fb0cfddd 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 7b0fd1745586..d90934838d7b 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 3e1d47b5e9c4..17cb7b98ad47 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 c8a5f26b3aa1..c84fc1f4b44c 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 7c61a510a358..48855095c7fe 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 574786058958..6e6650dafadd 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 c51f97938e48..1415751d74a9 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 755bbb070bb6..656680513da5 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 1d60d8481e6b..a1ed5204e272 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 56387535ddf9..c52de7d23121 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 0b8ac0adaf1d..1446bedbbe6a 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 1d3ef6d8e329..ef980e7bf201 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 5485ddae5c1d..7f1252c1f606 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 286ac6ed83b5..98382c4fbcfb 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 352492bcf6f0..cf6b63474046 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 26b1f0cc0d4f..98d6951b6d7f 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 37dec096fce8..99c597ef5126 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 c2281de0d1f0..46f17bdf1024 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 813b0961aadb..bb0dffa35197 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 427f24d0e220..e131c3f75e5e 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 f7da44150318..480dc381ff9b 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 1a8b97f0e5b6..951ca91059ef 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 8ffc726524e4..5cb59e62c979 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 905ec499a7a6..73d90964861e 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 214fae7fad8e..a71236226ef2 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 523b3a9a34e4..1ee52c74854f 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 4bd904612413..003e0efa788c 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 031a47e0c0af..0195aa4f49ce 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 bf7bdef11f6b..b48ee425d0af 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 d3c0d302e842..28819e3ae80c 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 cb68211eab67..a929cd0a447c 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 77e933e99391..254fe28cfcdd 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 80b7b1fd489f..82b33450e659 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 731d7523f421..0af4a06c3369 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 4c6da06a6e57..1c6116ca9643 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 0011a1c26075..0f63f116f278 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 824566d456bf..e4f283dbb836 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 db07739b5b6c..296192383ee6 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 314a030a49e8..d3629e9c2210 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 ff65efbe7a00..5c42aa9d629b 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 ac7031010ee8..b33399964b6b 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 24e69e98a9a9..ead60989ee5c 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 002cde3b36e6..c71cf303f176 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 2922b1222f87..5e6150234a3e 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> diff --git a/ukrainian/aspell/Makefile b/ukrainian/aspell/Makefile index ac4cb550ae24..6f3cbb2ce684 100644 --- a/ukrainian/aspell/Makefile +++ b/ukrainian/aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Ukrainian dictionaries DICT= uk -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> diff --git a/vietnamese/aspell/Makefile b/vietnamese/aspell/Makefile index 465ba8a3122f..9f0ed28c963d 100644 --- a/vietnamese/aspell/Makefile +++ b/vietnamese/aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Vietnamese dictionaries DICT= vi -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> |