Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 May 2013 22:42:41 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319547 - head/sysutils/moreutils-parallel/files
Message-ID:  <201305312242.r4VMgfIi099074@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305312242.r4VMgfIi099074>