summaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-08 22:41:14 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-08 22:41:14 +0000
commitde588104e21e4e3e14a3d79ca8814378a0c8044d (patch)
tree02371ee9a4e04d0566868a6499a1e6b1dbf59eec /ports-mgmt
parentupdate with the new PORTNAME/PORTVERSION variables (diff)
warn about not supporting PORTNAME/PORTVERSION yet
Notes
Notes: svn path=/head/; revision=27417
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/portlint/Makefile6
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}