diff options
Diffstat (limited to 'audio/umix/Makefile')
-rw-r--r-- | audio/umix/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/umix/Makefile b/audio/umix/Makefile index e7c6eed72707..8cf07bdb99a3 100644 --- a/audio/umix/Makefile +++ b/audio/umix/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: umix -# Date created: 24 January 2001 -# Whom: George Reid <greid@ukug.uk.freebsd.org> -# +# Created by: George Reid <greid@ukug.uk.freebsd.org> # $FreeBSD$ -# PORTNAME= umix PORTVERSION= 1.0.2 @@ -15,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Advanced tool for adjusting soundcard mixers, replacement for aumix GNU_CONFIGURE= yes +NO_STAGE= yes MAN1= umix.1 PLIST_FILES= bin/umix |