svn commit: r415495 - head/net/repeater

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 19 09:03:41 UTC 2016


Author: amdmi3
Date: Thu May 19 09:03:40 2016
New Revision: 415495
URL: https://svnweb.freebsd.org/changeset/ports/415495

Log:
  - Add LICENSE
  - Switch to options helpers

Modified:
  head/net/repeater/Makefile

Modified: head/net/repeater/Makefile
==============================================================================
--- head/net/repeater/Makefile	Thu May 19 09:00:54 2016	(r415494)
+++ head/net/repeater/Makefile	Thu May 19 09:03:40 2016	(r415495)
@@ -10,6 +10,8 @@ DISTNAME=	repeater${PORTVERSION:C/\.//}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	UltraVNC repeater
 
+LICENSE=	GPLv2+
+
 USES=		zip
 USE_RC_SUBR=	${PORTNAME}
 WRKSRC=		${WRKDIR}/Ver${PORTVERSION:C/\.//}
@@ -32,6 +34,8 @@ post-patch:
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
 	${INSTALL_DATA} ${WRKSRC}/uvncrepeater.ini ${STAGEDIR}${PREFIX}/etc/uvncrepeater.ini.sample
+
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
 


More information about the svn-ports-head mailing list