diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-07-03 03:30:13 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-07-03 03:30:13 +0000 |
commit | abf14d1e58e103fb0da1914db7d4c59679fa7ddc (patch) | |
tree | 30dea69d9aac89c2ba08fa7be923f4561c737642 /math | |
parent | 31271a4f5640971e2dce60e2780930c58d471b52 (diff) | |
download | freebsd-ports-abf14d1e58e103fb0da1914db7d4c59679fa7ddc.zip |
Respect CC and CFLAGS, and remove all extraneous directories on deinstall
Noticed by: bento
Diffstat (limited to 'math')
-rw-r--r-- | math/ngraph/files/patch-aa | 9 | ||||
-rw-r--r-- | math/ngraph/pkg-plist | 3 |
2 files changed, 8 insertions, 4 deletions
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 <sanpei@sanpei.org>) # @@ -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 |