svn commit: r336488 - head/textproc/rubber

William Grzybowski wg at FreeBSD.org
Sat Dec 14 21:27:29 UTC 2013


Author: wg
Date: Sat Dec 14 21:27:28 2013
New Revision: 336488
URL: http://svnweb.freebsd.org/changeset/ports/336488

Log:
  textproc/rubber: fix usage of python
  
  - Fix usage of python
  - Limit to python 2.x
  - USES gmake
  - Remove leading article from COMMENT
  
  Reported by:	exp-run (PR 184591)

Modified:
  head/textproc/rubber/Makefile

Modified: head/textproc/rubber/Makefile
==============================================================================
--- head/textproc/rubber/Makefile	Sat Dec 14 21:12:23 2013	(r336487)
+++ head/textproc/rubber/Makefile	Sat Dec 14 21:27:28 2013	(r336488)
@@ -8,17 +8,16 @@ CATEGORIES=	textproc
 MASTER_SITES=	http://launchpadlibrarian.net/53558954/
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A wrapper for LaTeX and friends
+COMMENT=	Wrapper for LaTeX and friends
 
 LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/COPYING
 
-USE_PYTHON=	2.5+
-USE_GMAKE=	yes
+USE_PYTHON=	2
 USE_TEX=	latex
+USES=		gmake
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX} --infodir=${PREFIX}/${INFO_PATH} \
-		--datadir=${PYTHON_SITELIBDIR}
+		--datadir=${PYTHON_SITELIBDIR} --python=${PYTHON_CMD}
 
 MANLANG=	"" fr
 MAN1=		rubber.1 rubber-info.1 rubber-pipe.1


More information about the svn-ports-head mailing list