aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-05-28 12:33:41 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-05-28 12:33:41 +0000
commita3c626c095523f5cf379d46be01610c305c8d434 (patch)
treed6b451b1cab0f220c613f6c5dedff352528d1460 /print
parent738692c99741e462b4cc6f343e6cde18ed416e30 (diff)
downloadports-a3c626c095523f5cf379d46be01610c305c8d434.tar.gz
ports-a3c626c095523f5cf379d46be01610c305c8d434.zip
Notes
Diffstat (limited to 'print')
-rw-r--r--print/xtexsh/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/print/xtexsh/Makefile b/print/xtexsh/Makefile
index f87bfa2b9c02..d1cfd886e7fa 100644
--- a/print/xtexsh/Makefile
+++ b/print/xtexsh/Makefile
@@ -11,8 +11,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}
MAINTAINER= ports@FreeBSD.org
COMMENT= Tcl/Tk-based simple TeX interface
-LICENSE= GPLv2 GPLv3
-LICENSE_COMB= dual
+LICENSE= GPLv2
OPTIONS_DEFINE= DOCS
@@ -44,11 +43,8 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/xtexsh.png \
${STAGEDIR}${PREFIX}/share/icons/locolor/32x32/apps/xtexsh.png
${INSTALL_DATA} ${WRKSRC}/xtexsh.png ${STAGEDIR}${PREFIX}/share/pixmaps
-
-.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/index.html ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>