svn commit: r332304 - head/math/slgrace

Renato Botelho garga at FreeBSD.org
Thu Oct 31 23:37:50 UTC 2013


Author: garga
Date: Thu Oct 31 23:37:49 2013
New Revision: 332304
URL: http://svnweb.freebsd.org/changeset/ports/332304

Log:
  . Add LICENSE
  . Simplify Makefile
  . Use space on WWW line

Modified:
  head/math/slgrace/Makefile
  head/math/slgrace/pkg-descr   (contents, props changed)

Modified: head/math/slgrace/Makefile
==============================================================================
--- head/math/slgrace/Makefile	Thu Oct 31 23:36:06 2013	(r332303)
+++ head/math/slgrace/Makefile	Thu Oct 31 23:37:49 2013	(r332304)
@@ -12,6 +12,8 @@ MASTER_SITE_SUBDIR=	garga/slgrace/
 MAINTAINER=	garga at FreeBSD.org
 COMMENT=	A SLang module to plot graphs with grace
 
+LICENSE=	GPLv2
+
 LIB_DEPENDS=	libslang.so:${PORTSDIR}/devel/libslang2
 RUN_DEPENDS=	grace:${PORTSDIR}/math/grace
 
@@ -24,16 +26,9 @@ MAKE_JOBS_UNSAFE=	yes
 PORTDOCS=	*
 PLIST_SUB=	VERSION=${PORTVERSION}
 
-.include <bsd.port.options.mk>
-
 post-patch:
-.if empty(PORT_OPTIONS:MDOCS)
 	@${REINPLACE_CMD} -e 's, install_docfiles,,' \
 			  -e '/MKINSDIR.*DEST_DOC_FILES_INSTALL_DIR/d' \
 		${WRKSRC}/src/Makefile.in
-.else
-	@${REINPLACE_CMD} -E 's,^(DOC_FILES_INSTALL_DIR) *= *.*$$,\1 = ${DOCSDIR},' \
-		${WRKSRC}/src/Makefile.in
-.endif
 
 .include <bsd.port.mk>

Modified: head/math/slgrace/pkg-descr
==============================================================================
--- head/math/slgrace/pkg-descr	Thu Oct 31 23:36:06 2013	(r332303)
+++ head/math/slgrace/pkg-descr	Thu Oct 31 23:37:49 2013	(r332304)
@@ -3,4 +3,4 @@ A S-Lang module to plot graphs using gra
 Grace is a popular plotting tool that produces publication quality
 plots.  The S-Lang module interacts with grace via pipes.
 
-WWW:	http://www.jedsoft.org/slang/modules/grace/index.html
+WWW: http://www.jedsoft.org/slang/modules/grace/index.html


More information about the svn-ports-all mailing list