diff options
author | bapt <bapt@FreeBSD.org> | 2013-11-04 19:20:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-11-04 19:20:38 +0800 |
commit | 8da00ab743c5ec2b78636ee7bd5fcdf353ced354 (patch) | |
tree | 701c9b5fd48ead4fa2bcd4a062357c78213c145a /textproc/sl-mythes | |
parent | c79437d5c88dbf2e9ac9dee0b06291c2b90ea57c (diff) | |
download | freebsd-ports-gnome-8da00ab743c5ec2b78636ee7bd5fcdf353ced354.tar.gz freebsd-ports-gnome-8da00ab743c5ec2b78636ee7bd5fcdf353ced354.tar.zst freebsd-ports-gnome-8da00ab743c5ec2b78636ee7bd5fcdf353ced354.zip |
Stagify, use bsdtar to extract
Diffstat (limited to 'textproc/sl-mythes')
-rw-r--r-- | textproc/sl-mythes/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/sl-mythes/Makefile b/textproc/sl-mythes/Makefile index 1fa1b68f6a49..8c4a7a2664ce 100644 --- a/textproc/sl-mythes/Makefile +++ b/textproc/sl-mythes/Makefile @@ -13,7 +13,7 @@ COMMENT= Slovenian thesaurus LICENSE= LGPL21 -USE_ZIP= yes +EXTRACT_SUFX= .zip NO_BUILD= yes NO_WRKSUBDIR= yes @@ -21,9 +21,8 @@ PLIST_FILES= %%DATADIR%%/th_sl_SI_v2.dat \ %%DATADIR%%/th_sl_SI_v2.idx PLIST_DIRSTRY= %%DATADIR%% -NO_STAGE= yes do-install: - ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/th_sl_SI_v2.dat ${WRKSRC}/th_sl_SI_v2.idx ${DATADIR}/ + ${MKDIR} ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/th_sl_SI_v2.dat ${WRKSRC}/th_sl_SI_v2.idx ${STAGEDIR}${DATADIR}/ .include <bsd.port.mk> |