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 /hungarian | |
parent | a600d4522cadfa512ce465f98566cee7b9bec843 (diff) | |
download | ports-72c08ec487edbe98662f3278bee17f8726ee4ce4.tar.gz ports-72c08ec487edbe98662f3278bee17f8726ee4ce4.zip |
Notes
Diffstat (limited to 'hungarian')
-rw-r--r-- | hungarian/hyphen/Makefile | 9 | ||||
-rw-r--r-- | hungarian/mythes/Makefile | 12 |
2 files changed, 12 insertions, 9 deletions
diff --git a/hungarian/hyphen/Makefile b/hungarian/hyphen/Makefile index c080b125665b..c598b448e0b7 100644 --- a/hungarian/hyphen/Makefile +++ b/hungarian/hyphen/Makefile @@ -7,6 +7,7 @@ PORTNAME= hyphen PORTVERSION= 2007.05.17 +PORTREVISION= 1 CATEGORIES= hungarian textproc MASTER_SITES= http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/ DISTNAME= hyph_hu_HU @@ -19,11 +20,11 @@ LICENSE= LGPL21 USE_ZIP= yes NO_BUILD= yes -PLIST_FILES= share/hyphen/hyph_hu_HU.dic -PLIST_DIRS= share/hyphen +PLIST_FILES= %%DATADIR%%/hyph_hu_HU.dic +PLIST_DIRSTRY= %%DATADIR%% do-install: - @${MKDIR} ${PREFIX}/share/hyphen - @${INSTALL_DATA} ${WRKDIR}/hyph_hu_HU.dic ${PREFIX}/share/hyphen + ${MKDIR} ${DATADIR}/ + ${INSTALL_DATA} ${WRKDIR}/hyph_hu_HU.dic ${DATADIR}/ .include <bsd.port.mk> diff --git a/hungarian/mythes/Makefile b/hungarian/mythes/Makefile index a320d10f97ad..aa5b2fc58db1 100644 --- a/hungarian/mythes/Makefile +++ b/hungarian/mythes/Makefile @@ -7,6 +7,7 @@ PORTNAME= mythes PORTVERSION= 2003.09.29 +PORTREVISION= 1 CATEGORIES= hungarian textproc MASTER_SITES= http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/ DISTNAME= thes_hu_HU @@ -18,13 +19,14 @@ LICENSE= GPLv2 USE_ZIP= yes NO_BUILD= yes +NO_WRKSUBDIR= yes -PLIST_FILES= share/mythes/th_hu_HU.dat \ - share/mythes/th_hu_HU.idx -PLIST_DIRS= share/mythes +PLIST_FILES= %%DATADIR%%/th_hu_HU.dat \ + %%DATADIR%%/th_hu_HU.idx +PLIST_DIRSTRY= %%DATADIR%% do-install: - @${MKDIR} ${PREFIX}/share/mythes - @${INSTALL_DATA} ${WRKDIR}/th_hu_HU.* ${PREFIX}/share/mythes + ${MKDIR} ${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/th_hu_HU.dat ${WRKSRC}/th_hu_HU.idx ${DATADIR}/ .include <bsd.port.mk> |