mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Use MAKE_ARGS to simplify patches.
Suggested by: danfe
This commit is contained in:
parent
5dff3c8f6c
commit
8305caa167
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326196
2 changed files with 1 additions and 11 deletions
|
@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= English dictionary utility for Korean
|
COMMENT= English dictionary utility for Korean
|
||||||
|
|
||||||
EXTRACT_AFTER_ARGS= --exclude '*.o'
|
EXTRACT_AFTER_ARGS= --exclude '*.o'
|
||||||
|
MAKE_ARGS= CC="${CC}"
|
||||||
PLIST_FILES= bin/edic bin/engdic
|
PLIST_FILES= bin/edic bin/engdic
|
||||||
PORTDATA= [a-z].dic.gz
|
PORTDATA= [a-z].dic.gz
|
||||||
|
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- Makefile.orig 1999-09-05 22:48:50.000000000 -0400
|
|
||||||
+++ Makefile 2013-08-30 15:19:45.000000000 -0400
|
|
||||||
@@ -28,7 +28,7 @@
|
|
||||||
DESTDIR = /usr/local/bin/
|
|
||||||
DATA_DESTDIR = /usr/local/share/engdic/
|
|
||||||
RM = rm -f *.o
|
|
||||||
-CC = gcc
|
|
||||||
+CC ?= cc
|
|
||||||
|
|
||||||
all: engdic
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue