diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 12:47:06 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 12:47:06 +0000 |
commit | 6f0f3362e8322046f4ebb57c84b30a27997a4263 (patch) | |
tree | 0a84b940902f9064c5497db00f9760878326e35d /lang/treecc | |
parent | 69310343abeb3522e4fa318abf1975cfb00862a5 (diff) |
Notes
Diffstat (limited to 'lang/treecc')
-rw-r--r-- | lang/treecc/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lang/treecc/Makefile b/lang/treecc/Makefile index 5b56ef9bc347..77c601bdca30 100644 --- a/lang/treecc/Makefile +++ b/lang/treecc/Makefile @@ -10,10 +10,8 @@ MAINTAINER= sylvio@FreeBSD.org COMMENT= Treecc is designed to assist in the development of compilers GNU_CONFIGURE= yes -USE_GMAKE= yes -MAN1= treecc.1 -INFO= treecc -PLIST_FILES= bin/treecc lib/libtreecc.a +USES= gmake +PLIST_FILES= bin/treecc lib/libtreecc.a \ + info/treecc.info man/man1/treecc.1.gz -NO_STAGE= yes .include <bsd.port.mk> |