diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:43:19 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:43:19 +0000 |
commit | db5320be856bdee9461022fd559c0bdf3a782778 (patch) | |
tree | b45334273e4e5d66b5244d786aa4b3645a73e907 /x11/cl-clx | |
parent | 85fbf21ec594128ff43c71f34d84d4c02ecf7fa7 (diff) |
Notes
Diffstat (limited to 'x11/cl-clx')
-rw-r--r-- | x11/cl-clx/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/cl-clx/Makefile b/x11/cl-clx/Makefile index 42f873669855..92d66d614fd9 100644 --- a/x11/cl-clx/Makefile +++ b/x11/cl-clx/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: cl-clx -# Date created: 7 Oct 2010 -# Whom: Anonymous -# +# Created by: Anonymous # $FreeBSD$ PORTNAME= clx @@ -23,6 +20,7 @@ INFO= clx PLIST_SUB= ASDF_PATHNAME="${ASDF_PATHNAME:S,^${PREFIX}/,,}" \ ASDF_REGISTRY="${ASDF_REGISTRY:S,^${PREFIX}/,,}" +NO_STAGE= yes do-build: cd ${WRKSRC}/manual && makeinfo --no-split clx.texinfo |