diff options
author | sat <sat@FreeBSD.org> | 2007-06-13 15:10:48 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-06-13 15:10:48 +0800 |
commit | 0bc01b2aed55e8d81bb0c15cfa2b8814b061a7ea (patch) | |
tree | 511254869e43e8c4b276c4490c904a49ab83414c /graphics | |
parent | 35959034656ab5d07f4f9b3f6a373c98b5d2605f (diff) | |
download | freebsd-ports-gnome-0bc01b2aed55e8d81bb0c15cfa2b8814b061a7ea.tar.gz freebsd-ports-gnome-0bc01b2aed55e8d81bb0c15cfa2b8814b061a7ea.tar.zst freebsd-ports-gnome-0bc01b2aed55e8d81bb0c15cfa2b8814b061a7ea.zip |
- Let the Spanish manpage install by pre-creating its path
Reported by: pointyhat via kris
Diffstat (limited to 'graphics')
-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 |