aboutsummaryrefslogtreecommitdiff
path: root/textproc/it-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/it-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/it-mythes')
-rw-r--r--textproc/it-mythes/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/it-mythes/Makefile b/textproc/it-mythes/Makefile
index 156719f5df31..6fcc048c502a 100644
--- a/textproc/it-mythes/Makefile
+++ b/textproc/it-mythes/Makefile
@@ -12,7 +12,7 @@ DIST_SUBDIR= ${PORTNAME}
MAINTAINER= office@FreeBSD.org
COMMENT= Italian thesaurus
-USE_ZIP= yes
+EXTRACT_SUFX= .zip
NO_BUILD= yes
NO_WRKSUBDIR= yes
@@ -20,9 +20,8 @@ PLIST_FILES= %%DATADIR%%/th_it_IT.dat \
%%DATADIR%%/th_it_IT.idx
PLIST_DIRSTRY= %%DATADIR%%
-NO_STAGE= yes
do-install:
- ${MKDIR} ${DATADIR}/
- ${INSTALL_DATA} ${WRKSRC}/th_it_IT.dat ${WRKSRC}/th_it_IT.idx ${DATADIR}/
+ ${MKDIR} ${STAGEDIR}${DATADIR}/
+ ${INSTALL_DATA} ${WRKSRC}/th_it_IT.dat ${WRKSRC}/th_it_IT.idx ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>