Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jun 2002 11:17:34 -0500
From:      Dave Glowacki <dglo@hyde.ssec.wisc.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/39112: [MAINTAINER UPDATE] fix java/jakarta-oro Makefile typo
Message-ID:  <200206101617.g5AGHYV18224@hyde.ssec.wisc.edu>

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

>Number:         39112
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] fix java/jakarta-oro Makefile typo
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 10 09:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Dave Glowacki
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD eusebius.glowacki.org 4.5-STABLE FreeBSD 4.5-STABLE #5: Wed Mar 27 17:11:17 CST 2002 @eusebius.glowacki.org:/usr/src/sys/compile/EUSEBIUS i386


	
>Description:
	Due to a Makefile typo, documentation is not being installed
	for the java/jakarta-oro port
>How-To-Repeat:
	Build the port, observe the lack of docs
>Fix:

--- Makefile.orig	Wed May 22 13:22:13 2002
+++ Makefile	Mon Jun 10 10:46:43 2002
@@ -28,7 +28,7 @@
 	@${INSTALL_DATA} ${WRKSRC}/jakarta-oro-${PORTVERSION}.jar ${LOCALBASE}/share/java/classes/jakarta-oro.jar
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-	@(cd ${WRKSRC}/doc/api && ${TAR} -c -f - .) \
+	@(cd ${WRKSRC}/docs/api && ${TAR} -c -f - .) \
 		| (cd ${DOCSDIR} && ${TAR} --unlink -x -f -)
 	@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
 	@cd ${PREFIX} \
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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