From aad772a41e31957de5a413468df4cdcf0f15fbe4 Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 23 Nov 2009 17:12:30 +0000 Subject: 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). --- lang/f2c/files/libtool.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/f2c') 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: -- cgit v1.2.3