diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-20 04:27:51 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-20 04:27:51 +0800 |
commit | 42adbb0838281d5035876e1310eec6b699100b89 (patch) | |
tree | 965dfcc6e10b1c8bc3e80161669e50c98aad622b /ports-mgmt/portlint/Makefile | |
parent | 54ab2eee0cf0372a41b36fd1806a5b0cc039e660 (diff) | |
download | freebsd-ports-gnome-42adbb0838281d5035876e1310eec6b699100b89.tar.gz freebsd-ports-gnome-42adbb0838281d5035876e1310eec6b699100b89.tar.zst freebsd-ports-gnome-42adbb0838281d5035876e1310eec6b699100b89.zip |
remove warning, version required (no longer needed) and make portlint port
pass portlint (what a concept ;)
Diffstat (limited to 'ports-mgmt/portlint/Makefile')
-rw-r--r-- | ports-mgmt/portlint/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/ports-mgmt/portlint/Makefile b/ports-mgmt/portlint/Makefile index db75174c6fd3..898e714af9ce 100644 --- a/ports-mgmt/portlint/Makefile +++ b/ports-mgmt/portlint/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: portlint -# Version required: (self contained) # Date created: 13 Jun 1997 # Whom: Jun-ichiro itojun Hagino <itojun@itojun.org> # @@ -11,6 +10,7 @@ PORTNAME= portlint PORTVERSION= 2.2.1 CATEGORIES= devel +MASTER_SITES= # none DISTFILES= # none MAINTAINER= mharo@FreeBSD.org @@ -23,12 +23,6 @@ SRC= ${.CURDIR}/src MAN1= portlint.1 -# didn't use post/pre-fetch because of some weird error where the message -# shows up twice -pre-configure: - @${ECHO_MSG} "Warning: portlint does not yet support the PORTNAME/PORTVERSION Makefile format" - @sleep 2 - do-fetch: @${DO_NADA} |