diff options
author | krion <krion@FreeBSD.org> | 2004-11-16 18:13:38 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-11-16 18:13:38 +0800 |
commit | 4d33ea8b34efbd54ce5a241bbf2bdea08f3f0075 (patch) | |
tree | b66a04477b47188f6b50ef2f7e577ceae644bd26 /ftp/pavuk | |
parent | 9f8c86e8f0ccf2cbbf165d2688ef1798634836c8 (diff) | |
download | freebsd-ports-gnome-4d33ea8b34efbd54ce5a241bbf2bdea08f3f0075.tar.gz freebsd-ports-gnome-4d33ea8b34efbd54ce5a241bbf2bdea08f3f0075.tar.zst freebsd-ports-gnome-4d33ea8b34efbd54ce5a241bbf2bdea08f3f0075.zip |
Fix package build.
Submitted by: Ports Fury
Diffstat (limited to 'ftp/pavuk')
-rw-r--r-- | ftp/pavuk/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ftp/pavuk/Makefile b/ftp/pavuk/Makefile index be1def3bbc9f..7ee3fbd781fe 100644 --- a/ftp/pavuk/Makefile +++ b/ftp/pavuk/Makefile @@ -59,6 +59,13 @@ pre-patch: post-install: ${INSTALL_DATA} ${WRKSRC}/pavuk_authinfo.sample ${PREFIX}/etc ${INSTALL_DATA} ${WRKSRC}/pavukrc.sample ${PREFIX}/etc +.if !defined(WITHOUT_NLS) +.for l in cs de es fr it pl ja sk uk + @${MKDIR} ${PREFIX}/share/locale/${l}/LC_MESSAGES + ${INSTALL_DATA} ${WRKSRC}/po/${l}.mo \ + ${PREFIX}/share/locale/${l}/LC_MESSAGES/pavuk.mo +.endfor +.endif .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for f in AUTHORS BUGS CREDITS ChangeLog FAQ MAILINGLIST NEWS README \ |