mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
Swith to DISTVERSION. Add TEST_TARGET and USES=perl5 to test phase. Changelog: Fixed library check for modern compilers. Removed old D language stuff. Remove support for K&R compilers and ancient systems. Fix debug output for env vars. DI_ARGS: print error and exit when encountering unknown data. PR: 280151 Approved by: submitter is maintainer
11 lines
235 B
Text
11 lines
235 B
Text
--- C/Makefile.orig 2024-06-24 00:49:39 UTC
|
|
+++ C/Makefile
|
|
@@ -42,7 +42,7 @@ TEST = test
|
|
###
|
|
# installation options
|
|
#
|
|
-prefix = /usr/local
|
|
+prefix ?= /usr/local
|
|
PREFIX = $(prefix)
|
|
BINDIR = $(PREFIX)/bin
|
|
DATADIR = $(PREFIX)/share
|