aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
Diffstat (limited to 'print')
-rw-r--r--print/pfbtopfa/Makefile1
-rw-r--r--print/pfbtopfa/files/patch-Makefile9
2 files changed, 10 insertions, 0 deletions
diff --git a/print/pfbtopfa/Makefile b/print/pfbtopfa/Makefile
index 859b23cb1e9b..f5db7458081d 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 000000000000..1dca52668738
--- /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