mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Use ${CC} instead of CC, ${CC} was intented here
- Do not unconditionally strip binary PR: 200524
This commit is contained in:
parent
8a130e97ca
commit
2b5cc424fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387896
@ -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/
|
||||
|
9
print/pfbtopfa/files/patch-Makefile
Normal file
9
print/pfbtopfa/files/patch-Makefile
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user