diff options
author | sat <sat@FreeBSD.org> | 2007-07-31 04:29:51 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-07-31 04:29:51 +0800 |
commit | ea519e55a649446512ca6a9199011674aa6f8a69 (patch) | |
tree | 745cfcc4691ce9e01cddb68ecaf6be1652d9de8a /graphics/ocre | |
parent | 05e1408929c1095489c6f7c1d646a402c8ce52b0 (diff) | |
download | freebsd-ports-gnome-ea519e55a649446512ca6a9199011674aa6f8a69.tar.gz freebsd-ports-gnome-ea519e55a649446512ca6a9199011674aa6f8a69.tar.zst freebsd-ports-gnome-ea519e55a649446512ca6a9199011674aa6f8a69.zip |
- Update to 0.028
- Respect CC/CFLAGS
Diffstat (limited to 'graphics/ocre')
-rw-r--r-- | graphics/ocre/Makefile | 4 | ||||
-rw-r--r-- | graphics/ocre/distinfo | 6 | ||||
-rw-r--r-- | graphics/ocre/pkg-plist | 3 |
3 files changed, 7 insertions, 6 deletions
diff --git a/graphics/ocre/Makefile b/graphics/ocre/Makefile index 66c27fd71ce1..17f2a87241c2 100644 --- a/graphics/ocre/Makefile +++ b/graphics/ocre/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ocre -PORTVERSION= 0.027 +PORTVERSION= 0.028 CATEGORIES= graphics MASTER_SITES= ftp://lem.eui.upm.es/pub/ocre/ CENKES DISTNAME= ${PORTNAME}_v${DISTVERSION:S/./_/} @@ -39,6 +39,7 @@ post-patch: s|opcionesp.h||'\ ${WRKSRC}/ddepend @${REINPLACE_CMD} -e 's|, sys_nerr||' ${WRKSRC}/src/errors.c + @${REINPLACE_CMD} -e 's|gcc|${CC}|;s|-O2|${CFLAGS}|' ${WRKSRC}/Makefile do-install: @${INSTALL} -d ${DATADIR}/ @@ -46,7 +47,6 @@ do-install: @${TAR} xof ${WRKSRC}/ocre-decsWood-${DISTVERSION}.tgz -C ${DATADIR}/ @${CHMOD} -h 755 ${DATADIR}/decsWood @${INSTALL_PROGRAM} ${WRKSRC}/ocre ${PREFIX}/bin/ - @${INSTALL_DATA} ${WRKSRC}/dats/uu001 ${DATADIR}/conv/ @${INSTALL_MAN} ${WRKSRC}/ocre.1 ${MAN1PREFIX}/man/man1/ @${INSTALL_MAN} ${WRKSRC}/ocre-es.1 ${MAN1PREFIX}/man/es/man1/ocre.1 @${INSTALL_DATA} ${WRKSRC}/po/es.mo ${PREFIX}/share/locale/es/LC_MESSAGES/ocre.mo diff --git a/graphics/ocre/distinfo b/graphics/ocre/distinfo index 1b644ce35a82..e003c0323292 100644 --- a/graphics/ocre/distinfo +++ b/graphics/ocre/distinfo @@ -1,3 +1,3 @@ -MD5 (ocre_v0_027.tgz) = 1082e8c4a6ba2a64e2a6a37198003dc7 -SHA256 (ocre_v0_027.tgz) = 274009b6740bdb3a001920845c571980e0917e96e6f95f2148fe81f831b1849a -SIZE (ocre_v0_027.tgz) = 438989 +MD5 (ocre_v0_028.tgz) = a7831b3fb7721cc8ab0a3eee63e213e5 +SHA256 (ocre_v0_028.tgz) = 8a346a96177274eddf807335168a12cf7950290119da9b3093abc47f2016c053 +SIZE (ocre_v0_028.tgz) = 447812 diff --git a/graphics/ocre/pkg-plist b/graphics/ocre/pkg-plist index 47666c2c53b6..a12b8450e134 100644 --- a/graphics/ocre/pkg-plist +++ b/graphics/ocre/pkg-plist @@ -1,5 +1,6 @@ bin/ocre share/locale/es/LC_MESSAGES/ocre.mo +%%DATADIR%%/conv/cod39a2c %%DATADIR%%/conv/maymin %%DATADIR%%/conv/minmay %%DATADIR%%/conv/puntua @@ -8,7 +9,6 @@ share/locale/es/LC_MESSAGES/ocre.mo %%DATADIR%%/conv/ts-8859-1.ts %%DATADIR%%/conv/ts-8859-15.ts %%DATADIR%%/conv/ts-8859-2.ts -%%DATADIR%%/conv/uu001 %%DATADIR%%/decsWood %%DATADIR%%/decsWoodCur/00index %%DATADIR%%/decsWoodCur/arbol_u0021=00.id3 @@ -1948,6 +1948,7 @@ share/locale/es/LC_MESSAGES/ocre.mo %%DATADIR%%/decsWoodLatin/arbol_u2022=02.id3 %%DATADIR%%/decsWoodLatin/arbol_u2022=03.id3 %%DATADIR%%/decsWoodLatin/arbol_u2022=04.id3 +%%DATADIR%%/decsWoodLatin/decsWoodLatin @dirrm %%DATADIR%%/conv @dirrm %%DATADIR%%/decsWoodCur @dirrm %%DATADIR%%/decsWoodLatin |