svn commit: r405018 - head/net/hidentd

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jan 1 17:23:41 UTC 2016


Author: amdmi3
Date: Fri Jan  1 17:23:39 2016
New Revision: 405018
URL: https://svnweb.freebsd.org/changeset/ports/405018

Log:
  - Add LICENSE
  - Switch to options helpers

Modified:
  head/net/hidentd/Makefile

Modified: head/net/hidentd/Makefile
==============================================================================
--- head/net/hidentd/Makefile	Fri Jan  1 17:08:33 2016	(r405017)
+++ head/net/hidentd/Makefile	Fri Jan  1 17:23:39 2016	(r405018)
@@ -9,6 +9,9 @@ MASTER_SITES=	http://core.segfault.pl/~h
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Simple and secure ident (RFC1413) server
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 GNU_CONFIGURE=	yes
 
 PORTDOCS=	README
@@ -16,8 +19,8 @@ PLIST_FILES=	man/man8/hidentd.8.gz sbin/
 
 OPTIONS_DEFINE=	DOCS
 
-post-install:
-	${MKDIR} ${STAGEDIR}${DOCSDIR}
+post-install-DOCS-on:
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list