summaryrefslogtreecommitdiff
path: root/devel/p4web
diff options
context:
space:
mode:
authorThomas Moestl <tmm@FreeBSD.org>2002-11-01 11:24:00 +0000
committerThomas Moestl <tmm@FreeBSD.org>2002-11-01 11:24:00 +0000
commitf78509c7611b8054f38bd1eb84eef74da136c0b0 (patch)
treec53ecc2bca9de84a5a2f50d69835337b2ba32e26 /devel/p4web
parentbgrot left a file behind and overwrote the orignial configfile anyway. (diff)
Use IGNORE, not .error, on unsupported platforms. This should solve the
last remaining 'make readmes' problem on sparc64. Reviewed by: petef Approved by: David Marshall <marshall@chezmarshall.com> (MAINTAINER)
Notes
Notes: svn path=/head/; revision=69246
Diffstat (limited to 'devel/p4web')
-rw-r--r--devel/p4web/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p4web/Makefile b/devel/p4web/Makefile
index 3bcdbcddf659..629500ba2167 100644
--- a/devel/p4web/Makefile
+++ b/devel/p4web/Makefile
@@ -50,7 +50,7 @@ PLATFORM= freebsdaxp
BIN_FILES= p4
SBIN_FILES= p4d
.else
-.error "Unsupported platform, sorry."
+IGNORE= "Unsupported platform, sorry."
.endif
do-build: