diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-11-02 10:54:15 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-11-02 10:54:15 +0000 |
commit | 7835c3c9230c86ce3e60a1cccf1cc40261a97698 (patch) | |
tree | a91c1908f0c28829fd2d148027d0d2056e1f0b87 /graphics/ocre/Makefile | |
parent | a730126891277a943758eb13b13c5fe80c3c3b9c (diff) | |
download | ports-7835c3c9230c86ce3e60a1cccf1cc40261a97698.tar.gz ports-7835c3c9230c86ce3e60a1cccf1cc40261a97698.zip |
Notes
Diffstat (limited to 'graphics/ocre/Makefile')
-rw-r--r-- | graphics/ocre/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ocre/Makefile b/graphics/ocre/Makefile index fab6c32117e1..e983a997470e 100644 --- a/graphics/ocre/Makefile +++ b/graphics/ocre/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ocre -PORTVERSION= 0.031 +PORTVERSION= 0.032 CATEGORIES= graphics MASTER_SITES= ftp://lem.eui.upm.es/pub/ocre/ DISTNAME= ${PORTNAME}_v${PORTVERSION:S/./_/} @@ -53,7 +53,7 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${MAN1PREFIX}/man/man1 @${MKDIR} ${MAN1PREFIX}/man/es/man1 ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}-es.1 ${MAN1PREFIX}/man/es/man1/${PORTNAME}.1 - ${INSTALL_DATA} ${WRKSRC}/../po/es.mo ${PREFIX}/share/locale/es/LC_MESSAGES/ocre.mo + ${INSTALL_DATA} ${WRKSRC}/../po/es.mo ${PREFIX}/share/locale/es/LC_MESSAGES/${PORTNAME}.mo @${MKDIR} ${DATADIR} @${TAR} xof ${WRKSRC}/ocre-decsWood-${PORTVERSION}.tgz -C ${DATADIR} @${CHMOD} -h 755 ${DATADIR}/decsWood |