Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Oct 2013 23:37:49 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332304 - head/math/slgrace
Message-ID:  <201310312337.r9VNbnm9011807@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310312337.r9VNbnm9011807>