aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2003-02-03 05:17:40 +0800
committergerald <gerald@FreeBSD.org>2003-02-03 05:17:40 +0800
commit15b274eb8c3141f807621d3a7a2414a5c1170af0 (patch)
tree177c22bf333d320f566c5392358bc028ed3c3be3 /ports-mgmt
parente320470a6e3da9925b3fb250b6bfb4f679d5f164 (diff)
downloadfreebsd-ports-gnome-15b274eb8c3141f807621d3a7a2414a5c1170af0.tar.gz
freebsd-ports-gnome-15b274eb8c3141f807621d3a7a2414a5c1170af0.tar.zst
freebsd-ports-gnome-15b274eb8c3141f807621d3a7a2414a5c1170af0.zip
Let the PORTSDIR environment variable override our defaults.
Approved by: mharo (maintainer)
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/portlint/Makefile2
-rw-r--r--ports-mgmt/portlint/src/portlint.18
-rw-r--r--ports-mgmt/portlint/src/portlint.pl4
3 files changed, 11 insertions, 3 deletions
diff --git a/ports-mgmt/portlint/Makefile b/ports-mgmt/portlint/Makefile
index 151e11c06857..ea92a34f05e1 100644
--- a/ports-mgmt/portlint/Makefile
+++ b/ports-mgmt/portlint/Makefile
@@ -9,7 +9,7 @@
PORTNAME= portlint
PORTVERSION= 2.3.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= # none
DISTFILES= # none
diff --git a/ports-mgmt/portlint/src/portlint.1 b/ports-mgmt/portlint/src/portlint.1
index 904157d9e90b..b1e9a8e039ef 100644
--- a/ports-mgmt/portlint/src/portlint.1
+++ b/ports-mgmt/portlint/src/portlint.1
@@ -125,14 +125,18 @@ on
.Ox
.Pc
.It Pa /usr/ports/*
-port collection
+ports collection
.Po
.Pa /usr/pkgsrc/*
on
.Nx
/
.Ox
-.Pc
+.Pc ;
+can be overriden by setting the
+.Va PORTSDIR
+environment variable.
+
.Sh AUTHORS
.An Michael Haro Aq mharo@FreeBSD.org
.An Jun-ichiro Hagino Aq itojun@itojun.org
diff --git a/ports-mgmt/portlint/src/portlint.pl b/ports-mgmt/portlint/src/portlint.pl
index 08b13be587c8..8dfd2de84105 100644
--- a/ports-mgmt/portlint/src/portlint.pl
+++ b/ports-mgmt/portlint/src/portlint.pl
@@ -135,6 +135,10 @@ foreach my $i (@osdep) {
last;
}
}
+
+# The PORTSDIR environment variable overrides our defaults.
+$portsdir = $ENV{PORTSDIR} if ( defined $ENV{'PORTSDIR'} );
+
if ($verbose) {
print "OK: config: portsdir: \"$portsdir\" ".
"rcsidstr: \"$rcsidstr\" ".