Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 2014 10:36:11 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345800 - head/net/xprobe
Message-ID:  <201402241036.s1OAaBSx058264@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Feb 24 10:36:11 2014
New Revision: 345800
URL: http://svnweb.freebsd.org/changeset/ports/345800
QAT: https://qat.redports.org/buildarchive/r345800/

Log:
  - Add LICENSE
  - Support STAGEDIR

Modified:
  head/net/xprobe/Makefile
  head/net/xprobe/pkg-descr
  head/net/xprobe/pkg-plist

Modified: head/net/xprobe/Makefile
==============================================================================
--- head/net/xprobe/Makefile	Mon Feb 24 10:36:05 2014	(r345799)
+++ head/net/xprobe/Makefile	Mon Feb 24 10:36:11 2014	(r345800)
@@ -9,16 +9,9 @@ MASTER_SITES=	SF/xprobe/${PORTNAME}/Xpro
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	ICMP active OS fingerprint scanner
 
-GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	INSTALL=${INSTALL}
-
-MAN1=		xprobe2.1
+LICENSE=	GPLv2
 
-post-install:	.SILENT
-	if [ ! -f ${ETCDIR}/${PORTNAME}.conf ]; then \
-		${INSTALL_DATA} ${ETCDIR}/${PORTNAME}.conf.sample \
-			${ETCDIR}/${PORTNAME}.conf; \
-	fi
+CONFIGURE_ENV=	INSTALL=${INSTALL}
+GNU_CONFIGURE=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/net/xprobe/pkg-descr
==============================================================================
--- head/net/xprobe/pkg-descr	Mon Feb 24 10:36:05 2014	(r345799)
+++ head/net/xprobe/pkg-descr	Mon Feb 24 10:36:11 2014	(r345800)
@@ -4,4 +4,4 @@ X is a logic developed from the various 
 Fingerprinting methods discovered during the "ICMP Usage In 
 Scanning" research project.
 
-WWW: http://xprobe.sourceforge.net
+WWW: http://xprobe.sourceforge.net/

Modified: head/net/xprobe/pkg-plist
==============================================================================
--- head/net/xprobe/pkg-plist	Mon Feb 24 10:36:05 2014	(r345799)
+++ head/net/xprobe/pkg-plist	Mon Feb 24 10:36:11 2014	(r345800)
@@ -1,5 +1,6 @@
 bin/xprobe2
-@unexec if cmp -s %D/%%ETCDIR%%/xprobe2.conf.sample %D/%%ETCDIR%%/xprobe2.conf; then rm -f %D/%%ETCDIR%%/xprobe2.conf; fi
+@unexec if cmp -s %D/%%ETCDIR%%/xprobe2.conf %D/%%ETCDIR%%/xprobe2.conf.sample; then rm -f %D/%%ETCDIR%%/xprobe2.conf; fi
 %%ETCDIR%%/xprobe2.conf.sample
 @exec if [ ! -f %D/%%ETCDIR%%/xprobe2.conf ]; then cp -p %D/%F %B/xprobe2.conf; fi
+man/man1/xprobe2.1.gz
 @dirrm %%ETCDIR%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402241036.s1OAaBSx058264>