aboutsummaryrefslogtreecommitdiff
path: root/textproc/sq-hunspell/Makefile
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/sq-hunspell/Makefile
parenta600d4522cadfa512ce465f98566cee7b9bec843 (diff)
Notes
Diffstat (limited to 'textproc/sq-hunspell/Makefile')
-rw-r--r--textproc/sq-hunspell/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/textproc/sq-hunspell/Makefile b/textproc/sq-hunspell/Makefile
index a6fce4c438ee..4e7351c1afe5 100644
--- a/textproc/sq-hunspell/Makefile
+++ b/textproc/sq-hunspell/Makefile
@@ -5,10 +5,12 @@
# $FreeBSD$
#
-PORTNAME= sq-hunspell
+PORTNAME= hunspell
PORTVERSION= 1.6.2
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://www.shkenca.org/shkarkime/
+PKGNAMEPREFIX= sq-
DISTNAME= myspell-sq_AL-${PORTVERSION}
MAINTAINER= office@FreeBSD.org
@@ -17,12 +19,12 @@ COMMENT= Albanian hunspell dictionaries
USE_ZIP= yes
NO_BUILD= yes
-PLIST_FILES= share/hunspell/sq_AL.aff \
- share/hunspell/sq_AL.dic
-PLIST_DIRS= share/hunspell
+PLIST_FILES= %%DATADIR%%/sq_AL.aff \
+ %%DATADIR%%/sq_AL.dic
+PLIST_DIRSTRY= %%DATADIR%%
do-install:
- @${MKDIR} ${PREFIX}/share/hunspell
- @${INSTALL_DATA} ${WRKSRC}/sq_AL.* ${PREFIX}/share/hunspell
+ ${MKDIR} ${DATADIR}/
+ ${INSTALL_DATA} ${WRKSRC}/sq_AL.aff ${WRKSRC}/sq_AL.dic ${DATADIR}/
.include <bsd.port.mk>