diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-09 06:41:14 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-09 06:41:14 +0800 |
commit | e63013cbd62d5d2452437101988077656165692c (patch) | |
tree | 66f0fd97ddae44c5c49b8c07eed6ee8234c5badd /ports-mgmt/portlint/Makefile | |
parent | 007c7f0c9d4eaad89449342ee90e4b102925caec (diff) | |
download | freebsd-ports-gnome-e63013cbd62d5d2452437101988077656165692c.tar.gz freebsd-ports-gnome-e63013cbd62d5d2452437101988077656165692c.tar.zst freebsd-ports-gnome-e63013cbd62d5d2452437101988077656165692c.zip |
warn about not supporting PORTNAME/PORTVERSION yet
Diffstat (limited to 'ports-mgmt/portlint/Makefile')
-rw-r--r-- | ports-mgmt/portlint/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ports-mgmt/portlint/Makefile b/ports-mgmt/portlint/Makefile index 745cd860d534..90db3c62bf3d 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} |