diff options
author | hubertf <hubertf> | 1998-01-19 01:21:58 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-01-19 01:21:58 +0000 |
commit | 2fc42f5a3140635e79b6b3b8ade6fca13aa76084 (patch) | |
tree | 903d9597f4cce22465fce98a422f4e89cbc73116 /audio | |
parent | 4411a6d441b3edc7c135503a2289054cfc314600 (diff) | |
download | pkgsrc-2fc42f5a3140635e79b6b3b8ade6fca13aa76084.tar.gz |
portlint: $() vs. ${}
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmix/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/xmix/Makefile b/audio/xmix/Makefile index 56d52382bc8..96c3aa1a52f 100644 --- a/audio/xmix/Makefile +++ b/audio/xmix/Makefile @@ -3,7 +3,7 @@ # Date created: 30 June 1995 # Whom: janek@gaja.ipan.lublin.pl # -# $NetBSD: Makefile,v 1.2 1997/10/30 00:30:18 augustss Exp $ +# $NetBSD: Makefile,v 1.3 1998/01/19 01:21:58 hubertf Exp $ # FreeBSD Id: Makefile,v 1.5 1996/11/18 13:56:53 asami Exp # @@ -19,12 +19,12 @@ PATCHFILES= xmix-2.1.mixers.patch MAINTAINER= janek@gaja.ipan.lublin.pl USE_IMAKE= yes -WRKSRC= $(WRKDIR)/xmix +WRKSRC= ${WRKDIR}/xmix pre-configure: ${CP} ${WRKSRC}/xmix.1 ${WRKSRC}/xmix.man pre-install: - ${INSTALL_DATA} $(WRKSRC)/XMix ${PREFIX}/lib/X11/app-defaults + ${INSTALL_DATA} ${WRKSRC}/XMix ${PREFIX}/lib/X11/app-defaults .include <bsd.port.mk> |