diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:03:29 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:03:29 +0000 |
commit | 2b300eeb3f3f12f89596c38ef5510f621dde4ca9 (patch) | |
tree | 8db179eca6ba6e7449724456d92a408d868a7732 /comms/kb | |
parent | f5750c6a0ec52f2e6e5c4f6bf1a104e16168491a (diff) | |
download | ports-2b300eeb3f3f12f89596c38ef5510f621dde4ca9.tar.gz ports-2b300eeb3f3f12f89596c38ef5510f621dde4ca9.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: comms)
Notes
Notes:
svn path=/head/; revision=327714
Diffstat (limited to 'comms/kb')
-rw-r--r-- | comms/kb/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/comms/kb/Makefile b/comms/kb/Makefile index 1d50722309e8..a76b61d86fac 100644 --- a/comms/kb/Makefile +++ b/comms/kb/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: kb -# Date created: June 5, 2007 -# Whom: Diane Bruce <db@db.net> -# +# Created by: Diane Bruce <db@db.net> # $FreeBSD$ PORTNAME= kb @@ -29,6 +26,7 @@ DESKTOP_ENTRIES="KB" \ "" \ true +NO_STAGE= yes pre-configure: @${CP} ${FILESDIR}/Makefile ${WRKSRC} .if !exists(/usr/include/dev/speaker/speaker.h) |