ports/72408: [PATCH] Missing $'s in the unixstat Makefile

Mike Meyer mwm at mired.org
Wed Oct 6 21:40:25 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list