Use MAKE_ARGS to simplify patches.

Suggested by:	danfe
This commit is contained in:
Jung-uk Kim 2013-09-03 18:40:12 +00:00
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

View File

@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= English dictionary utility for Korean
EXTRACT_AFTER_ARGS= --exclude '*.o'
MAKE_ARGS= CC="${CC}"
PLIST_FILES= bin/edic bin/engdic
PORTDATA= [a-z].dic.gz

View File

@ -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