Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Aug 2001 02:12:53 -0400 (EDT)
From:      Patrick Li <pat@databits.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29749: Fix pkg-plist for chinese/gb2ps
Message-ID:  <200108160612.f7G6Cra34558@cc92687-a.wlgrv1.pa.home.com>

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

>Number:         29749
>Category:       ports
>Synopsis:       Fix pkg-plist for chinese/gb2ps
>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:   Wed Aug 15 23:20:08 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Patrick Li
>Release:        FreeBSD 4.4-PRERELEASE i386
>Organization:
N/A
>Environment:
System: FreeBSD pento 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Mon Aug 13 19:08:19 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386
>Description:
- Remove @comment
- Add NOPORTDOCS support
- use ${INSTALL_DATA} over ${INSTALL_MAN} for docs.
>How-To-Repeat:
N/A
>Fix:
diff -ruN /usr/ports/chinese/gb2ps/Makefile gb2ps/Makefile
--- /usr/ports/chinese/gb2ps/Makefile	Thu Apr 13 04:28:02 2000
+++ gb2ps/Makefile	Wed Aug 15 23:29:47 2001
@@ -34,7 +34,7 @@
 .endfor
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${PREFIX}/share/doc/gb2ps
-	${INSTALL_MAN} ${WRKSRC}/gb2ps.help ${PREFIX}/share/doc/gb2ps
+	${INSTALL_DATA} ${WRKSRC}/gb2ps.help ${PREFIX}/share/doc/gb2ps
 .endif
 
 .include <bsd.port.mk>
diff -ruN /usr/ports/chinese/gb2ps/pkg-plist gb2ps/pkg-plist
--- /usr/ports/chinese/gb2ps/pkg-plist	Thu Jan  4 12:33:15 2001
+++ gb2ps/pkg-plist	Wed Aug 15 23:30:12 2001
@@ -1,4 +1,3 @@
-@comment $FreeBSD: ports/chinese/gb2ps/pkg-plist,v 1.3 2001/01/04 17:33:15 sf Exp $
 bin/gb2ps
 share/chinese/cover.ps
 share/chinese/gb/csong24.ccf
@@ -6,7 +5,7 @@
 share/chinese/gb/cfang24.ccf
 share/chinese/gb/chei24.ccf
 share/chinese/gb/cfan24.ccf
-share/doc/gb2ps/gb2ps.help
-@dirrm share/doc/gb2ps
+%%PORTDOCS%%share/doc/gb2ps/gb2ps.help
+%%PORTDOCS%%@dirrm share/doc/gb2ps
 @unexec rmdir %D/share/chinese/gb 2>/dev/null || true
 @unexec rmdir %D/share/chinese 2>/dev/null || true
>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?200108160612.f7G6Cra34558>