svn commit: r451760 - head/net-mgmt/adcli

Mark Felder feld at FreeBSD.org
Wed Oct 11 16:22:21 UTC 2017


Author: feld
Date: Wed Oct 11 16:22:20 2017
New Revision: 451760
URL: https://svnweb.freebsd.org/changeset/ports/451760

Log:
  net-mgmt/adcli: Fix plist to pass testport
  
  Approved by:	portmgr (with hat)
  MFH:		2017Q4

Added:
  head/net-mgmt/adcli/pkg-plist   (contents, props changed)
Modified:
  head/net-mgmt/adcli/Makefile

Modified: head/net-mgmt/adcli/Makefile
==============================================================================
--- head/net-mgmt/adcli/Makefile	Wed Oct 11 16:11:24 2017	(r451759)
+++ head/net-mgmt/adcli/Makefile	Wed Oct 11 16:22:20 2017	(r451760)
@@ -3,6 +3,7 @@
 
 PORTNAME=	adcli
 PORTVERSION=	0.8.1
+PORTREVISION=	1
 CATEGORIES=	net-mgmt net security
 MASTER_SITES=	https://www.freedesktop.org/software/realmd/releases/
 
@@ -16,7 +17,6 @@ BUILD_DEPENDS=	xsltproc:textproc/libxslt	\
 		docbook-xml>0:textproc/docbook-xml	\
 		docbook-xsl>0:textproc/docbook-xsl
 
-PLIST_FILES=	sbin/adcli man/man8/adcli.8.gz
 GNU_CONFIGURE=	yes
 TEST_TARGET=	check
 

Added: head/net-mgmt/adcli/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/adcli/pkg-plist	Wed Oct 11 16:22:20 2017	(r451760)
@@ -0,0 +1,8 @@
+sbin/adcli
+man/man8/adcli.8.gz
+%%PORTDOCS%%%%DOCSDIR%%/gtk-doc.css
+%%PORTDOCS%%%%DOCSDIR%%/home.png
+%%PORTDOCS%%%%DOCSDIR%%/left.png
+%%PORTDOCS%%%%DOCSDIR%%/right.png
+%%PORTDOCS%%%%DOCSDIR%%/style.css
+%%PORTDOCS%%%%DOCSDIR%%/up.png


More information about the svn-ports-all mailing list