Skip site navigation (1)Skip section navigation (2)
Date:      6 Oct 2004 21:39:29 -0000
From:      Mike Meyer <mwm@mired.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/72408: [PATCH] Missing $'s in the unixstat Makefile
Message-ID:  <20041006213929.49401.qmail@mired.org>
Resent-Message-ID: <200410062140.i96LeOjc009263@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         72408
>Category:       ports
>Synopsis:       [PATCH] Missing $'s in the unixstat Makefile
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 06 21:40:24 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Mike Meyer
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
Meyer Consulting
>Environment:
System: FreeBSD guru.mired.org 4.9-STABLE FreeBSD 4.9-STABLE #2: Sun Aug 29 04:17:35 CDT 2004 mwm@guru.mired.org:/usr/src/sys/compile/GURU i386


>Description:
	The unixstat port is missing a couple of $'s on variables in
	the Makefile.

>How-To-Repeat:
	Try to install math/unixstat
>Fix:

diff -u unixstat-orig/Makefile unixstat/Makefile
--- unixstat-orig/Makefile	Wed Oct  6 15:41:39 2004
+++ unixstat/Makefile	Wed Oct  6 15:41:54 2004
@@ -32,8 +32,8 @@
 .endif
 
 post-patch:
-	@{MV} ${WRKSRC}/man/intro.1 ${WRKSRC}/man/unixstat.1
-	@{RM} ${WRKSRC}/man/cat.1
+	@${MV} ${WRKSRC}/man/intro.1 ${WRKSRC}/man/unixstat.1
+	@${RM} ${WRKSRC}/man/cat.1
 
 do-build:
 	@(cd ${WRKSRC}/src; ${SETENV} ${MAKE_ENV} make ${MAKE_ARGS})
Common subdirectories: unixstat-orig/files and unixstat/files



>Release-Note:
>Audit-Trail:
>Unformatted:



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