svn commit: r332676 - head/textproc/es-mythes
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Nov 4 09:40:37 UTC 2013
Author: sunpoet
Date: Mon Nov 4 09:40:36 2013
New Revision: 332676
URL: http://svnweb.freebsd.org/changeset/ports/332676
Log:
- Update to 20131102
Modified:
head/textproc/es-mythes/Makefile
head/textproc/es-mythes/distinfo
Modified: head/textproc/es-mythes/Makefile
==============================================================================
--- head/textproc/es-mythes/Makefile Mon Nov 4 09:40:04 2013 (r332675)
+++ head/textproc/es-mythes/Makefile Mon Nov 4 09:40:36 2013 (r332676)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= mythes
-PORTVERSION= 20131002
+PORTVERSION= 20131102
CATEGORIES= textproc
MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/
PKGNAMEPREFIX= es-
@@ -28,13 +28,12 @@ PLIST_FILES+= %%DATADIR%%/th_${ALIAS}_v2
%%DATADIR%%/th_${ALIAS}_v2.idx
.endfor
-NO_STAGE= yes
do-install:
- ${MKDIR} ${DATADIR}/
- ${INSTALL_DATA} ${WRKSRC}/th_es_ES_v2.dat ${WRKSRC}/th_es_ES_v2.idx ${DATADIR}/
+ ${MKDIR} ${STAGEDIR}${DATADIR}/
+ ${INSTALL_DATA} ${WRKSRC}/th_es_ES_v2.dat ${WRKSRC}/th_es_ES_v2.idx ${STAGEDIR}${DATADIR}/
.for ALIAS in ${ESALIASES}
- ${LN} -s th_es_ES_v2.dat ${DATADIR}/th_${ALIAS}_v2.dat
- ${LN} -s th_es_ES_v2.idx ${DATADIR}/th_${ALIAS}_v2.idx
+ ${LN} -s th_es_ES_v2.dat ${STAGEDIR}${DATADIR}/th_${ALIAS}_v2.dat
+ ${LN} -s th_es_ES_v2.idx ${STAGEDIR}${DATADIR}/th_${ALIAS}_v2.idx
.endfor
.include <bsd.port.mk>
Modified: head/textproc/es-mythes/distinfo
==============================================================================
--- head/textproc/es-mythes/distinfo Mon Nov 4 09:40:04 2013 (r332675)
+++ head/textproc/es-mythes/distinfo Mon Nov 4 09:40:36 2013 (r332676)
@@ -1,2 +1,2 @@
-SHA256 (mythes/OOo2-thes_es_ES-20131002.tar.bz2) = 1972fd25f32a01544d86a98e35aaac991b86950b77c96d8e9d6a9a2c7a9b411f
-SIZE (mythes/OOo2-thes_es_ES-20131002.tar.bz2) = 829631
+SHA256 (mythes/OOo2-thes_es_ES-20131102.tar.bz2) = 1972fd25f32a01544d86a98e35aaac991b86950b77c96d8e9d6a9a2c7a9b411f
+SIZE (mythes/OOo2-thes_es_ES-20131102.tar.bz2) = 829631
More information about the svn-ports-head
mailing list