aboutsummaryrefslogtreecommitdiff
path: root/textproc/sk-mythes
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/sk-mythes
parenta600d4522cadfa512ce465f98566cee7b9bec843 (diff)
downloadports-72c08ec487edbe98662f3278bee17f8726ee4ce4.tar.gz
ports-72c08ec487edbe98662f3278bee17f8726ee4ce4.zip
Notes
Diffstat (limited to 'textproc/sk-mythes')
-rw-r--r--textproc/sk-mythes/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/textproc/sk-mythes/Makefile b/textproc/sk-mythes/Makefile
index 3573e67f03cc..1c508625ea40 100644
--- a/textproc/sk-mythes/Makefile
+++ b/textproc/sk-mythes/Makefile
@@ -5,10 +5,12 @@
# $FreeBSD$
#
-PORTNAME= sk-mythes
+PORTNAME= mythes
PORTVERSION= 2011.07.26
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://www.sk-spell.sk.cx/thesaurus/download/
+PKGNAMEPREFIX= sk-
DISTNAME= OOo-Thesaurus2-sk_SK
MAINTAINER= office@FreeBSD.org
@@ -20,12 +22,12 @@ USE_ZIP= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
-PLIST_FILES= share/mythes/th_sk_SK_v2.dat \
- share/mythes/th_sk_SK_v2.idx
-PLIST_DIRSTRY= share/mythes
+PLIST_FILES= %%DATADIR%%/th_sk_SK_v2.dat \
+ %%DATADIR%%/th_sk_SK_v2.idx
+PLIST_DIRSTRY= %%DATADIR%%
do-install:
- ${MKDIR} ${PREFIX}/share/mythes/
- ${INSTALL_DATA} ${WRKSRC}/th_sk_SK_v2.dat ${WRKSRC}/th_sk_SK_v2.idx ${PREFIX}/share/mythes/
+ ${MKDIR} ${DATADIR}/
+ ${INSTALL_DATA} ${WRKSRC}/th_sk_SK_v2.dat ${WRKSRC}/th_sk_SK_v2.idx ${DATADIR}/
.include <bsd.port.mk>