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 /french/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 'french/hunspell')
-rw-r--r-- | french/hunspell/Makefile | 7 | ||||
-rw-r--r-- | french/hunspell/pkg-descr | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/french/hunspell/Makefile b/french/hunspell/Makefile index 2ce5c0377e3f..299425efe3b9 100644 --- a/french/hunspell/Makefile +++ b/french/hunspell/Makefile @@ -13,10 +13,11 @@ MASTER_SITES= http://www.dicollecte.org/download/fr/ DISTNAME= hunspell-fr-moderne-v${PORTVERSION} MAINTAINER= office@FreeBSD.org -COMMENT= Hunspell modern french dictionary +COMMENT= Modern French hunspell dictionaries USE_ZIP= yes NO_BUILD= yes +NO_WRKSUBDIR= yes PLIST_FILES= %%DATADIR%%/fr_FR.aff \ %%DATADIR%%/fr_FR.dic @@ -30,8 +31,8 @@ PLIST_FILES+= %%DATADIR%%/${ALIAS}.aff \ do-install: ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKDIR}/fr-moderne.aff ${DATADIR}/fr_FR.aff - ${INSTALL_DATA} ${WRKDIR}/fr-moderne.dic ${DATADIR}/fr_FR.dic + ${INSTALL_DATA} ${WRKSRC}/fr-moderne.aff ${DATADIR}/fr_FR.aff + ${INSTALL_DATA} ${WRKSRC}/fr-moderne.dic ${DATADIR}/fr_FR.dic .for ALIAS in ${FRALIASES} ${LN} -s fr_FR.aff ${DATADIR}/${ALIAS}.aff ${LN} -s fr_FR.dic ${DATADIR}/${ALIAS}.dic diff --git a/french/hunspell/pkg-descr b/french/hunspell/pkg-descr index 74f740d00df6..7f841b93c8f2 100644 --- a/french/hunspell/pkg-descr +++ b/french/hunspell/pkg-descr @@ -1,3 +1,3 @@ -Hunspell modern french dictionnary +Modern French hunspell dictionaries WWW: http://www.dicollecte.org/ |