Some gettext catalogs were not installed in FreeBSD, so use
PLIST_SUBST to disable them for now.
This commit is contained in:
parent
3ddd319e00
commit
b377295bfe
2 changed files with 10 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.68 2004/02/01 10:48:46 jlam Exp $
|
||||
# $NetBSD: Makefile.common,v 1.69 2004/02/02 23:55:00 xtraeme Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xscreensaver-4.14
|
||||
|
@ -42,6 +42,12 @@ PATCHDIR= ${.CURDIR}/../../x11/xscreensaver/patches
|
|||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
.if ${OPSYS} == "FreeBSD"
|
||||
PLIST_SUBST+= AVAILABLE="@comment "
|
||||
.else
|
||||
PLIST_SUBST+= AVAILABLE=
|
||||
.endif
|
||||
|
||||
.ifndef (PERL_VERSION)
|
||||
PERL_VERSION!= if [ -x ${PERL5} ]; then ${PERL5} -e 'print $$]'; else ${ECHO} "5.006"; fi
|
||||
MAKEFLAGS+= PERL_VERSION="${PERL_VERSION}"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.16 2003/12/13 19:22:12 jmmv Exp $
|
||||
@comment $NetBSD: PLIST,v 1.17 2004/02/02 23:55:00 xtraeme Exp $
|
||||
bin/xscreensaver
|
||||
bin/xscreensaver-command
|
||||
bin/xscreensaver-getimage
|
||||
|
@ -557,9 +557,9 @@ man/man1/xteevee.1
|
|||
man/man1/zoom.1
|
||||
${PKGLOCALEDIR}/locale/da/LC_MESSAGES/xscreensaver.mo
|
||||
${PKGLOCALEDIR}/locale/de/LC_MESSAGES/xscreensaver.mo
|
||||
${PKGLOCALEDIR}/locale/es/LC_MESSAGES/xscreensaver.mo
|
||||
${AVAILABLE}${PKGLOCALEDIR}/locale/es/LC_MESSAGES/xscreensaver.mo
|
||||
${PKGLOCALEDIR}/locale/et/LC_MESSAGES/xscreensaver.mo
|
||||
${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/xscreensaver.mo
|
||||
${AVAILABLE}${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/xscreensaver.mo
|
||||
${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/xscreensaver.mo
|
||||
${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/xscreensaver.mo
|
||||
${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/xscreensaver.mo
|
||||
|
|
Loading…
Reference in a new issue