Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Feb 2005 10:59:46 +1100 (EST)
From:      Sam Lawrance <boris@brooknet.com.au>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/77694: [PATCH] math/emc2: update distfile names in Makefile
Message-ID:  <20050218235946.BD17C1646@localhost>
Resent-Message-ID: <200502190000.j1J00WZl053226@freefall.freebsd.org>

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

>Number:         77694
>Category:       ports
>Synopsis:       [PATCH] math/emc2: update distfile names in Makefile
>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:   Sat Feb 19 00:00:32 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Sam Lawrance
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD dirk.no.domain 5.3-STABLE FreeBSD 5.3-STABLE #3: Wed Feb  9 00:12:24 EST
>Description:
Wrong distfile names in makefile causing install error

>How-To-Repeat:
>Fix:

--- emc2-2.15_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/FreeBSD/ports/math/emc2/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	3 Feb 2005 13:51:02 -0000	1.3
+++ Makefile	18 Feb 2005 23:53:27 -0000
@@ -36,7 +36,7 @@
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR} ${EXAMPLESDIR}
 	@${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${DOCSDIR}
-.for doc in ${PORTNAME}.doc.en.ps.gz ${PORTNAME}.doc.fr.ps.gz
+.for doc in ${PORTNAME}-doc-en.ps.gz ${PORTNAME}-doc-fr.ps.gz
 	@${INSTALL_DATA} ${DISTDIR}/${doc} ${DOCSDIR}
 .endfor
 	@${ECHO_MSG} "===>  Documentation installed in ${DOCSDIR}."
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/FreeBSD/ports/math/emc2/pkg-plist,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-plist
--- pkg-plist	2 Jan 2004 22:02:23 -0000	1.1
+++ pkg-plist	18 Feb 2005 23:53:48 -0000
@@ -1,8 +1,8 @@
 bin/emc2
 bin/prf_f3d
 %%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT
-%%PORTDOCS%%%%DOCSDIR%%/emc2.doc.en.ps.gz
-%%PORTDOCS%%%%DOCSDIR%%/emc2.doc.fr.ps.gz
+%%PORTDOCS%%%%DOCSDIR%%/emc2-doc-en.ps.gz
+%%PORTDOCS%%%%DOCSDIR%%/emc2-doc-fr.ps.gz
 %%PORTDOCS%%%%EXAMPLESDIR%%/c.emc2_bd
 %%PORTDOCS%%%%EXAMPLESDIR%%/cooler.emc2_bd
 %%PORTDOCS%%%%EXAMPLESDIR%%/culot1.emc2_bd
--- emc2-2.15_1.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?20050218235946.BD17C1646>