svn commit: r319547 - head/sysutils/moreutils-parallel/files
Eitan Adler
eadler at FreeBSD.org
Fri May 31 22:42:41 UTC 2013
Author: eadler
Date: Fri May 31 22:42:40 2013
New Revision: 319547
URL: http://svnweb.freebsd.org/changeset/ports/319547
Log:
Fix build:
I had done the testing and committing in two separate trees :(
Reported by: sunpoet
Modified:
head/sysutils/moreutils-parallel/files/patch-Makefile
Modified: head/sysutils/moreutils-parallel/files/patch-Makefile
==============================================================================
--- head/sysutils/moreutils-parallel/files/patch-Makefile Fri May 31 22:30:57 2013 (r319546)
+++ head/sysutils/moreutils-parallel/files/patch-Makefile Fri May 31 22:42:40 2013 (r319547)
@@ -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
More information about the svn-ports-all
mailing list