From 88abccde4b89748569907f07d7a063565566e878 Mon Sep 17 00:00:00 2001 From: espie Date: Wed, 26 Feb 2003 10:42:07 +0000 Subject: [PATCH] do not run meinproc. Confirmed by the kde people, who are wondering what we are doing with our timestamps in the first place. --- x11/kde/i18n3/Makefile | 7 +++++-- x11/kde/office-i18n3/Makefile | 9 ++++++--- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/x11/kde/i18n3/Makefile b/x11/kde/i18n3/Makefile index f1daa472389..0be297d8b56 100644 --- a/x11/kde/i18n3/Makefile +++ b/x11/kde/i18n3/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2003/02/16 14:31:19 espie Exp $ +# $OpenBSD: Makefile,v 1.13 2003/02/26 10:42:07 espie Exp $ FLAVORS=af ar bg bs ca cs da de el en_GB eo es et eu fa fi fr he hu \ it ja lt mt nb nl nn nso pl pt pt_BR ro ru sk sl sr sv ta th tr uk \ @@ -26,6 +26,10 @@ BUILD_DEPENDS = ::x11/kde/libs3 PLIST=${PKGDIR}/PLIST.${FLAVOR} PATCH_LIST= patch-* MODKDE_VERSION= +MODKDE_NODEBUG=Yes + +MAKE_FLAGS+=MEINPROC= +FAKE_FLAGS=DESTDIR=${WRKINST} MEINPROC= # some extra vars to compact PLISTs DOC=share/doc/HTML/${FLAVOR}/ @@ -33,6 +37,5 @@ LOC=share/locale/${FLAVOR}/LC_MESSAGES/ I=index.docbook C=index.cache.bz2 SUBST_VARS=DOC LOC I C -NO_DEBUG=Yes .include diff --git a/x11/kde/office-i18n3/Makefile b/x11/kde/office-i18n3/Makefile index da35cdee35a..2cb67aefab1 100644 --- a/x11/kde/office-i18n3/Makefile +++ b/x11/kde/office-i18n3/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2003/02/23 13:55:37 espie Exp $ +# $OpenBSD: Makefile,v 1.5 2003/02/26 10:42:07 espie Exp $ FLAVORS=af ar bs cs da de el en_GB eo es et fr he hu \ it ja lt lv mt nb nl nn pl pt pt_BR ru sk sl sv th tr uk ven \ @@ -28,7 +28,11 @@ PLIST=${PKGDIR}/PLIST.${FLAVOR} #.endif MODKDE_VERSION= -PATCH_LIST=patch-* +MODKDE_NODEBUG=Yes + +MAKE_FLAGS+=MEINPROC= +FAKE_FLAGS=DESTDIR=${WRKINST} MEINPROC= + # some extra vars to compact PLISTs DOC=share/doc/HTML/${FLAVOR}/ LOC=share/locale/${FLAVOR}/LC_MESSAGES/ @@ -36,5 +40,4 @@ I=index.docbook C=index.cache.bz2 SUBST_VARS=DOC LOC I C -NO_DEBUG=Yes .include