diff options
-rw-r--r-- | graphics/ocre/Makefile | 1 | ||||
-rw-r--r-- | graphics/ocre/pkg-plist | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/graphics/ocre/Makefile b/graphics/ocre/Makefile index d54b07f15108..66c27fd71ce1 100644 --- a/graphics/ocre/Makefile +++ b/graphics/ocre/Makefile @@ -42,6 +42,7 @@ post-patch: do-install: @${INSTALL} -d ${DATADIR}/ + @${INSTALL} -d ${MAN1PREFIX}/man/es/man1/ @${TAR} xof ${WRKSRC}/ocre-decsWood-${DISTVERSION}.tgz -C ${DATADIR}/ @${CHMOD} -h 755 ${DATADIR}/decsWood @${INSTALL_PROGRAM} ${WRKSRC}/ocre ${PREFIX}/bin/ diff --git a/graphics/ocre/pkg-plist b/graphics/ocre/pkg-plist index 73c5d6c44488..47666c2c53b6 100644 --- a/graphics/ocre/pkg-plist +++ b/graphics/ocre/pkg-plist @@ -1952,3 +1952,5 @@ share/locale/es/LC_MESSAGES/ocre.mo @dirrm %%DATADIR%%/decsWoodCur @dirrm %%DATADIR%%/decsWoodLatin @dirrm %%DATADIR%% +@dirrmtry man/es/man1 +@dirrmtry man/es |