summaryrefslogtreecommitdiffstats
path: root/net-mgmt/nstreams
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2001-01-14 20:21:47 +0000
committervanilla <vanilla@FreeBSD.org>2001-01-14 20:21:47 +0000
commite62459f51ba2b411bc9d9affce1d8f49d659088f (patch)
tree3452da66917ec395d0a418165a2feef1963c78be /net-mgmt/nstreams
parent7df041fc9a7f365ff6352c229c85a1621cc79aa8 (diff)
downloadFreeBSD-ports-e62459f51ba2b411bc9d9affce1d8f49d659088f.zip
FreeBSD-ports-e62459f51ba2b411bc9d9affce1d8f49d659088f.tar.gz
- Use own do-install target
(mainly to strip binary properly) - Add WWW: line PR: ports/24288 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'net-mgmt/nstreams')
-rw-r--r--net-mgmt/nstreams/Makefile11
-rw-r--r--net-mgmt/nstreams/pkg-descr2
-rw-r--r--net-mgmt/nstreams/pkg-plist2
3 files changed, 13 insertions, 2 deletions
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 <bsd.port.mk>
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
OpenPOWER on IntegriCloud