aboutsummaryrefslogtreecommitdiff
path: root/textproc/uz-hunspell
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-07-29 13:13:17 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-07-29 13:13:17 +0000
commit72c08ec487edbe98662f3278bee17f8726ee4ce4 (patch)
treea3c6d7d2a4a492c3e55a418f3fa370e951b5ccc7 /textproc/uz-hunspell
parenta600d4522cadfa512ce465f98566cee7b9bec843 (diff)
downloadports-72c08ec487edbe98662f3278bee17f8726ee4ce4.tar.gz
ports-72c08ec487edbe98662f3278bee17f8726ee4ce4.zip
Notes
Diffstat (limited to 'textproc/uz-hunspell')
-rw-r--r--textproc/uz-hunspell/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/textproc/uz-hunspell/Makefile b/textproc/uz-hunspell/Makefile
index e285db5fd1a6..9672a2ec1c00 100644
--- a/textproc/uz-hunspell/Makefile
+++ b/textproc/uz-hunspell/Makefile
@@ -5,26 +5,27 @@
# $FreeBSD$
#
-PORTNAME= uz-hunspell
+PORTNAME= hunspell
PORTVERSION= 0.6
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://www-user.uni-bremen.de/~kmashrab/uzbek-word-list/
+PKGNAMEPREFIX= uz-
DISTNAME= uzbek-wordlist-${PORTVERSION}
MAINTAINER= office@FreeBSD.org
COMMENT= Uzbek hunspell dictionaries
USE_BZIP2= yes
-WRKSRC= ${WRKDIR}/${DISTNAME}/hunspell
ALL_TARGET= uz_UZ.dic
+WRKSRC= ${WRKDIR}/${DISTNAME}/hunspell
-PLIST_FILES= share/hunspell/uz_UZ.dic \
- share/hunspell/uz_UZ.aff
-
-PLIST_DIRS= share/hunspell
+PLIST_FILES= %%DATADIR%%/uz_UZ.aff \
+ %%DATADIR%%/uz_UZ.dic
+PLIST_DIRSTRY= %%DATADIR%%
do-install:
- @${MKDIR} ${PREFIX}/share/hunspell
- @${INSTALL_DATA} ${WRKSRC}/uz* ${PREFIX}/share/hunspell
+ ${MKDIR} ${DATADIR}/
+ ${INSTALL_DATA} ${WRKSRC}/uz_UZ.aff ${WRKSRC}/uz_UZ.dic ${DATADIR}/
.include <bsd.port.mk>