Locale are in $PREFIX/lib on solaris.
This commit is contained in:
parent
ca28d4a8b2
commit
2566cb0668
2 changed files with 15 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.6 1999/10/07 17:41:58 tron Exp $
|
||||
# $NetBSD: Makefile,v 1.7 1999/12/08 15:29:18 bouyer Exp $
|
||||
|
||||
DISTNAME= fileutils-3.16
|
||||
CATEGORIES= sysutils
|
||||
|
@ -13,3 +13,8 @@ GNU_CONFIGURE= yes
|
|||
CONFIGURE_ARGS+= --program-prefix=g
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
.if ${OPSYS} == "SunOS"
|
||||
PLIST_SUBST+= LOCALBASE=lib
|
||||
.else
|
||||
PLIST_SUBST+= LOCALBASE=share
|
||||
.endif
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 1999/02/11 19:17:34 tv Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 1999/12/08 15:29:19 bouyer Exp $
|
||||
bin/gchgrp
|
||||
bin/gchown
|
||||
bin/gchmod
|
||||
|
@ -41,11 +41,11 @@ man/man1/grm.1
|
|||
man/man1/gdu.1
|
||||
man/man1/gtouch.1
|
||||
man/man1/ginstall.1
|
||||
share/locale/de/LC_MESSAGES/fileutils.mo
|
||||
share/locale/fr/LC_MESSAGES/fileutils.mo
|
||||
share/locale/es/LC_MESSAGES/fileutils.mo
|
||||
share/locale/pt/LC_MESSAGES/fileutils.mo
|
||||
share/locale/nl/LC_MESSAGES/fileutils.mo
|
||||
share/locale/sl/LC_MESSAGES/fileutils.mo
|
||||
share/locale/sv/LC_MESSAGES/fileutils.mo
|
||||
share/locale/pl/LC_MESSAGES/fileutils.mo
|
||||
${LOCALBASE}/locale/de/LC_MESSAGES/fileutils.mo
|
||||
${LOCALBASE}/locale/fr/LC_MESSAGES/fileutils.mo
|
||||
${LOCALBASE}/locale/es/LC_MESSAGES/fileutils.mo
|
||||
${LOCALBASE}/locale/pt/LC_MESSAGES/fileutils.mo
|
||||
${LOCALBASE}/locale/nl/LC_MESSAGES/fileutils.mo
|
||||
${LOCALBASE}/locale/sl/LC_MESSAGES/fileutils.mo
|
||||
${LOCALBASE}/locale/sv/LC_MESSAGES/fileutils.mo
|
||||
${LOCALBASE}/locale/pl/LC_MESSAGES/fileutils.mo
|
||||
|
|
Loading…
Reference in a new issue