diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-10-10 21:01:16 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-10-10 21:01:16 +0800 |
commit | 3094a93c7c72aec4f9b5c0462348d8004a55a301 (patch) | |
tree | ae24059a7f0ce0909ced44f3a907ddd5dc861476 /textproc | |
parent | 40a17544621453cd22e173cd0f3349c4b7a7531e (diff) | |
download | freebsd-ports-gnome-3094a93c7c72aec4f9b5c0462348d8004a55a301.tar.gz freebsd-ports-gnome-3094a93c7c72aec4f9b5c0462348d8004a55a301.tar.zst freebsd-ports-gnome-3094a93c7c72aec4f9b5c0462348d8004a55a301.zip |
- Set DIST_SUBDIR: move dist files to DISTDIR/hunspell
- Remove unnecessary pre-build:
- Cleanup Makefile header
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/hunspell/Makefile | 16 | ||||
-rw-r--r-- | textproc/hunspell/distinfo | 4 |
2 files changed, 6 insertions, 14 deletions
diff --git a/textproc/hunspell/Makefile b/textproc/hunspell/Makefile index 587e63e115c6..dcc380733eaf 100644 --- a/textproc/hunspell/Makefile +++ b/textproc/hunspell/Makefile @@ -1,15 +1,12 @@ -# New ports collection makefile for: hunspell -# Date created: 24.07.2004 -# Whom: janos.mohacsi@bsd.hu -# +# Created by: janos.mohacsi@bsd.hu # $FreeBSD$ -# PORTNAME= hunspell PORTVERSION= 1.3.2 PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/Hunspell/${PORTVERSION} +DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Improved spell-checker for Hungarian and other languages @@ -17,14 +14,13 @@ COMMENT= Improved spell-checker for Hungarian and other languages LICENSE= GPLv2 LGPL21 MPL LICENSE_COMB= dual -CONFIGURE_ARGS= --disable-nls --with-readline --with-ui \ - --with-libiconv-prefix=${LOCALBASE} +CONFIGURE_ARGS= --disable-nls --with-libiconv-prefix=${LOCALBASE} --with-readline --with-ui GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes USE_GNOME= gnomehack +USE_ICONV= yes USE_LDCONFIG= yes USE_NCURSES= yes -USE_ICONV= yes MANLANG= "" hu MAN1_EN= hunspell.1 hunzip.1 hzip.1 @@ -36,8 +32,4 @@ MAN4_HU= hunspell.4 post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/tools/hunspell.cxx -pre-build: - @${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in \ - ${WRKSRC}/configure ${WRKSRC}/config.h.in - .include <bsd.port.mk> diff --git a/textproc/hunspell/distinfo b/textproc/hunspell/distinfo index f5cdad62e1e8..e16940c208c5 100644 --- a/textproc/hunspell/distinfo +++ b/textproc/hunspell/distinfo @@ -1,2 +1,2 @@ -SHA256 (hunspell-1.3.2.tar.gz) = b4edd4a4ee944cb9f485b35473e46b729ed768e9d24da8e78e4c4c6ca56addbd -SIZE (hunspell-1.3.2.tar.gz) = 975917 +SHA256 (hunspell/hunspell-1.3.2.tar.gz) = b4edd4a4ee944cb9f485b35473e46b729ed768e9d24da8e78e4c4c6ca56addbd +SIZE (hunspell/hunspell-1.3.2.tar.gz) = 975917 |