diff options
author | tron <tron@pkgsrc.org> | 2009-11-23 17:12:30 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-11-23 17:12:30 +0000 |
commit | aad772a41e31957de5a413468df4cdcf0f15fbe4 (patch) | |
tree | f21599f06e61218ad0dc8a9d9ca8fb7838395f9f | |
parent | d355b714899f3ac2776923172788606a356533e1 (diff) | |
download | pkgsrc-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).
-rw-r--r-- | lang/f2c/files/libtool.mk | 2 |
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: |