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
commitaad772a41e31957de5a413468df4cdcf0f15fbe4 (patch)
treef21599f06e61218ad0dc8a9d9ca8fb7838395f9f /lang/f2c
parentd355b714899f3ac2776923172788606a356533e1 (diff)
downloadpkgsrc-aad772a41e31957de5a413468df4cdcf0f15fbe4.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: