diff options
author | Thomas Moestl <tmm@FreeBSD.org> | 2002-11-01 11:24:00 +0000 |
---|---|---|
committer | Thomas Moestl <tmm@FreeBSD.org> | 2002-11-01 11:24:00 +0000 |
commit | f78509c7611b8054f38bd1eb84eef74da136c0b0 (patch) | |
tree | c53ecc2bca9de84a5a2f50d69835337b2ba32e26 /devel/p4ftpd | |
parent | a1fe0b4710cf4cf6087280d217e186330854c131 (diff) | |
download | ports-f78509c7611b8054f38bd1eb84eef74da136c0b0.tar.gz ports-f78509c7611b8054f38bd1eb84eef74da136c0b0.zip |
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/p4ftpd')
-rw-r--r-- | devel/p4ftpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p4ftpd/Makefile b/devel/p4ftpd/Makefile index 3bcdbcddf659..629500ba2167 100644 --- a/devel/p4ftpd/Makefile +++ b/devel/p4ftpd/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: |