aboutsummaryrefslogtreecommitdiff
path: root/textproc/bg-mythes
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-11-04 11:20:38 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-11-04 11:20:38 +0000
commit793e27d7e50a32c83d3be0a08452adfb18ec8211 (patch)
tree701c9b5fd48ead4fa2bcd4a062357c78213c145a /textproc/bg-mythes
parent578c40b51f88e4ea81988d671488e1e1e58749e9 (diff)
downloadports-793e27d7e50a32c83d3be0a08452adfb18ec8211.tar.gz
ports-793e27d7e50a32c83d3be0a08452adfb18ec8211.zip
Stagify, use bsdtar to extract
Notes
Notes: svn path=/head/; revision=332692
Diffstat (limited to 'textproc/bg-mythes')
-rw-r--r--textproc/bg-mythes/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/bg-mythes/Makefile b/textproc/bg-mythes/Makefile
index a4dac9808f15..b71983e733b7 100644
--- a/textproc/bg-mythes/Makefile
+++ b/textproc/bg-mythes/Makefile
@@ -15,16 +15,15 @@ COMMENT= Bulgarian thesaurus
LICENSE= GPLv2 LGPL21 MPL
LICENSE_COMB= dual
-USE_ZIP= yes
+EXTRACT_SUFX= .zip
NO_BUILD= yes
PLIST_FILES= %%DATADIR%%/th_bg_BG.dat \
%%DATADIR%%/th_bg_BG.idx
PLIST_DIRSTRY= %%DATADIR%%
-NO_STAGE= yes
do-install:
- ${MKDIR} ${DATADIR}/
- ${INSTALL_DATA} ${WRKSRC}/th_bg_BG.dat ${WRKSRC}/th_bg_BG.idx ${DATADIR}/
+ ${MKDIR} ${STAGEDIR}${DATADIR}/
+ ${INSTALL_DATA} ${WRKSRC}/th_bg_BG.dat ${WRKSRC}/th_bg_BG.idx ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>