aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-19 20:27:51 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-19 20:27:51 +0000
commit537f0541155fda1f2ef01d27e9988100a5d393f7 (patch)
tree396a55eb6a6fd6fc4ff072c4154af9ab7ba03978 /ports-mgmt
parentc1507b648f5d4cca67cdb2494f29a5a499ecc5ac (diff)
downloadports-537f0541155fda1f2ef01d27e9988100a5d393f7.tar.gz
ports-537f0541155fda1f2ef01d27e9988100a5d393f7.zip
remove warning, version required (no longer needed) and make portlint port
pass portlint (what a concept ;)
Notes
Notes: svn path=/head/; revision=27763
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/portlint/Makefile8
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}