mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04:00
- Unbreak build with xorg 7.3 PR: 116378 116777 Submitted by: Thomas D. Dean <tomdean@speakeasy.org> Patched by: gahr Tested by : Thomas D. Dean" <tomdean@speakeasy.org> gahr Approved by: maintainer timeout
39 lines
1.1 KiB
Text
39 lines
1.1 KiB
Text
--- Makefile.in.orig 2007-10-23 19:25:45.000000000 +0200
|
|
+++ Makefile.in 2008-04-28 17:26:44.000000000 +0200
|
|
@@ -111,7 +111,7 @@
|
|
conftest conftest.c so_locations
|
|
|
|
# SCIBASE for scilab binaries generation
|
|
-SCIBASE = scilab-4.1.2
|
|
+SCIBASE = scilab
|
|
|
|
PVMBINDISTFILES = \
|
|
$(SCIBASE)/pvm3/Readme \
|
|
@@ -127,21 +127,21 @@
|
|
BINDISTFILES = \
|
|
$(SCIBASE)/.binary \
|
|
$(SCIBASE)/.pvmd.conf \
|
|
- $(SCIBASE)/ACKNOWLEDGEMENTS \
|
|
- $(SCIBASE)/CHANGES \
|
|
+%%PORTDOCS%% $(SCIBASE)/ACKNOWLEDGEMENTS \
|
|
+%%PORTDOCS%% $(SCIBASE)/CHANGES \
|
|
$(SCIBASE)/Makefile \
|
|
$(SCIBASE)/Makefile.OBJ \
|
|
$(SCIBASE)/Makefile.incl \
|
|
$(SCIBASE)/Makemex \
|
|
$(SCIBASE)/Path.incl \
|
|
- $(SCIBASE)/README_Unix \
|
|
- $(SCIBASE)/RELEASE_NOTES \
|
|
+%%PORTDOCS%% $(SCIBASE)/README_Unix \
|
|
+%%PORTDOCS%% $(SCIBASE)/RELEASE_NOTES \
|
|
$(SCIBASE)/SVN_revision.incl \
|
|
$(SCIBASE)/Version.incl \
|
|
$(SCIBASE)/configure \
|
|
$(SCIBASE)/libtool \
|
|
- $(SCIBASE)/license.txt \
|
|
- $(SCIBASE)/licence.txt \
|
|
+%%PORTDOCS%% $(SCIBASE)/license.txt \
|
|
+%%PORTDOCS%% $(SCIBASE)/licence.txt \
|
|
$(SCIBASE)/scilab.quit \
|
|
$(SCIBASE)/scilab.star \
|
|
$(SCIBASE)/X11_defaults \
|