Install locale files under ${PKGLOCALEDIR} instead of always under share.
Cosmetic file changes to Makefile.common.
This commit is contained in:
parent
c662685ee8
commit
4acac02ea9
2 changed files with 10 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.9 2001/05/03 04:24:35 jlam Exp $
|
||||
# $NetBSD: Makefile.common,v 1.10 2001/05/03 04:28:25 jlam Exp $
|
||||
|
||||
DISTNAME= freetype-${FT_VERS}
|
||||
FT_VERS= 1.3.1
|
||||
|
@ -10,17 +10,16 @@ MASTER_SITES= http://download.sourceforge.net/freetype/ \
|
|||
MAINTAINER= jlam@netbsd.org
|
||||
HOMEPAGE= http://www.freetype.org/
|
||||
|
||||
BUILD_USES_MSGFMT= yes
|
||||
BUILD_USES_MSGFMT= # defined
|
||||
USE_LIBINTL= # defined
|
||||
|
||||
USE_LIBTOOL= # defined
|
||||
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
||||
|
||||
GNU_CONFIGURE= # defined
|
||||
CONFIGURE_ARGS+= --with-locale-dir=${PREFIX}/share/locale
|
||||
CONFIGURE_ARGS+= --with-locale-dir=${PREFIX}/${PKGLOCALEDIR}/locale
|
||||
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
|
||||
|
||||
USE_LIBINTL= yes
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2001/01/04 15:10:37 agc Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2001/05/03 04:28:25 jlam Exp $
|
||||
include/freetype/freetype.h
|
||||
include/freetype/fterrid.h
|
||||
include/freetype/ftnameid.h
|
||||
|
@ -18,9 +18,9 @@ lib/libttf.la
|
|||
lib/libttf.so
|
||||
lib/libttf.so.4
|
||||
lib/libttf.so.4.0
|
||||
share/locale/cs/LC_MESSAGES/freetype.mo
|
||||
share/locale/de/LC_MESSAGES/freetype.mo
|
||||
share/locale/es/LC_MESSAGES/freetype.mo
|
||||
share/locale/fr/LC_MESSAGES/freetype.mo
|
||||
share/locale/nl/LC_MESSAGES/freetype.mo
|
||||
${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/freetype.mo
|
||||
${PKGLOCALEDIR}/locale/de/LC_MESSAGES/freetype.mo
|
||||
${PKGLOCALEDIR}/locale/es/LC_MESSAGES/freetype.mo
|
||||
${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/freetype.mo
|
||||
${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/freetype.mo
|
||||
@dirrm include/freetype
|
||||
|
|
Loading…
Reference in a new issue