svn commit: r387896 - in head/print/pfbtopfa: . files
Antoine Brodin
antoine at FreeBSD.org
Fri May 29 21:48:16 UTC 2015
Author: antoine
Date: Fri May 29 21:48:15 2015
New Revision: 387896
URL: https://svnweb.freebsd.org/changeset/ports/387896
Log:
- Use ${CC} instead of CC, ${CC} was intented here
- Do not unconditionally strip binary
PR: 200524
Added:
head/print/pfbtopfa/files/
head/print/pfbtopfa/files/patch-Makefile (contents, props changed)
Modified:
head/print/pfbtopfa/Makefile
Modified: head/print/pfbtopfa/Makefile
==============================================================================
--- head/print/pfbtopfa/Makefile Fri May 29 21:43:27 2015 (r387895)
+++ head/print/pfbtopfa/Makefile Fri May 29 21:48:15 2015 (r387896)
@@ -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/
Added: head/print/pfbtopfa/files/patch-Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/print/pfbtopfa/files/patch-Makefile Fri May 29 21:48:15 2015 (r387896)
@@ -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
More information about the svn-ports-all
mailing list