summaryrefslogtreecommitdiff
path: root/audio/asmixer
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2013-03-13 11:54:25 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2013-03-13 11:54:25 +0000
commite86b55727a088049f223a32d722fdaf57dbe2719 (patch)
tree13d0ad17d6169f92f62c4a5abed734772b1f3ab1 /audio/asmixer
parentDo not removed directories not owned by the port (diff)
For unmaintained ports in `audio' category, drop leading article from COMMENT
and perform other minor cleanups along the way, whenever noticed.
Notes
Notes: svn path=/head/; revision=314074
Diffstat (limited to 'audio/asmixer')
-rw-r--r--audio/asmixer/Makefile10
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>