diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-20 17:07:10 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-20 17:07:10 +0000 |
commit | 7cc1393a93dbf0c01f4a05965abd3194c38fbba0 (patch) | |
tree | 05d55fe113ac6af4c86e1954168aecc025c37b6e /devel/elftoaout/Makefile | |
parent | 3f836ec47a6c01bbab7c77664eb14a408cee49b2 (diff) | |
download | ports-7cc1393a93dbf0c01f4a05965abd3194c38fbba0.tar.gz ports-7cc1393a93dbf0c01f4a05965abd3194c38fbba0.zip |
De-pkg-comment.
Notes
Notes:
svn path=/head/; revision=75951
Diffstat (limited to 'devel/elftoaout/Makefile')
-rw-r--r-- | devel/elftoaout/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/elftoaout/Makefile b/devel/elftoaout/Makefile index 66a88f8baa2f..3399e9591153 100644 --- a/devel/elftoaout/Makefile +++ b/devel/elftoaout/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= ftp://sunsite.mff.cuni.cz/OS/Linux/Sparc/local/elftoaout/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org +COMMENT= ELF to a.out conversion tool by Jakub Jelinek and Pete Zaitcev MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" MAN1= elftoaout.1 |