ports/157891: [PATCH] graphics/p5-Image-ExifTool: minor fix of mantags:
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jun 15 02:40:10 UTC 2011
>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 at 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:
More information about the freebsd-ports-bugs
mailing list