diff options
Diffstat (limited to 'ports-mgmt')
-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} |