diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-04 17:40:36 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-04 17:40:36 +0800 |
commit | d97b528d39969233b14675d0d06140d4c37fbd1f (patch) | |
tree | 170aeb4d9775e90ec3396bd4543b90698125a000 | |
parent | 9227eb3240667ef6900ebe935f6e2b1fd0491e0d (diff) | |
download | freebsd-ports-gnome-d97b528d39969233b14675d0d06140d4c37fbd1f.tar.gz freebsd-ports-gnome-d97b528d39969233b14675d0d06140d4c37fbd1f.tar.zst freebsd-ports-gnome-d97b528d39969233b14675d0d06140d4c37fbd1f.zip |
- Update to 20131102
-rw-r--r-- | textproc/es-mythes/Makefile | 11 | ||||
-rw-r--r-- | textproc/es-mythes/distinfo | 4 |
2 files changed, 7 insertions, 8 deletions
diff --git a/textproc/es-mythes/Makefile b/textproc/es-mythes/Makefile index d00055f8580f..45df8d2461d2 100644 --- a/textproc/es-mythes/Makefile +++ b/textproc/es-mythes/Makefile @@ -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.dat \ %%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> diff --git a/textproc/es-mythes/distinfo b/textproc/es-mythes/distinfo index f6076173b795..456ecc2c946c 100644 --- a/textproc/es-mythes/distinfo +++ b/textproc/es-mythes/distinfo @@ -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 |