diff options
author | pooka <pooka@pkgsrc.org> | 2003-07-01 11:55:01 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 2003-07-01 11:55:01 +0000 |
commit | 9f558a218f931956d442c776bd6a781b65ed5f2c (patch) | |
tree | ef38329e1f21c3866e99f0be87b3da1fbe8e05fd /misc/rpm | |
parent | 856c22ad736aa6064863da7a82d65e090036d1da (diff) | |
download | pkgsrc-9f558a218f931956d442c776bd6a781b65ed5f2c.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/Makefile | 4 |
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 |