Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Dec 2017 11:14:55 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455266 - head/net-mgmt/pixilate
Message-ID:  <201712011114.vB1BEtg7095453@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Dec  1 11:14:55 2017
New Revision: 455266
URL: https://svnweb.freebsd.org/changeset/ports/455266

Log:
  - Switch to options helpers
  - Whitespace fix in pkg-descr

Modified:
  head/net-mgmt/pixilate/Makefile
  head/net-mgmt/pixilate/pkg-descr

Modified: head/net-mgmt/pixilate/Makefile
==============================================================================
--- head/net-mgmt/pixilate/Makefile	Fri Dec  1 11:14:32 2017	(r455265)
+++ head/net-mgmt/pixilate/Makefile	Fri Dec  1 11:14:55 2017	(r455266)
@@ -28,8 +28,8 @@ OPTIONS_DEFINE=	DOCS
 post-patch:
 	@cd ${WRKSRC} && ${RM} INSTALL install-sh missing mkinstalldirs
 
-post-install:
-	${MKDIR} ${STAGEDIR}${DOCSDIR}
+post-install-DOCS-on:
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>

Modified: head/net-mgmt/pixilate/pkg-descr
==============================================================================
--- head/net-mgmt/pixilate/pkg-descr	Fri Dec  1 11:14:32 2017	(r455265)
+++ head/net-mgmt/pixilate/pkg-descr	Fri Dec  1 11:14:55 2017	(r455266)
@@ -7,5 +7,4 @@ pixilate - is currently capable of generating TCP/UDP/
      types), and IGMP utilizing the Libnet 1.1.x library available from
      http://www.packetfactory.net.  NOTE: Libnet 1.0.x is NOT compatible."
 
-
 WWW: http://winfingerprint.sourceforge.net/pixilate.php



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