svn commit: r375107 - in head/portuguese: hunspell hyphen irpf-pt_BR mythes
Baptiste Daroussin
bapt at FreeBSD.org
Sat Dec 20 19:31:43 UTC 2014
Author: bapt
Date: Sat Dec 20 19:31:41 2014
New Revision: 375107
URL: https://svnweb.freebsd.org/changeset/ports/375107
QAT: https://qat.redports.org/buildarchive/r375107/
Log:
cleanup plist
Modified:
head/portuguese/hunspell/Makefile
head/portuguese/hyphen/Makefile
head/portuguese/irpf-pt_BR/Makefile
head/portuguese/mythes/Makefile
Modified: head/portuguese/hunspell/Makefile
==============================================================================
--- head/portuguese/hunspell/Makefile Sat Dec 20 19:30:54 2014 (r375106)
+++ head/portuguese/hunspell/Makefile Sat Dec 20 19:31:41 2014 (r375107)
@@ -25,7 +25,6 @@ PLIST_FILES= %%DATADIR%%/pt_BR.aff \
%%DATADIR%%/pt_BR.dic \
%%DATADIR%%/pt_PT.aff \
%%DATADIR%%/pt_PT.dic
-PLIST_DIRSTRY= %%DATADIR%%
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}/
Modified: head/portuguese/hyphen/Makefile
==============================================================================
--- head/portuguese/hyphen/Makefile Sat Dec 20 19:30:54 2014 (r375106)
+++ head/portuguese/hyphen/Makefile Sat Dec 20 19:31:41 2014 (r375107)
@@ -19,7 +19,6 @@ NO_WRKSUBDIR= yes
PLIST_FILES= %%DATADIR%%/hyph_pt_BR.dic \
%%DATADIR%%/hyph_pt_PT.dic
-PLIST_DIRSTRY= %%DATADIR%%
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}/
Modified: head/portuguese/irpf-pt_BR/Makefile
==============================================================================
--- head/portuguese/irpf-pt_BR/Makefile Sat Dec 20 19:30:54 2014 (r375106)
+++ head/portuguese/irpf-pt_BR/Makefile Sat Dec 20 19:31:41 2014 (r375107)
@@ -85,10 +85,6 @@ PLIST_FILES+= bin/${PORTNAME}
PLIST_FILES+= %%JAR_DIR%%/${jar:C/^lib\///}
.endfor
-# jar dir
-PLIST_DIRS+= \
- %%JAR_DIR%%
-
post-extract:
@( cd ${WRKSRC} && ${TAR} xf ./irpf.jar IRPF-Licenses.txt )
Modified: head/portuguese/mythes/Makefile
==============================================================================
--- head/portuguese/mythes/Makefile Sat Dec 20 19:30:54 2014 (r375106)
+++ head/portuguese/mythes/Makefile Sat Dec 20 19:31:41 2014 (r375107)
@@ -21,7 +21,6 @@ PLIST_FILES= %%DATADIR%%/th_pt_BR_v2.dat
%%DATADIR%%/th_pt_BR_v2.idx \
%%DATADIR%%/th_pt_PT_v2.dat \
%%DATADIR%%/th_pt_PT_v2.idx
-PLIST_DIRSTRY= %%DATADIR%%
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}/
More information about the svn-ports-all
mailing list