svn commit: r435749 - head/games/biorythm

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Mar 9 09:01:50 UTC 2017


Author: amdmi3
Date: Thu Mar  9 09:01:49 2017
New Revision: 435749
URL: https://svnweb.freebsd.org/changeset/ports/435749

Log:
  - Add LICENSE
  - Switch to options helpers

Modified:
  head/games/biorythm/Makefile

Modified: head/games/biorythm/Makefile
==============================================================================
--- head/games/biorythm/Makefile	Thu Mar  9 07:13:04 2017	(r435748)
+++ head/games/biorythm/Makefile	Thu Mar  9 09:01:49 2017	(r435749)
@@ -9,6 +9,8 @@ MASTER_SITES=	http://shh.thathost.com/pu
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Simple biorhythm calculation program
 
+LICENSE=	ART10
+
 LIB_DEPENDS=	libshhmsg.so:devel/libshhmsg \
 		libshhopt.so:devel/libshhopt
 
@@ -29,6 +31,8 @@ do-build:
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${STAGEDIR}${MAN6PREFIX}/man/man6
+
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for file in ChangeLog README
 	${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-all mailing list