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 | f5fa840554ce15f70dac14977e125c9bd067753c (patch) | |
tree | f21599f06e61218ad0dc8a9d9ca8fb7838395f9f /lang/f2c | |
parent | fa480e87b71b8f7486b4fe5bf79f7167d049946e (diff) | |
download | pkgsrc-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.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: |