svn commit: r400790 - head/archivers/py-librtfcomp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Nov 4 20:13:53 UTC 2015


Author: sunpoet
Date: Wed Nov  4 20:13:52 2015
New Revision: 400790
URL: https://svnweb.freebsd.org/changeset/ports/400790

Log:
  - Add LICENSE_FILE
  - Update BUILD_DEPENDS: remove redundant LOCALBASE/bin

Modified:
  head/archivers/py-librtfcomp/Makefile

Modified: head/archivers/py-librtfcomp/Makefile
==============================================================================
--- head/archivers/py-librtfcomp/Makefile	Wed Nov  4 20:13:48 2015	(r400789)
+++ head/archivers/py-librtfcomp/Makefile	Wed Nov  4 20:13:52 2015	(r400790)
@@ -12,8 +12,9 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Python bindings for library for handling compressed RTF documents
 
 LICENSE=	LGPL21
+LICENSE_FILE=	${WRKSRC}/LICENCE
 
-BUILD_DEPENDS=	${LOCALBASE}/bin/pyrexc:${PORTSDIR}/devel/pyrex
+BUILD_DEPENDS=	pyrexc:${PORTSDIR}/devel/pyrex
 LIB_DEPENDS=	librtfcomp.so:${PORTSDIR}/archivers/librtfcomp
 
 CONFIGURE_ARGS=	--enable-python-bindings


More information about the svn-ports-all mailing list