ports/143321: [PATCH] palm/jfconv: switch to using DOCSDIR macro

Sevan Janiyan venture37 at geeklan.co.uk
Thu Jan 28 19:40:10 UTC 2010


>Number:         143321
>Category:       ports
>Synopsis:       [PATCH] palm/jfconv: switch to using DOCSDIR macro
>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:   Thu Jan 28 19:40:09 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Sevan Janiyan
>Release:        FreeBSD 8.0-RELEASE-p2 amd64
>Organization:
>Environment:
System: FreeBSD newbie.thingamajig-systems.co.uk 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan  5 21:11:58 UTC
>Description:

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

--- jfconv-2000.05.17.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/palm/jfconv/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile	16 Apr 2008 22:06:07 -0000	1.12
+++ Makefile	28 Jan 2010 19:29:34 -0000
@@ -21,8 +21,8 @@
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/jconv ${PREFIX}/bin/jfconv
 .if !defined(NOPORTDOCS)
-	${MKDIR} ${PREFIX}/share/doc/jfconv/
-	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/jfconv/
+	${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/palm/jfconv/pkg-plist,v
retrieving revision 1.3
diff -u -r1.3 pkg-plist
--- pkg-plist	10 Feb 2001 13:19:57 -0000	1.3
+++ pkg-plist	28 Jan 2010 19:29:34 -0000
@@ -1,3 +1,3 @@
 bin/jfconv
-%%PORTDOCS%%share/doc/jfconv/README
-%%PORTDOCS%%@dirrm share/doc/jfconv
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
--- jfconv-2000.05.17.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list