From e3da37194cad6ad4fc1f0b18d57c6c4a93407bf0 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 27 Oct 2003 18:42:33 +0000 Subject: Portlint (shorten COMMENT, $() -> ${}) --- audio/umix/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/umix') diff --git a/audio/umix/Makefile b/audio/umix/Makefile index 58b3687786cd..3307eba72708 100644 --- a/audio/umix/Makefile +++ b/audio/umix/Makefile @@ -13,12 +13,12 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= greid@ukug.uk.freebsd.org -COMMENT= An advanced tool for adjusting soundcard mixers, designed as a replacement for aumix +COMMENT= Advanced tool for adjusting soundcard mixers, replacement for aumix LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes -CONFIGURE_ENV= CC="$(CC) -I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -lintl" +CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -lintl" MAN1= umix.1 -- cgit v1.2.3