diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-03-09 09:01:49 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-03-09 09:01:49 +0000 |
commit | 7356095eaeb522ad3316a6910111b673bacc4d25 (patch) | |
tree | db98b4ccdf906fc5300b080c7fcddc7e48b6c41c | |
parent | 4359447583ec389dc703bcaa510c14ac0c6fdd41 (diff) | |
download | ports-7356095eaeb522ad3316a6910111b673bacc4d25.tar.gz ports-7356095eaeb522ad3316a6910111b673bacc4d25.zip |
Notes
-rw-r--r-- | games/biorythm/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/biorythm/Makefile b/games/biorythm/Makefile index 38cfa5b90fd0..16807fa41270 100644 --- a/games/biorythm/Makefile +++ b/games/biorythm/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= http://shh.thathost.com/pub-unix/files/ MAINTAINER= ports@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} |