mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- Use own do-install target
(mainly to strip binary properly) - Add WWW: line PR: ports/24288 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
This commit is contained in:
parent
dcfa8d2acc
commit
6a83c602cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37199
@ -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>
|
||||
|
@ -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/
|
||||
|
@ -1,3 +1,3 @@
|
||||
bin/nstreams
|
||||
etc/nstreams-services
|
||||
etc/nstreams-networks.sample
|
||||
etc/nstreams-services.sample
|
||||
|
@ -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>
|
||||
|
@ -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/
|
||||
|
@ -1,3 +1,3 @@
|
||||
bin/nstreams
|
||||
etc/nstreams-services
|
||||
etc/nstreams-networks.sample
|
||||
etc/nstreams-services.sample
|
||||
|
Loading…
Reference in New Issue
Block a user