mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Make port more compliant with style, fetch from GitHub instead of a local copy, respect port system CFLAGS, support installation of README files depending on DOCS, support testing of the compiled port, take maintainership from ports@. The installed programs are identical to those of the previous port version, except for CFLAGS from the ports system that are no longer ignored.
12 lines
215 B
Makefile
12 lines
215 B
Makefile
--- Build.mk.orig 2020-06-23 01:34:49 UTC
|
|
+++ Build.mk
|
|
@@ -1,7 +1,7 @@
|
|
# see License.txt for copyright and terms of use
|
|
|
|
-CC := gcc
|
|
-CFLAGS := -Wall
|
|
+# CC := gcc
|
|
+# CFLAGS := -Wall
|
|
# CFLAGS += -g
|
|
FLEX := flex
|
|
|