Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Jul 2001 01:09:48 -0400 (EDT)
From:      pat@databits.net
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        grog@freebsd.org
Subject:   ports/28755: Fix port: cad/sceptre
Message-ID:  <200107060509.f6659mj60397@wlgrv1.pa.home.com>

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

>Number:         28755
>Category:       ports
>Synopsis:       Fix port: cad/sceptre
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 05 22:10:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Patrick Li
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
N/A
>Environment:
System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Wed Jul 4 05:55:31 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386
>Description:
+ Add NOPORTDOCS to pkg-plist
+ Use ${INSTALL_DATA} for docs not ${INSTALL_MAN}
+ Fix entry in MAINTAINER field
>How-To-Repeat:
N/A
>Fix:
diff -ruN /usr/ports/cad/sceptre/Makefile sceptre/Makefile
--- /usr/ports/cad/sceptre/Makefile	Sun Feb 11 01:58:03 2001
+++ sceptre/Makefile	Fri Jul  6 01:02:09 2001
@@ -10,7 +10,7 @@
 CATEGORIES=	cad
 MASTER_SITES=	ftp://novilux.fh-friedberg.de/pub/sceptre/
 
-MAINTAINER=	grog
+MAINTAINER=	grog@FreeBSD.org
 
 BUILD_DEPENDS=	f77:${PORTSDIR}/lang/f77
 
@@ -19,8 +19,8 @@
 post-install:
 .if !defined(NOPORTDOCS)
 	  ${MKDIR} ${PREFIX}/share/doc/sceptre
-	  ${INSTALL_MAN} ${WRKSRC}/doc/doc_en.pdf ${PREFIX}/share/doc/sceptre/doc_en.pdf
-	  ${INSTALL_MAN} ${WRKSRC}/doc/doc_ger.pdf ${PREFIX}/share/doc/sceptre/doc_ger.pdf
+	  ${INSTALL_DATA} ${WRKSRC}/doc/doc_en.pdf ${PREFIX}/share/doc/sceptre/doc_en.pdf
+	  ${INSTALL_DATA} ${WRKSRC}/doc/doc_ger.pdf ${PREFIX}/share/doc/sceptre/doc_ger.pdf
 .endif
 
 .include <bsd.port.mk>
diff -ruN /usr/ports/cad/sceptre/pkg-plist sceptre/pkg-plist
--- /usr/ports/cad/sceptre/pkg-plist	Sun Feb 11 01:58:03 2001
+++ sceptre/pkg-plist	Fri Jul  6 00:45:15 2001
@@ -10,6 +10,6 @@
 lib/libx3.a
 lib/usrlib.a
 lib/modellib.dat
-share/doc/sceptre/doc_en.pdf
-share/doc/sceptre/doc_ger.pdf
-@dirrm share/doc/sceptre
+%%PORTDOCS%%share/doc/sceptre/doc_en.pdf
+%%PORTDOCS%%share/doc/sceptre/doc_ger.pdf
+%%PORTDOCS%%@dirrm share/doc/sceptre
>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?200107060509.f6659mj60397>