summaryrefslogtreecommitdiff
path: root/misc/rpm
diff options
context:
space:
mode:
authorpooka <pooka>2003-07-01 11:55:01 +0000
committerpooka <pooka>2003-07-01 11:55:01 +0000
commit5607ce19bf9ca05c4e09b340b1a2da87101099dc (patch)
treeef38329e1f21c3866e99f0be87b3da1fbe8e05fd /misc/rpm
parent255ac269611c80ab84cef35c33dab176ba1949e9 (diff)
downloadpkgsrc-5607ce19bf9ca05c4e09b340b1a2da87101099dc.tar.gz
don't rename cz.mo at post-configure stage, since it doesn't yet exist
fixes build on FreeBSD
Diffstat (limited to 'misc/rpm')
-rw-r--r--misc/rpm/Makefile4
1 files changed, 2 insertions, 2 deletions
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