mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 03:49:14 -04:00
Utilize ${DOCSDIR} and ${EXAMPLESDIR}. Use new name schema for patch files. Fix ${MASTER_SITES} and home page URL. Take maintainership.
11 lines
275 B
Text
11 lines
275 B
Text
--- makefile.bsd.orig Sat Nov 7 10:10:50 1998
|
|
+++ makefile.bsd Sat Oct 21 05:54:55 2000
|
|
@@ -131,7 +131,7 @@
|
|
$(LD) $(LDFLAGS) -o $@ $(OBJS)
|
|
|
|
libXbgi.a:
|
|
- (cd Xbgi; make)
|
|
+ (cd Xbgi; $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" X11BASE="$(X11BASE)")
|
|
|
|
all : $(BINS) $(LIBS)
|
|
|