diff options
author | marino <marino@pkgsrc.org> | 2012-05-21 10:09:11 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-05-21 10:09:11 +0000 |
commit | 050e93bc0a4bc5da3e05919316301726cdfc3ac4 (patch) | |
tree | 87341c00566c7f674ea23011054e522931c8ad92 /textproc/aspell-portuguese/Makefile | |
parent | c314a9b9eca87e6d4238f48a5682da3906c31c5b (diff) | |
download | pkgsrc-050e93bc0a4bc5da3e05919316301726cdfc3ac4.tar.gz |
textproc/aspell-portuguese: Update to version 20070510.0
Due to unicode in one of the PLIST files, the package failed during packaging
due to a libarchive translation error on DragonFly. Apparently Linux suffers
from this as well.
The last update was 9 years ago. Updating to current version fixes the
problem for DragonFly. Linux restriction removed under the assumption that
it also works now.
Diffstat (limited to 'textproc/aspell-portuguese/Makefile')
-rw-r--r-- | textproc/aspell-portuguese/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/textproc/aspell-portuguese/Makefile b/textproc/aspell-portuguese/Makefile index 7754648cbd2..dfddd5780ba 100644 --- a/textproc/aspell-portuguese/Makefile +++ b/textproc/aspell-portuguese/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.16 2012/04/05 02:58:24 sbd Exp $ +# $NetBSD: Makefile,v 1.17 2012/05/21 10:09:11 marino Exp $ # -DISTNAME= aspell-pt-0.50-2 -PKGNAME= ${DISTNAME:C/pt-(.*)-(.*)$/portuguese-\1.\2/} -PKGREVISION= 5 +DISTNAME= aspell6-pt_PT-20070510-0 +PKGNAME= aspell-portuguese-20070510.0 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/pt/} +MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/pt_PT/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org @@ -16,10 +15,5 @@ PKG_DESTDIR_SUPPORT= user-destdir HAS_CONFIGURE= YES -.include "../../mk/bsd.prefs.mk" -.if ${PKG_FORMAT} == "pkg" && ${OPSYS} == "Linux" -BROKEN= Can not be packaged on Linux -.endif - .include "../../textproc/aspell/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |