View | Details | Raw Unified | Return to bug 210809
Collapse All | Expand All

(-)ports-mgmt/portlint/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	portlint
4
PORTNAME=	portlint
5
PORTVERSION=	2.17.2
5
PORTVERSION=	2.17.2
6
PORTREVISION=	1
6
CATEGORIES=	ports-mgmt
7
CATEGORIES=	ports-mgmt
7
MASTER_SITES=	# none
8
MASTER_SITES=	# none
8
DISTFILES=	# none
9
DISTFILES=	# none
(-)ports-mgmt/portlint/src/portlint.pl (-2 / +2 lines)
Lines 2005-2012 xargs xmkmf Link Here
2005
	my %pathnames = ();
2005
	my %pathnames = ();
2006
	print "OK: checking for paths that have macro replacements.\n"
2006
	print "OK: checking for paths that have macro replacements.\n"
2007
		if ($verbose);
2007
		if ($verbose);
2008
	$pathnames{'${PREFIX}/share/java/classes'} = 'JAVADIR';
2008
	$pathnames{'$\{PREFIX\}/share/java/classes'} = 'JAVADIR';
2009
	$pathnames{'${PREFIX}/share/java'} = 'JAVASHAREDIR';
2009
	$pathnames{'$\{PREFIX\}/share/java'} = 'JAVASHAREDIR';
2010
	foreach my $i (keys %pathnames) {
2010
	foreach my $i (keys %pathnames) {
2011
		my $lineno = &linenumber($`);
2011
		my $lineno = &linenumber($`);
2012
		if ($j =~ m|$i|gm) {
2012
		if ($j =~ m|$i|gm) {

Return to bug 210809