svn commit: r375172 - head/security/dropbear

Antoine Brodin antoine at FreeBSD.org
Sun Dec 21 17:44:26 UTC 2014


Author: antoine
Date: Sun Dec 21 17:44:25 2014
New Revision: 375172
URL: https://svnweb.freebsd.org/changeset/ports/375172
QAT: https://qat.redports.org/buildarchive/r375172/

Log:
  Put back empty dir in plist

Modified:
  head/security/dropbear/Makefile

Modified: head/security/dropbear/Makefile
==============================================================================
--- head/security/dropbear/Makefile	Sun Dec 21 17:39:50 2014	(r375171)
+++ head/security/dropbear/Makefile	Sun Dec 21 17:44:25 2014	(r375172)
@@ -3,6 +3,7 @@
 
 PORTNAME=	dropbear
 PORTVERSION=	2014.66
+PORTREVISION=	1
 CATEGORIES=	security ipv6
 MASTER_SITES=	http://matt.ucc.asn.au/dropbear/releases/
 
@@ -22,6 +23,7 @@ PLIST_FILES=	bin/dbclient \
 		man/man1/dropbearconvert.1.gz \
 		man/man1/dropbearkey.1.gz \
 		man/man8/dropbear.8.gz
+PLIST_DIRS=	etc/dropbear
 
 OPTIONS_DEFINE=	STATIC
 


More information about the svn-ports-head mailing list