From 06f4e1acfd2b23864f8547a4c675a82a4c3d683c Mon Sep 17 00:00:00 2001 From: antoine Date: Fri, 29 May 2015 21:48:15 +0000 Subject: - Use ${CC} instead of CC, ${CC} was intented here - Do not unconditionally strip binary PR: 200524 --- print/pfbtopfa/Makefile | 1 + print/pfbtopfa/files/patch-Makefile | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 print/pfbtopfa/files/patch-Makefile (limited to 'print') diff --git a/print/pfbtopfa/Makefile b/print/pfbtopfa/Makefile index 859b23cb1e9..f5db7458081 100644 --- a/print/pfbtopfa/Makefile +++ b/print/pfbtopfa/Makefile @@ -3,6 +3,7 @@ PORTNAME= pfbtopfa PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://www.whizkidtech.redprince.net/pfbtopfa/ \ ftp://ftp.whizkidtech.redprince.net/fonts/ diff --git a/print/pfbtopfa/files/patch-Makefile b/print/pfbtopfa/files/patch-Makefile new file mode 100644 index 00000000000..1dca5266873 --- /dev/null +++ b/print/pfbtopfa/files/patch-Makefile @@ -0,0 +1,9 @@ +--- Makefile.orig 2003-02-06 23:20:14 UTC ++++ Makefile +@@ -13,5 +13,4 @@ CC = gcc + all: pfbtopfa + + pfbtopfa: pfbtopfa.c +- CC ${CFLAGS} pfbtopfa.c -o pfbtopfa +- strip pfbtopfa ++ ${CC} ${CFLAGS} pfbtopfa.c -o pfbtopfa -- cgit