mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
warn about not supporting PORTNAME/PORTVERSION yet
This commit is contained in:
parent
a0cb9ec98b
commit
de588104e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27417
@ -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}
|
||||
|
||||
|
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user