summaryrefslogtreecommitdiff
path: root/lang/f2c
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2009-11-23 17:12:30 +0000
committertron <tron@pkgsrc.org>2009-11-23 17:12:30 +0000
commitf5fa840554ce15f70dac14977e125c9bd067753c (patch)
treef21599f06e61218ad0dc8a9d9ca8fb7838395f9f /lang/f2c
parentfa480e87b71b8f7486b4fe5bf79f7167d049946e (diff)
downloadpkgsrc-f5fa840554ce15f70dac14977e125c9bd067753c.tar.gz
Use ${BSD_INSTALL_DATA} instead of ${INSTALL_FILE} which is only available
under NetBSD and conflicts with a "pkgsrc" setting. The "f2c" package now builds and installs under Mac OS X (Snow Leopard).
Diffstat (limited to 'lang/f2c')
-rw-r--r--lang/f2c/files/libtool.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/f2c/files/libtool.mk b/lang/f2c/files/libtool.mk
index d6c2ed80463..4f692152e5f 100644
--- a/lang/f2c/files/libtool.mk
+++ b/lang/f2c/files/libtool.mk
@@ -28,7 +28,7 @@ $(LTOBJS): $(DPSRCS)
all: lib$(LIB).la
install: lib$(LIB).la
- $(LIBTOOL) --mode=install $(INSTALL_FILE) -o $(LIBOWN) -g $(LIBGRP) -m $(LIBMODE) \
+ $(LIBTOOL) --mode=install $(BSD_INSTALL_DATA) -o $(LIBOWN) -g $(LIBGRP) -m $(LIBMODE) \
lib$(LIB).la $(DESTDIR)$(LIBDIR)
clean cleandir: