From abf14d1e58e103fb0da1914db7d4c59679fa7ddc Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 3 Jul 2000 03:30:13 +0000 Subject: Respect CC and CFLAGS, and remove all extraneous directories on deinstall Noticed by: bento --- math/ngraph/files/patch-aa | 9 +++++---- math/ngraph/pkg-plist | 3 +++ 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'math') diff --git a/math/ngraph/files/patch-aa b/math/ngraph/files/patch-aa index f967ade35f14..dd5d24894012 100644 --- a/math/ngraph/files/patch-aa +++ b/math/ngraph/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Sat Oct 16 19:00:08 1999 -+++ Makefile Tue Nov 9 10:54:39 1999 +--- Makefile.orig Sat Oct 16 03:00:08 1999 ++++ Makefile Sun Jul 2 20:17:54 2000 @@ -1,27 +1,27 @@ # MAINVERSION = '"6.03"' @@ -43,7 +43,7 @@ # # ############################################################################### -@@ -132,17 +132,17 @@ +@@ -132,17 +132,18 @@ # # (Thanks to MIHIRA Sanpei Yoshiro ) # @@ -58,7 +58,8 @@ -#X11INCLUDE = -I/usr/X11R6/include -I/usr/dt/include -#STATICLINK = /usr/dt/lib/libXm.a -#X11LIB = -L/usr/X11R6/lib -L/usr/dt/lib -lm -lXext -lXt -lXp -lX11 -lICE -lSM -lxpg4 -+CC = gcc ++CC ?= gcc ++CFLAGS ?= -O -pipe +CCOPTION = ${CFLAGS} +MAKE = gmake +AR = ar diff --git a/math/ngraph/pkg-plist b/math/ngraph/pkg-plist index 92c7f000171f..d67ed9b827ed 100644 --- a/math/ngraph/pkg-plist +++ b/math/ngraph/pkg-plist @@ -38,4 +38,7 @@ lib/Ngraph/ngraph lib/Ngraph/ngraph.sh lib/Ngraph/terminal lib/Ngraph/text-in.nsc +@dirrm lib/Ngraph/demo +@dirrm lib/Ngraph/doc +@dirrm lib/Ngraph/ja @dirrm lib/Ngraph -- cgit v1.2.3