Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2001 12:06:17 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/24288: Update port: net/nstreams
Message-ID:  <200101122006.f0CK6Hb92170@freefall.freebsd.org>

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

>Number:         24288
>Category:       ports
>Synopsis:       Update port: net/nstreams
>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:   Fri Jan 12 12:10:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.2-RELEASE i386
>Organization:
>Environment:
>Description:
- Use own do-install target
  (mainly to strip binary properly)
- Add WWW: line

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/net/nstreams/Makefile net/nstreams/Makefile
--- /usr/ports/net/nstreams/Makefile	Tue Jan  9 22:08:08 2001
+++ net/nstreams/Makefile	Thu Jan 11 04:30:40 2001
@@ -7,14 +7,23 @@
 
 PORTNAME=	nstreams
 PORTVERSION=	1.0.0
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://www.hsc.fr/ressources/outils/nstreams/download/
 
 MAINTAINER=	ports@FreeBSD.org
 
+WRKSRC=		${WRKDIR}/${PORTNAME}
+
 GNU_CONFIGURE=	yes
-WRKSRC=		${WRKDIR}/nstreams
 
 MAN1=		nstreams.1
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/src/nstreams ${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/docs/nstreams.1 ${MANPREFIX}/man/man1
+.for file in nstreams-networks nstreams-services
+	${INSTALL_DATA} ${WRKSRC}/docs/${file} ${PREFIX}/etc/${file}.sample
+.endfor
 
 .include <bsd.port.mk>
diff -urN /usr/ports/net/nstreams/pkg-descr net/nstreams/pkg-descr
--- /usr/ports/net/nstreams/pkg-descr	Sat Sep 25 12:40:28 1999
+++ net/nstreams/pkg-descr	Thu Jan 11 04:06:50 2001
@@ -12,3 +12,5 @@
 This product was designed by HSC and coded by Renaud Deraison
 (deraison@cvs.nessus.org), author of the Nessus software (www.nessus.org). It
 is available for free and under GNU license.
+
+WWW: http://www.hsc.fr/ressources/outils/nstreams/
diff -urN /usr/ports/net/nstreams/pkg-plist net/nstreams/pkg-plist
--- /usr/ports/net/nstreams/pkg-plist	Sat Sep 25 12:40:28 1999
+++ net/nstreams/pkg-plist	Thu Jan 11 04:28:20 2001
@@ -1,3 +1,3 @@
 bin/nstreams
-etc/nstreams-services
 etc/nstreams-networks.sample
+etc/nstreams-services.sample


>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?200101122006.f0CK6Hb92170>