1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/graphics/plotmtv/files/patch-aa
Thomas Gellekum e48a071c89 Import of plotmtv, a multipurpose X11 plotting package.
Closes PR #2601.

Submitted by:	Pedro Giffuni <pgiffuni@FPS.biblos.unal.edu.co>
1997-02-25 14:21:15 +00:00

21 lines
572 B
Plaintext

--- Imakefile.orig Mon Jul 25 22:35:41 1994
+++ Imakefile Tue Feb 25 15:00:28 1997
@@ -17,7 +17,7 @@
#
#define IHaveSubdirs
-#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS) $(DEFINES)'
+#define PassCDebugFlags
CDEBUGFLAGS = -g
DEFINES = -DPRINTER_NAME=\"hpps\" -DPRINTER_CMD=\"lpr\ -h\"
@@ -51,7 +51,7 @@
install.local::
@case '${MFLAGS}' in *[ik]*) set +e;; esac; \
- for i in $(SUBDIRS) ;\
+ for i in $(SUBDIRS); \
do \
(cd $$i ; echo "installing" "in $(CURRENT_DIR)/$$i..."; \
$(MAKE) $(MFLAGS) DESTDIR='$(DESTDIR)' install.local); \