diff --git a/audio/asmix/Makefile b/audio/asmix/Makefile index e101005240ab..fe7235f05ad5 100644 --- a/audio/asmix/Makefile +++ b/audio/asmix/Makefile @@ -1,25 +1,25 @@ # New ports collection makefile for: asmix # Date created: 1 January 2003 # Whom: mtm@identd.net # # $FreeBSD$ # PORTNAME= asmix PORTVERSION= 1.4 CATEGORIES= audio afterstep MASTER_SITES= http://www.tigr.net/afterstep/download/asmix/ MASTER_SITE_SUBDIR= apps/asmix -MAINTAINER= mtm@identd.net +MAINTAINER= ports@FreeBSD.org COMMENT= Volume control dock-app for the AfterStep Window Manager MAN1= ${PORTNAME}.1x PLIST_FILES= bin/asmix USE_X_PREFIX= yes USE_XPM= yes HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} .include diff --git a/audio/asmixer/Makefile b/audio/asmixer/Makefile index cf8450c733a6..b98332d535b7 100644 --- a/audio/asmixer/Makefile +++ b/audio/asmixer/Makefile @@ -1,28 +1,28 @@ # New ports collection makefile for: asmixer # Date created: 2 January 2003 # Whom: mtm@identd.net # # $FreeBSD$ # PORTNAME= asmixer PORTVERSION= 0.5 CATEGORIES= audio afterstep MASTER_SITES= http://www.tigr.net/afterstep/download/asmixer/ -MAINTAINER= mtm@identd.net +MAINTAINER= ports@FreeBSD.org COMMENT= A mixer control for X, and specifically the AfterStep Window Manager MAN1= ${PORTNAME}.1x PLIST_FILES= bin/asmixer USE_X_PREFIX= yes USE_XPM= yes HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} post-install: ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man \ ${MAN1PREFIX}/man/man1/${PORTNAME}.1x .include