aboutsummaryrefslogtreecommitdiff
path: root/textproc/bg-mythes/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/bg-mythes/Makefile
parenta600d4522cadfa512ce465f98566cee7b9bec843 (diff)
Notes
Diffstat (limited to 'textproc/bg-mythes/Makefile')
-rw-r--r--textproc/bg-mythes/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/textproc/bg-mythes/Makefile b/textproc/bg-mythes/Makefile
index 147691fce334..44d3878e8d8c 100644
--- a/textproc/bg-mythes/Makefile
+++ b/textproc/bg-mythes/Makefile
@@ -5,10 +5,12 @@
# $FreeBSD$
#
-PORTNAME= bg-mythes
+PORTNAME= mythes
PORTVERSION= 4.3
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= SF/bgoffice/OpenOffice.org%20Thesaurus%20BG/${PORTVERSION}/
+PKGNAMEPREFIX= bg-
DISTNAME= OOo-thes-bg-${PORTVERSION}
MAINTAINER= office@FreeBSD.org
@@ -20,13 +22,12 @@ LICENSE_COMB= dual
USE_ZIP= yes
NO_BUILD= yes
-PLIST_FILES= share/mythes/th_bg_BG.dat \
- share/mythes/th_bg_BG.idx
-
-PLIST_DIRS= share/mythes
+PLIST_FILES= %%DATADIR%%/th_bg_BG.dat \
+ %%DATADIR%%/th_bg_BG.idx
+PLIST_DIRSTRY= %%DATADIR%%
do-install:
- @${MKDIR} ${PREFIX}/share/mythes
- @${INSTALL_DATA} ${WRKSRC}/th_bg_BG.* ${PREFIX}/share/mythes
+ ${MKDIR} ${DATADIR}/
+ ${INSTALL_DATA} ${WRKSRC}/th_bg_BG.dat ${WRKSRC}/th_bg_BG.idx ${DATADIR}/
.include <bsd.port.mk>