summaryrefslogtreecommitdiff
path: root/misc/rpm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/rpm/Makefile')
-rw-r--r--misc/rpm/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile
index 217791d54b5..73735b4ccf4 100644
--- a/misc/rpm/Makefile
+++ b/misc/rpm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2001/10/24 00:26:51 lukem Exp $
+# $NetBSD: Makefile,v 1.33 2002/04/04 19:56:37 jdolecek Exp $
#
DISTNAME= rpm-2.5.4
@@ -25,6 +25,9 @@ FILES_SUBST= CAT=${CAT:Q}
FILES_SUBST+= MKDIR=${MKDIR:Q}
FILES_SUBST_SED= ${FILES_SUBST:S/=/@!/:S/$/!g/:S/^/ -e s!@/}
+post-configure:
+ cd ${WRKSRC}/po && ( mv cz.mo cs.mo; mv cz.po cs.po )
+
pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/include/rpm
${SED} ${FILES_SUBST_SED} ${PKGDIR}/DEINSTALL > ${DEINSTALL_FILE}