diff options
author | vs <vs@FreeBSD.org> | 2005-10-13 18:26:08 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-10-13 18:26:08 +0800 |
commit | 9f127e298186d16713a4a8818702aeccf91c9caf (patch) | |
tree | 1c7db54c3ee1291c72d2346debfa03cbe0c4e4b0 /audio/cpige | |
parent | f639806f999d613e746cb10d05c29b3f1d4931b0 (diff) | |
download | freebsd-ports-gnome-9f127e298186d16713a4a8818702aeccf91c9caf.tar.gz freebsd-ports-gnome-9f127e298186d16713a4a8818702aeccf91c9caf.tar.zst freebsd-ports-gnome-9f127e298186d16713a4a8818702aeccf91c9caf.zip |
Use MAKE_ARGS
Diffstat (limited to 'audio/cpige')
-rw-r--r-- | audio/cpige/Makefile | 2 | ||||
-rw-r--r-- | audio/cpige/files/patch-Makefile | 12 |
2 files changed, 2 insertions, 12 deletions
diff --git a/audio/cpige/Makefile b/audio/cpige/Makefile index f8e89433ddb4..c1d830f53fc0 100644 --- a/audio/cpige/Makefile +++ b/audio/cpige/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://ed.zehome.com/cpige/ MAINTAINER= ports@FreeBSD.org COMMENT= Icecast/Shoutcast stream ripper +MAKE_ARGS= CC="${CC}" CLIBS="${LDFLAGS}" CFLAGS="${CFLAGS}" + PLIST_FILES= bin/${PORTNAME} do-install: diff --git a/audio/cpige/files/patch-Makefile b/audio/cpige/files/patch-Makefile deleted file mode 100644 index 3c761ef4ffe1..000000000000 --- a/audio/cpige/files/patch-Makefile +++ /dev/null @@ -1,12 +0,0 @@ ---- Makefile.orig Sun Mar 27 14:57:32 2005 -+++ Makefile Sun Mar 27 14:57:58 2005 -@@ -1,6 +1,6 @@ --CC=gcc --CLIBS= --CFLAGS=-Wall -+CC?=gcc -+CLIBS=${LDFLAGS} -+CFLAGS+=-Wall - - all: debug - $(CC) $(CLIBS) $(CFLAGS) debug.o cpige.c -o cpige |