diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-05-29 21:48:15 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-05-29 21:48:15 +0000 |
commit | 2b5cc424fe41e30ae94d3d0a173c91a0f639a809 (patch) | |
tree | 132d78cc6241a50acb41838c71bfc555784eff7a /print | |
parent | 8a130e97ca5e3ff02fa2173f0b53dd025a8c3072 (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/pfbtopfa/Makefile | 1 | ||||
-rw-r--r-- | print/pfbtopfa/files/patch-Makefile | 9 |
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 |