diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-04 09:40:36 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-04 09:40:36 +0000 |
commit | bc2c8b9bf3ba79163dd2a096e9c89ebcee010fc8 (patch) | |
tree | 170aeb4d9775e90ec3396bd4543b90698125a000 /textproc/es-mythes/Makefile | |
parent | b86c7006a74b54127ae07a021de91e368e880ccb (diff) | |
download | ports-bc2c8b9bf3ba79163dd2a096e9c89ebcee010fc8.tar.gz ports-bc2c8b9bf3ba79163dd2a096e9c89ebcee010fc8.zip |
Notes
Diffstat (limited to 'textproc/es-mythes/Makefile')
-rw-r--r-- | textproc/es-mythes/Makefile | 11 |
1 files changed, 5 insertions, 6 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> |