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/tabbed | |
parent | 85fbf21ec594128ff43c71f34d84d4c02ecf7fa7 (diff) |
Notes
Diffstat (limited to 'x11/tabbed')
-rw-r--r-- | x11/tabbed/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11/tabbed/Makefile b/x11/tabbed/Makefile index e114901121c2..ec54252bf9fd 100644 --- a/x11/tabbed/Makefile +++ b/x11/tabbed/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tabbed -# Date created: September 03, 2010 -# Whom: Winston Weinert <winstonw@lavabit.com> -# +# Created by: Winston Weinert <winstonw@lavabit.com> # $FreeBSD$ -# PORTNAME= tabbed PORTVERSION= 0.3 @@ -21,6 +17,7 @@ MAN1= tabbed.1 PLIST_FILES= bin/tabbed PORTDOCS= LICENSE README +NO_STAGE= yes pre-everything:: @${ECHO_MSG} "You can build tabbed with your own config.h using the TABBED_CONF knob:" @${ECHO_MSG} "make TABBED_CONF=/path/to/tabbed/config.h install clean" |