From 9f558a218f931956d442c776bd6a781b65ed5f2c Mon Sep 17 00:00:00 2001 From: pooka Date: Tue, 1 Jul 2003 11:55:01 +0000 Subject: don't rename cz.mo at post-configure stage, since it doesn't yet exist fixes build on FreeBSD --- misc/rpm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/rpm') diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile index 1968349751b..327861a4f9d 100644 --- a/misc/rpm/Makefile +++ b/misc/rpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2003/01/28 22:03:45 jlam Exp $ +# $NetBSD: Makefile,v 1.40 2003/07/01 11:55:01 pooka Exp $ DISTNAME= rpm-2.5.4 CATEGORIES= misc @@ -28,7 +28,7 @@ RPMDIR= ${RPM_DB_PREFIX}/lib/rpm FILES_SUBST+= RPMDIR=${RPMDIR} post-configure: - cd ${WRKSRC}/po && ( ${MV} cz.mo cs.mo; ${MV} cz.po cs.po ) + cd ${WRKSRC}/po && ${MV} cz.po cs.po pre-install: ${INSTALL_DATA_DIR} ${PREFIX}/include/rpm -- cgit v1.2.3