remove warning, version required (no longer needed) and make portlint port

pass portlint (what a concept ;)
This commit is contained in:
Michael Haro 2000-04-19 20:27:51 +00:00
parent c1507b648f
commit 537f054115
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27763
2 changed files with 2 additions and 14 deletions

View File

@ -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}

View File

@ -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}