Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Nov 2015 20:15:36 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400814 - head/x11-fonts/fntsample
Message-ID:  <201511042015.tA4KFa74064982@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Nov  4 20:15:35 2015
New Revision: 400814
URL: https://svnweb.freebsd.org/changeset/ports/400814

Log:
  - Add LICENSE_FILE
  - Update *_DEPENDS: remove redundant LOCALBASE/bin

Modified:
  head/x11-fonts/fntsample/Makefile

Modified: head/x11-fonts/fntsample/Makefile
==============================================================================
--- head/x11-fonts/fntsample/Makefile	Wed Nov  4 20:15:32 2015	(r400813)
+++ head/x11-fonts/fntsample/Makefile	Wed Nov  4 20:15:35 2015	(r400814)
@@ -15,9 +15,10 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Show Unicode coverage of a font
 
 LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	${LOCALBASE}/bin/gawk:${PORTSDIR}/lang/gawk
-RUN_DEPENDS=	${LOCALBASE}/bin/pdfoutline:${PORTSDIR}/textproc/pdfoutline
+BUILD_DEPENDS=	gawk:${PORTSDIR}/lang/gawk
+RUN_DEPENDS=	pdfoutline:${PORTSDIR}/textproc/pdfoutline
 
 OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes



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