diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-19 20:27:51 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-19 20:27:51 +0000 |
commit | 537f0541155fda1f2ef01d27e9988100a5d393f7 (patch) | |
tree | 396a55eb6a6fd6fc4ff072c4154af9ab7ba03978 /ports-mgmt/portlint | |
parent | c1507b648f5d4cca67cdb2494f29a5a499ecc5ac (diff) | |
download | ports-537f0541155fda1f2ef01d27e9988100a5d393f7.tar.gz ports-537f0541155fda1f2ef01d27e9988100a5d393f7.zip |
Notes
Diffstat (limited to 'ports-mgmt/portlint')
-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} |