svn commit: r419349 - head/graphics/geomview

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Jul 31 09:00:58 UTC 2016


Author: amdmi3
Date: Sun Jul 31 09:00:56 2016
New Revision: 419349
URL: https://svnweb.freebsd.org/changeset/ports/419349

Log:
  - Fix license
  - Switch to options helpers

Modified:
  head/graphics/geomview/Makefile

Modified: head/graphics/geomview/Makefile
==============================================================================
--- head/graphics/geomview/Makefile	Sun Jul 31 08:51:46 2016	(r419348)
+++ head/graphics/geomview/Makefile	Sun Jul 31 09:00:56 2016	(r419349)
@@ -10,7 +10,8 @@ MASTER_SITES=	SF
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Interactive viewer for 3- and 4-D geometric objects
 
-LICENSE=	LGPL21
+LICENSE=	LGPL21+ # COPYING mentions LGPL21, source files LGPL20
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	xdg-open:devel/xdg-utils
 
@@ -43,9 +44,13 @@ post-build:
 post-install:
 	(cd ${WRKSRC}/doc && ${INSTALL_DATA} geomview.info \
 		${STAGEDIR}${PREFIX}/${INFO_PATH})
+
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	(cd ${WRKSRC} && ${INSTALL_DATA} README \
 		${STAGEDIR}${DOCSDIR})
+
+post-install-EXAMPLES-on:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	(cd ${WRKSRC}/doc && ${INSTALL_DATA} *.c *.tcl \
 		${STAGEDIR}${EXAMPLESDIR})


More information about the svn-ports-head mailing list