mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
Fix build:
I had done the testing and committing in two separate trees :( Reported by: sunpoet
This commit is contained in:
parent
48583f3176
commit
039aba32a6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319547
@ -4,12 +4,12 @@
|
||||
-BINS=isutf8 ifdata ifne pee sponge mispipe lckdo parallel errno
|
||||
-PERLSCRIPTS=vidir vipe ts combine zrun chronic
|
||||
-MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 combine.1 ifdata.1 ifne.1 pee.1 zrun.1 chronic.1 mispipe.1 lckdo.1 parallel.1 errno.1
|
||||
-CFLAGS=-O2 -g -Wall
|
||||
-CFLAGS?=-O2 -g -Wall
|
||||
+BINS=parallel
|
||||
+MANS=parallel.1
|
||||
+CFLAGS+=-Wall
|
||||
INSTALL_BIN?=install -s
|
||||
-PREFIX=/usr
|
||||
-PREFIX?=/usr
|
||||
|
||||
-DOCBOOK2XMAN=docbook2x-man
|
||||
+.SUFFIXES: .1 .docbook
|
||||
|
Loading…
x
Reference in New Issue
Block a user