diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-03-20 18:03:01 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-03-20 18:03:01 +0000 |
commit | 63168faf2f8e2f97086701d92e67041eec67639d (patch) | |
tree | b28f32df2b4a8fa71a98573ca12fdb01eff5ddaf /ports-mgmt/portlint/Makefile | |
parent | Update to 2.0. (diff) |
- fix a bug in pkg/* checking
- enforce pkg/COMMENT style
- better info file checking in pkg/PLIST
- don't warn about @unexec rmdir foo || true - the handbook says this is fine
- allow CATEGORIES+=
- warn about www.freebsd.org/~user needing to be people.freebsd.org
- warn about PKGNAME being set from another variable instead of being a
fatal error
- understand both $(PORTSDIR) and ${PORTSDIR}
Diffstat (limited to 'ports-mgmt/portlint/Makefile')
-rw-r--r-- | ports-mgmt/portlint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/portlint/Makefile b/ports-mgmt/portlint/Makefile index 0484035c1f25..3ef46b928459 100644 --- a/ports-mgmt/portlint/Makefile +++ b/ports-mgmt/portlint/Makefile @@ -6,7 +6,7 @@ # $FreeBSD$ # -DISTNAME= portlint-2.1.1 +DISTNAME= portlint-2.1.2 CATEGORIES= devel DISTFILES= #empty |