diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-04-01 15:58:31 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-04-01 15:58:31 +0000 |
commit | cec7790f617765debeccdf293c0a753cfc49c219 (patch) | |
tree | fa2bf855ab99d3114cb380c27540b97eaf5c921b /textproc/unroff | |
parent | 1241e627a832625e055c8d41ac8e1739f288a73f (diff) |
Notes
Diffstat (limited to 'textproc/unroff')
-rw-r--r-- | textproc/unroff/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/textproc/unroff/Makefile b/textproc/unroff/Makefile index f93e38ec47f1..e60ae24870a4 100644 --- a/textproc/unroff/Makefile +++ b/textproc/unroff/Makefile @@ -16,6 +16,11 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org COMMENT= Programmable troff translator with backend for HTML +LICENSE= UNROFF +LICENSE_NAME= unroff license +LICENSE_FILE= ${WRKSRC}/COPYRIGHT +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + LIB_DEPENDS= libelk.so:lang/elk BUILD_WRKSRC= ${WRKSRC}/src @@ -36,6 +41,8 @@ do-install: .endfor ${TAR} -C ${WRKSRC} -cf - scm | \ ${TAR} -C ${STAGEDIR}${DATADIR} --unlink -xf - + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/manual.ms ${STAGEDIR}${DOCSDIR} |