Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jun 2011 10:31:03 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        devin@spamcop.net
Subject:   ports/157891: [PATCH] graphics/p5-Image-ExifTool: minor fix of mantags:
Message-ID:  <20110615023103.472C54D0D@sunpoet.net>
Resent-Message-ID: <201106150240.p5F2e9ji033932@freefall.freebsd.org>

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

>Number:         157891
>Category:       ports
>Synopsis:       [PATCH] graphics/p5-Image-ExifTool: minor fix of mantags:
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 15 02:40:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Wed Mar 30 10:30:31 CST 2011
>Description:
- Minor fix of mantags:

Port maintainer (devin@spamcop.net) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-Image-ExifTool-8.50.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/p5-Image-ExifTool/Makefile,v
retrieving revision 1.42
diff -u -u -r1.42 Makefile
--- Makefile	11 Mar 2011 15:16:23 -0000	1.42
+++ Makefile	15 Jun 2011 02:31:30 -0000
@@ -62,10 +62,10 @@
 
 # Maintainer section
 mantags:
-	@cd ${LOCALBASE}/lib/perl5/${PERL_VERSION}/man/man3/ && \
-		ls Image::ExifTool::* | \
-		cut -f5 -d: | \
-		cut -f1 -d. | \
+	@cd ${MAN3PREFIX}/man/man3/ && \
+		${LS} Image::ExifTool::* | \
+		${CUT} -f5 -d: | \
+		${CUT} -f1 -d. | \
 		${TR} "\n" " "
 
 .include <bsd.port.mk>
--- p5-Image-ExifTool-8.50.patch ends here ---

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



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