svn commit: r387796 - head/print/foomatic-filters

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri May 29 11:03:53 UTC 2015


Author: amdmi3
Date: Fri May 29 11:03:52 2015
New Revision: 387796
URL: https://svnweb.freebsd.org/changeset/ports/387796

Log:
  - Clarify LICENSE
  - Add LICENSE_FILE
  - Switch to USES=autoreconf

Modified:
  head/print/foomatic-filters/Makefile

Modified: head/print/foomatic-filters/Makefile
==============================================================================
--- head/print/foomatic-filters/Makefile	Fri May 29 11:03:46 2015	(r387795)
+++ head/print/foomatic-filters/Makefile	Fri May 29 11:03:52 2015	(r387796)
@@ -10,12 +10,12 @@ MASTER_SITES=	http://www.openprinting.or
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Foomatic wrapper scripts
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libdbus-1.so:${PORTSDIR}/devel/dbus
 
-USES=		perl5 pkgconfig
-USE_AUTOTOOLS=	autoheader
+USES=		autoreconf perl5 pkgconfig
 USE_GHOSTSCRIPT=yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ac_cv_path_A2PS=${LOCALBASE}/bin/a2ps \


More information about the svn-ports-all mailing list