ports/144546: [MAINTAINER] [PATCH] java/javahelp Fix typo in install section of Makefile

Rob Farmer rfarmer at predatorlabs.net
Mon Mar 8 06:30:06 UTC 2010


>Number:         144546
>Category:       ports
>Synopsis:       [MAINTAINER] [PATCH] java/javahelp Fix typo in install section of Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 08 06:30:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Rob Farmer
>Release:        9.0-CURRENT
>Organization:
>Environment:
FreeBSD pentium4.predatorlabs.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Wed Mar  3 22:21:56 PST 2010     rfarmer at pentium4.predatorlabs.net:/usr/obj/usr/src/sys/PENTIUM4  i386
>Description:
Fix typo in install section of Makefile and plist
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/java/javahelp/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	23 Feb 2010 09:49:48 -0000	1.1
+++ Makefile	8 Mar 2010 01:42:57 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	javahelp
 PORTVERSION=	2.0.05
+PORTREVISION=	1
 CATEGORIES=	java devel
 MASTER_SITES=	http://download.java.net/javadesktop/javahelp/ \
 		http://www.predatorlabs.net/dl/
@@ -47,7 +48,7 @@
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR} ${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/README.html ${DOCSDIR}]
+	${INSTALL_DATA} ${WRKSRC}/README.html ${DOCSDIR}
 	(cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} \* ${DOCSDIR})
 	(cd ${WRKSRC}/demos/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
 .endif
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/java/javahelp/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	23 Feb 2010 09:49:48 -0000	1.1
+++ pkg-plist	8 Mar 2010 01:43:45 -0000
@@ -315,7 +315,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/jhug/release/requirements.html
 %%PORTDOCS%%%%DOCSDIR%%/jhug/titlepage.html
 %%PORTDOCS%%%%DOCSDIR%%/spec/JavaHelp_V2_0_Specification.pdf
-%%PORTDOCS%%%%DOCSDIR%%]
+%%PORTDOCS%%%%DOCSDIR%%/README.html
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bin/UserGuide.jar
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bin/apiviewer.jar


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



More information about the freebsd-ports-bugs mailing list