diff options
author | kris <kris@FreeBSD.org> | 2000-07-03 11:30:13 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-07-03 11:30:13 +0800 |
commit | 0a34019c06ef38d5a7f24f552c4671d56c5da563 (patch) | |
tree | be4afa5a2920597bc6ee88914c386b56072af9ed /math | |
parent | 6d99b169a379f01094f4a1c2dc6ad905990cec32 (diff) | |
download | freebsd-ports-gnome-0a34019c06ef38d5a7f24f552c4671d56c5da563.tar.gz freebsd-ports-gnome-0a34019c06ef38d5a7f24f552c4671d56c5da563.tar.zst freebsd-ports-gnome-0a34019c06ef38d5a7f24f552c4671d56c5da563.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 |