svn commit: r404797 - head/net-mgmt/sipcalc

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Dec 30 01:42:30 UTC 2015


Author: amdmi3
Date: Wed Dec 30 01:42:28 2015
New Revision: 404797
URL: https://svnweb.freebsd.org/changeset/ports/404797

Log:
  - Add LICENSE_FILE
  - Switch to options helpers

Modified:
  head/net-mgmt/sipcalc/Makefile

Modified: head/net-mgmt/sipcalc/Makefile
==============================================================================
--- head/net-mgmt/sipcalc/Makefile	Wed Dec 30 01:42:26 2015	(r404796)
+++ head/net-mgmt/sipcalc/Makefile	Wed Dec 30 01:42:28 2015	(r404797)
@@ -10,6 +10,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	IP subnet calculator with IPv6 support
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
 
@@ -18,7 +19,7 @@ PLIST_FILES=	bin/sipcalc man/man1/sipcal
 
 OPTIONS_DEFINE=	DOCS
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	(cd ${WRKSRC} && ${INSTALL_DATA} ChangeLog README \
 		${STAGEDIR}${DOCSDIR})


More information about the svn-ports-head mailing list