summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-01-14 20:21:47 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-01-14 20:21:47 +0000
commit6a83c602cb5a4249479963e0f643f50676ff94a4 (patch)
tree1a92fa2038e8126e1100d69521a2283eee9537e9 /net
parento info file unified again. (diff)
- Use own do-install target
(mainly to strip binary properly) - Add WWW: line PR: ports/24288 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=37199
Diffstat (limited to 'net')
-rw-r--r--net/nstreams/Makefile11
-rw-r--r--net/nstreams/pkg-descr2
-rw-r--r--net/nstreams/pkg-plist2
3 files changed, 13 insertions, 2 deletions
diff --git a/net/nstreams/Makefile b/net/nstreams/Makefile
index 8cf48061c32f..be216ae9b680 100644
--- a/net/nstreams/Makefile
+++ b/net/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/nstreams/pkg-descr b/net/nstreams/pkg-descr
index e263b3e88f19..d0710f77aaae 100644
--- a/net/nstreams/pkg-descr
+++ b/net/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/nstreams/pkg-plist b/net/nstreams/pkg-plist
index 69e550a05b21..529f8ba5af72 100644
--- a/net/nstreams/pkg-plist
+++ b/net/nstreams/pkg-plist
@@ -1,3 +1,3 @@
bin/nstreams
-etc/nstreams-services
etc/nstreams-networks.sample
+etc/nstreams-services.sample