Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jan 2000 19:46:42 +0600 (NOVT)
From:      nnd@mail.nsk.ru
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/16376: Correction for 'net/pchar' port
Message-ID:  <200001261346.TAA04588@wint.itfs.nsk.su>

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

>Number:         16376
>Category:       ports
>Synopsis:       Correction for 'net/pchar' port
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 26 05:50:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Nickolay Dudorov
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
STE Infoteka
>Environment:

	Current 'ports/net/pchar' port (pchar version 1.1.1)

>Description:

	Man page (previously named "pchar.1") in this version
was renamed to "pchar.8" (but call itself 'pchar 1' internally ;)

>How-To-Repeat:

	cd /usr/ports/net/pchar; make install

>Fix:

	Apply the next patch (or, better make another one which
allow to install this port).


Index: Makefile
===================================================================
RCS file: /store/CVS/ports/net/pchar/Makefile,v
retrieving revision 1.5
diff -b -u -r1.5 Makefile
--- Makefile	2000/01/24 23:20:51	1.5
+++ Makefile	2000/01/26 13:32:40
@@ -21,8 +21,8 @@
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/pchar ${PREFIX}/sbin
-	@${PERL} -pi.orig -e 's/pchar 1/pchar 8/g' ${WRKSRC}/pchar.1
-	${INSTALL_MAN} ${WRKSRC}/pchar.1 ${PREFIX}/man/man8/pchar.8
+	@${PERL} -pi.orig -e 's/pchar 1/pchar 8/g' ${WRKSRC}/pchar.8
+	${INSTALL_MAN} ${WRKSRC}/pchar.8 ${PREFIX}/man/man8/
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${PREFIX}/share/doc/pchar
 	cd ${WRKSRC} ; ${INSTALL_DATA} README FAQ ${PREFIX}/share/doc/pchar

>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?200001261346.TAA04588>