diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-08-13 03:17:06 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-08-13 03:17:06 +0800 |
commit | 2bf9ac5686862665aa35733512d63284e08ec681 (patch) | |
tree | 9a69eb7f2b84259d8fa018bb52e575fb6f71e50c /textproc/en-hunspell | |
parent | 39f00eebc08f55a19f70eadf87966a57391f6c10 (diff) | |
download | freebsd-ports-gnome-2bf9ac5686862665aa35733512d63284e08ec681.tar.gz freebsd-ports-gnome-2bf9ac5686862665aa35733512d63284e08ec681.tar.zst freebsd-ports-gnome-2bf9ac5686862665aa35733512d63284e08ec681.zip |
- Unify COMMENT and pkg-descr
- Set WRKSRC
- Fix typo
- Add trailing slash of WWW
Diffstat (limited to 'textproc/en-hunspell')
-rw-r--r-- | textproc/en-hunspell/Makefile | 5 | ||||
-rw-r--r-- | textproc/en-hunspell/pkg-descr | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/textproc/en-hunspell/Makefile b/textproc/en-hunspell/Makefile index 6364e0440120..6c6f29d7045b 100644 --- a/textproc/en-hunspell/Makefile +++ b/textproc/en-hunspell/Makefile @@ -18,10 +18,11 @@ DISTFILES= hunspell-en_US-${PORTVERSION}-0${EXTRACT_SUFX} \ en_GB.zip:GB MAINTAINER= office@FreeBSD.org -COMMENT= Hunspell english dictionaries +COMMENT= English hunspell dictionaries USE_ZIP= yes NO_BUILD= yes +NO_WRKSUBDIR= yes PLIST_FILES= %%DATADIR%%/en_CA.aff \ %%DATADIR%%/en_CA.dic \ @@ -41,7 +42,7 @@ PLIST_FILES+= %%DATADIR%%/${ALIAS}.aff \ do-install: ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKDIR}/*.aff ${WRKDIR}/*.dic ${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/*.aff ${WRKSRC}/*.dic ${DATADIR}/ .for ALIAS in ${GBALIASES} ${LN} -s en_GB.aff ${DATADIR}/${ALIAS}.aff ${LN} -s en_GB.dic ${DATADIR}/${ALIAS}.dic diff --git a/textproc/en-hunspell/pkg-descr b/textproc/en-hunspell/pkg-descr index cf3be1f14b0f..e682921f55a1 100644 --- a/textproc/en-hunspell/pkg-descr +++ b/textproc/en-hunspell/pkg-descr @@ -1,4 +1,4 @@ -Hunspell english dictionnaries +English hunspell dictionaries WWW: http://wordlist.sourceforge.net/ WWW: http://en-gb.pyxidium.co.uk/dictionary/ |