diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-31 20:47:06 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-31 20:47:06 +0800 |
commit | 588d20778fca367f02f0bf4da1107c89816370f9 (patch) | |
tree | 0a84b940902f9064c5497db00f9760878326e35d /lang | |
parent | 4fa92e9506fbdda2cfcb57ec0c66f536f444f9a2 (diff) | |
download | freebsd-ports-gnome-588d20778fca367f02f0bf4da1107c89816370f9.tar.gz freebsd-ports-gnome-588d20778fca367f02f0bf4da1107c89816370f9.tar.zst freebsd-ports-gnome-588d20778fca367f02f0bf4da1107c89816370f9.zip |
- Stage support
Diffstat (limited to 'lang')
-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> |