diff options
Diffstat (limited to 'comms/kb/Makefile')
-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) |