svn commit: r345800 - head/net/xprobe

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Feb 24 10:36:13 UTC 2014


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 at 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
- at unexec if cmp -s %D/%%ETCDIR%%/xprobe2.conf.sample %D/%%ETCDIR%%/xprobe2.conf; then rm -f %D/%%ETCDIR%%/xprobe2.conf; fi
+ at 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%%


More information about the svn-ports-head mailing list