diff options
Diffstat (limited to 'textproc')
-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} |