1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

warn about not supporting PORTNAME/PORTVERSION yet

This commit is contained in:
Michael Haro 2000-04-08 22:41:14 +00:00
parent a0cb9ec98b
commit de588104e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27417
2 changed files with 12 additions and 0 deletions

View File

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

View File

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