From e63013cbd62d5d2452437101988077656165692c Mon Sep 17 00:00:00 2001 From: mharo Date: Sat, 8 Apr 2000 22:41:14 +0000 Subject: warn about not supporting PORTNAME/PORTVERSION yet --- ports-mgmt/portlint/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ports-mgmt/portlint') diff --git a/ports-mgmt/portlint/Makefile b/ports-mgmt/portlint/Makefile index 745cd86..90db3c6 100644 --- a/ports-mgmt/portlint/Makefile +++ b/ports-mgmt/portlint/Makefile @@ -20,6 +20,12 @@ 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} -- cgit v1.1