summaryrefslogtreecommitdiffstats
path: root/audio/umix
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-10-27 18:42:33 +0000
committerkris <kris@FreeBSD.org>2003-10-27 18:42:33 +0000
commit44cb34a8d6cd0b72463b0f3bec118ed14bafc930 (patch)
treed1d5b40de9e5df36afc31a355489d85ada21d859 /audio/umix
parent09f740290473d3739cac4e400952a06b63c8c0b8 (diff)
downloadFreeBSD-ports-44cb34a8d6cd0b72463b0f3bec118ed14bafc930.zip
FreeBSD-ports-44cb34a8d6cd0b72463b0f3bec118ed14bafc930.tar.gz
Portlint (shorten COMMENT, $() -> ${})
Diffstat (limited to 'audio/umix')
-rw-r--r--audio/umix/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/umix/Makefile b/audio/umix/Makefile
index 58b3687..3307eba 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
OpenPOWER on IntegriCloud