diff options
author | pav <pav@FreeBSD.org> | 2004-06-16 20:31:34 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-06-16 20:31:34 +0000 |
commit | 37a98c57762b25c4cfabd0522a0b0d39b75c3a90 (patch) | |
tree | bd97d712e9e3b3e128d4472b9cfb8b2b6ee024aa /devel/p4p | |
parent | 7d3a025ba1ef9e15ffcd591d55cdcbcf56bd8dcc (diff) | |
download | FreeBSD-ports-37a98c57762b25c4cfabd0522a0b0d39b75c3a90.zip FreeBSD-ports-37a98c57762b25c4cfabd0522a0b0d39b75c3a90.tar.gz |
- Add dummy version number for unsupported platforms, to silence a warning
about malformed version string when processing INDEX
PR: ports/67920
Submitted by: Conrad J. Sabatier <conrads@cox.net>
Approved by: David Marshall <marshall@chezmarshall.com> (maintainer)
Diffstat (limited to 'devel/p4p')
-rw-r--r-- | devel/p4p/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/p4p/Makefile b/devel/p4p/Makefile index eb27b28..ddd5c51 100644 --- a/devel/p4p/Makefile +++ b/devel/p4p/Makefile @@ -43,6 +43,7 @@ BIN_FILES= p4 SBIN_FILES= p4d REL_NOTES= http://www.perforce.com/perforce/doc.991/user/relnotes.txt .else +VERSION= 0 IGNORE= "Unsupported platform, sorry." .endif |