Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Mar 2010 00:20:06 +0000 (UTC)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r204613 - user/jmallett/octeon/usr.bin/csup
Message-ID:  <201003030020.o230K6Y6086813@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jmallett
Date: Wed Mar  3 00:20:05 2010
New Revision: 204613
URL: http://svn.freebsd.org/changeset/base/204613

Log:
  Don't install to /usr/local/bin since that might not exist, especially since
  BSD.local.dist is no longer part of base.

Modified:
  user/jmallett/octeon/usr.bin/csup/Makefile

Modified: user/jmallett/octeon/usr.bin/csup/Makefile
==============================================================================
--- user/jmallett/octeon/usr.bin/csup/Makefile	Wed Mar  3 00:06:22 2010	(r204612)
+++ user/jmallett/octeon/usr.bin/csup/Makefile	Wed Mar  3 00:20:05 2010	(r204613)
@@ -1,8 +1,8 @@
 # $FreeBSD$
 
-PREFIX?=	/usr/local
-BINDIR?=	${PREFIX}/bin
-MANDIR?=	${PREFIX}/man/man
+#PREFIX?=	/usr/local
+#BINDIR?=	${PREFIX}/bin
+#MANDIR?=	${PREFIX}/man/man
 
 UNAME!=		/usr/bin/uname -s
 



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