diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-03-13 11:54:25 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-03-13 11:54:25 +0000 |
commit | e86b55727a088049f223a32d722fdaf57dbe2719 (patch) | |
tree | 13d0ad17d6169f92f62c4a5abed734772b1f3ab1 /audio/asmixer | |
parent | 4ff98799fdd3ca29df878fa31d0ad3c993279a11 (diff) |
Notes
Diffstat (limited to 'audio/asmixer')
-rw-r--r-- | audio/asmixer/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/audio/asmixer/Makefile b/audio/asmixer/Makefile index 90f267ee62d9..05ad63f312d9 100644 --- a/audio/asmixer/Makefile +++ b/audio/asmixer/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: asmixer -# Date created: 2 January 2003 -# Whom: mtm@identd.net -# +# Created by: Mike Makonnen <mtm@identd.net> # $FreeBSD$ -# PORTNAME= asmixer PORTVERSION= 0.5 @@ -12,7 +8,7 @@ CATEGORIES= audio afterstep MASTER_SITES= http://www.tigr.net/afterstep/download/asmixer/ MAINTAINER= ports@FreeBSD.org -COMMENT= A mixer control for X and specifically the AfterStep Window Manager +COMMENT= Mixer control for AfterStep window manager MAN1= ${PORTNAME}.1x PLIST_FILES= bin/asmixer @@ -25,6 +21,6 @@ CONFIGURE_ARGS= --with-xpm \ post-install: ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man \ - ${MAN1PREFIX}/man/man1/${PORTNAME}.1x + ${MAN1PREFIX}/man/man1/${PORTNAME}.1x .include <bsd.port.mk> |