diff options
author | jschauma <jschauma@pkgsrc.org> | 2004-04-02 19:08:37 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2004-04-02 19:08:37 +0000 |
commit | 4c5fe4eef76d8aed2a378c5c2b5134f7b941e8cd (patch) | |
tree | 6cbc6c7bc850e3bdc8080d3cdf4e3498f3fe6c14 /converters/libiconv/Makefile | |
parent | 8e641764efcd313d32e383b5a19cbb3a24418d9a (diff) | |
download | pkgsrc-4c5fe4eef76d8aed2a378c5c2b5134f7b941e8cd.tar.gz |
Apparently cp(1) under Irix does not like to overwrite symbolic links.
This causes the package to fail to install, as this section is executed
a second time.
Use pax instead and all's peachy.
Diffstat (limited to 'converters/libiconv/Makefile')
-rw-r--r-- | converters/libiconv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index 4db4499ac70..ecb496fb9a9 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2004/03/02 05:01:38 snj Exp $ +# $NetBSD: Makefile,v 1.25 2004/04/02 19:08:37 jschauma Exp $ # DISTNAME= libiconv-1.9.1 @@ -22,7 +22,7 @@ TEST_TARGET= check EGDIR= ${PREFIX}/share/examples/libiconv SUPPORT_FILES= ${EGDIR}/charset.alias ${PREFIX}/lib/charset.alias -MAKE_ENV+= CP=${CP} +MAKE_ENV+= PAX="${PAX}" # remove any existing charset.alias; if it already exists, libiconv does # not overwrite it, and older versions of libiconv wrote incorrect |