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/sk-hyphen | |
parent | a600d4522cadfa512ce465f98566cee7b9bec843 (diff) | |
download | ports-72c08ec487edbe98662f3278bee17f8726ee4ce4.tar.gz ports-72c08ec487edbe98662f3278bee17f8726ee4ce4.zip |
Notes
Diffstat (limited to 'textproc/sk-hyphen')
-rw-r--r-- | textproc/sk-hyphen/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/textproc/sk-hyphen/Makefile b/textproc/sk-hyphen/Makefile index eac403e2123e..8789d324f5ac 100644 --- a/textproc/sk-hyphen/Makefile +++ b/textproc/sk-hyphen/Makefile @@ -5,10 +5,12 @@ # $FreeBSD$ # -PORTNAME= sk-hyphen +PORTNAME= hyphen PORTVERSION= 2004.04.15 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/ +PKGNAMEPREFIX= sk- DISTNAME= hyph_sk_SK MAINTAINER= office@FreeBSD.org @@ -19,11 +21,11 @@ LICENSE= LGPL21 USE_ZIP= yes NO_BUILD= yes -PLIST_FILES= share/hyphen/hyph_sk_SK.dic -PLIST_DIRS= share/hyphen +PLIST_FILES= %%DATADIR%%/hyph_sk_SK.dic +PLIST_DIRSTRY= %%DATADIR%% do-install: - @${MKDIR} ${PREFIX}/share/hyphen - @${INSTALL_DATA} ${WRKDIR}/hyph_sk_SK.dic ${PREFIX}/share/hyphen + ${MKDIR} ${DATADIR}/ + ${INSTALL_DATA} ${WRKDIR}/hyph_sk_SK.dic ${DATADIR}/ .include <bsd.port.mk> |