diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-16 20:31:34 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-16 20:31:34 +0000 |
commit | a6232e1665260dcb521dac77b06f7b1ffb6b4539 (patch) | |
tree | c95a99a2e421407e41a13699f0666e797a5daf83 /devel/p4ftpd | |
parent | Add mlmmj, Mailing list managing made joyful. (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=111628
Diffstat (limited to 'devel/p4ftpd')
-rw-r--r-- | devel/p4ftpd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/p4ftpd/Makefile b/devel/p4ftpd/Makefile index eb27b28d567a..ddd5c51aca73 100644 --- a/devel/p4ftpd/Makefile +++ b/devel/p4ftpd/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 |