diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-07-29 13:13:17 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-07-29 13:13:17 +0000 |
commit | 72c08ec487edbe98662f3278bee17f8726ee4ce4 (patch) | |
tree | a3c6d7d2a4a492c3e55a418f3fa370e951b5ccc7 /textproc/it-mythes | |
parent | a600d4522cadfa512ce465f98566cee7b9bec843 (diff) | |
download | ports-72c08ec487edbe98662f3278bee17f8726ee4ce4.tar.gz ports-72c08ec487edbe98662f3278bee17f8726ee4ce4.zip |
Notes
Diffstat (limited to 'textproc/it-mythes')
-rw-r--r-- | textproc/it-mythes/Makefile | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/textproc/it-mythes/Makefile b/textproc/it-mythes/Makefile index 7d1dd624dc4f..316364174191 100644 --- a/textproc/it-mythes/Makefile +++ b/textproc/it-mythes/Makefile @@ -5,10 +5,12 @@ # $FreeBSD$ # -PORTNAME= it-mythes +PORTNAME= mythes DISTVERSION= 02_09_l +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/linguistico/Thesaurus%20OOo%202.x.x/${DISTVERSION}_2008_11_29/ +PKGNAMEPREFIX= it- DISTNAME= thesaurus2_it_${DISTVERSION}_2008_11_29 MAINTAINER= office@FreeBSD.org @@ -16,13 +18,14 @@ COMMENT= Italian thesaurus USE_ZIP= yes NO_BUILD= yes +NO_WRKSUBDIR= yes -PLIST_FILES= share/mythes/th_it_IT.dat \ - share/mythes/th_it_IT.idx -PLIST_DIRS= share/mythes +PLIST_FILES= %%DATADIR%%/th_it_IT.dat \ + %%DATADIR%%/th_it_IT.idx +PLIST_DIRSTRY= %%DATADIR%% do-install: - @${MKDIR} ${PREFIX}/share/mythes - @${INSTALL_DATA} ${WRKDIR}/th_it_IT.* ${PREFIX}/share/mythes + ${MKDIR} ${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/th_it_IT.dat ${WRKSRC}/th_it_IT.idx ${DATADIR}/ .include <bsd.port.mk> |