From e62459f51ba2b411bc9d9affce1d8f49d659088f Mon Sep 17 00:00:00 2001 From: vanilla Date: Sun, 14 Jan 2001 20:21:47 +0000 Subject: - Use own do-install target (mainly to strip binary properly) - Add WWW: line PR: ports/24288 Submitted by: KATO Tsuguru --- net-mgmt/nstreams/Makefile | 11 ++++++++++- net-mgmt/nstreams/pkg-descr | 2 ++ net-mgmt/nstreams/pkg-plist | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) (limited to 'net-mgmt') diff --git a/net-mgmt/nstreams/Makefile b/net-mgmt/nstreams/Makefile index 8cf4806..be216ae 100644 --- a/net-mgmt/nstreams/Makefile +++ b/net-mgmt/nstreams/Makefile @@ -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 diff --git a/net-mgmt/nstreams/pkg-descr b/net-mgmt/nstreams/pkg-descr index e263b3e..d0710f7 100644 --- a/net-mgmt/nstreams/pkg-descr +++ b/net-mgmt/nstreams/pkg-descr @@ -12,3 +12,5 @@ version 0.99.x). 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 --git a/net-mgmt/nstreams/pkg-plist b/net-mgmt/nstreams/pkg-plist index 69e550a..529f8ba 100644 --- a/net-mgmt/nstreams/pkg-plist +++ b/net-mgmt/nstreams/pkg-plist @@ -1,3 +1,3 @@ bin/nstreams -etc/nstreams-services etc/nstreams-networks.sample +etc/nstreams-services.sample -- cgit v1.1