Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Nov 2013 09:40:36 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332676 - head/textproc/es-mythes
Message-ID:  <201311040940.rA49eaxp002665@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311040940.rA49eaxp002665>