svn commit: r388186 - head/net-mgmt/pixilate

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jun 1 01:28:36 UTC 2015


Author: amdmi3
Date: Mon Jun  1 01:28:35 2015
New Revision: 388186
URL: https://svnweb.freebsd.org/changeset/ports/388186

Log:
  - Add LICENSE
  - Switch to USES=autoreconf

Modified:
  head/net-mgmt/pixilate/Makefile

Modified: head/net-mgmt/pixilate/Makefile
==============================================================================
--- head/net-mgmt/pixilate/Makefile	Mon Jun  1 01:28:14 2015	(r388185)
+++ head/net-mgmt/pixilate/Makefile	Mon Jun  1 01:28:35 2015	(r388186)
@@ -10,13 +10,15 @@ MASTER_SITES=	SF/winfingerprint/${PORTNA
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Generates packets to match a list of Cisco PIX access lists
 
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	libnet.so:${PORTSDIR}/net/libnet
 
 WRKSRC=		${WRKDIR}/pixilate
 
-USES=		libtool
-USE_AUTOTOOLS=	aclocal autoconf automake
-AUTOMAKE_ARGS=	--add-missing
+USES=		autoreconf libtool
+GNU_CONFIGURE=	yes
 
 PORTDOCS=	README
 PLIST_FILES=	bin/pixilate man/man1/pixilate.1.gz
@@ -26,6 +28,8 @@ LIBNET_CONFIG?=	${LOCALBASE}/bin/libnet1
 OPTIONS_DEFINE=	DOCS
 
 post-patch:
+	@cd ${WRKSRC} && ${RM} -f INSTALL install-sh missing mkinstalldirs
+
 	@${REINPLACE_CMD} -e \
 		's|libnet-config|${LIBNET_CONFIG}|; \
 		 s|--defines`|& `${LIBNET_CONFIG} --cflags`|' \


More information about the svn-ports-head mailing list