mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Respect CC and CFLAGS, and remove all extraneous directories on deinstall
Noticed by: bento
This commit is contained in:
parent
31271a4f56
commit
abf14d1e58
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30104
2 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue