diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 14:36:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 14:36:35 +0000 |
commit | 183c2ed74f9ba597bfdcd691c599804d7f5a3e4c (patch) | |
tree | c26e051ce9bb507a30f037e71492dd46999e8dee /audio/umix | |
parent | 74489ba18d448cba23df3964a916d5d92aafbefc (diff) |
Notes
Diffstat (limited to 'audio/umix')
-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 |