svn commit: r355617 - head/print/xtexsh

Pietro Cerutti gahr at FreeBSD.org
Wed May 28 12:33:42 UTC 2014


Author: gahr
Date: Wed May 28 12:33:41 2014
New Revision: 355617
URL: http://svnweb.freebsd.org/changeset/ports/355617
QAT: https://qat.redports.org/buildarchive/r355617/

Log:
  - Fix LICENSE
  - Simplify Makefile

Modified:
  head/print/xtexsh/Makefile

Modified: head/print/xtexsh/Makefile
==============================================================================
--- head/print/xtexsh/Makefile	Wed May 28 12:14:01 2014	(r355616)
+++ head/print/xtexsh/Makefile	Wed May 28 12:33:41 2014	(r355617)
@@ -11,8 +11,7 @@ DISTNAME=	${PORTNAME}-${PORTVERSION:R}-$
 MAINTAINER=	ports at 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>


More information about the svn-ports-all mailing list