diff options
author | vs <vs@FreeBSD.org> | 2005-06-06 11:10:33 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-06-06 11:10:33 +0000 |
commit | a6f2841fec477c18b0429c3bc1d6c5ef2d4134ef (patch) | |
tree | 727bb886e77b131743697c29f6313efdd4b08bd4 /converters | |
parent | 1c2a81f93b599f60c8ff3655acfba556a863e6d2 (diff) | |
download | FreeBSD-ports-a6f2841fec477c18b0429c3bc1d6c5ef2d4134ef.zip FreeBSD-ports-a6f2841fec477c18b0429c3bc1d6c5ef2d4134ef.tar.gz |
Use MAKE_ARGS instead of patch
Diffstat (limited to 'converters')
-rw-r--r-- | converters/ish/Makefile | 1 | ||||
-rw-r--r-- | converters/ish/files/patch-aa | 12 |
2 files changed, 1 insertions, 12 deletions
diff --git a/converters/ish/Makefile b/converters/ish/Makefile index d5b760a..fbf7d58 100644 --- a/converters/ish/Makefile +++ b/converters/ish/Makefile @@ -13,6 +13,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Binary-to-text file-encoder MAKEFILE= makefile +MAKE_ARGS= CFLAGS="${CFLAGS}" DEST=${PREFIX}/bin PLIST_FILES= bin/ish ALL_TARGET= ish diff --git a/converters/ish/files/patch-aa b/converters/ish/files/patch-aa deleted file mode 100644 index a45ab2a..0000000 --- a/converters/ish/files/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ ---- makefile.orig Sun Aug 5 04:04:08 1990 -+++ makefile Sun Oct 19 01:34:53 2003 -@@ -1,6 +1,7 @@ --DEST = . -+DEST = $(PREFIX)/bin - #CFLAGS = -O -DSysV --CFLAGS = -O -+CFLAGS ?= -O -pipe -+CC ?= cc - LDFLAGS = -s - - SRCS = crc.c decode.c encode.c ish.c jis7.c jis8.c sjis.c njis.c |