diff options
author | naddy <naddy@FreeBSD.org> | 2002-07-23 02:20:43 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-07-23 02:20:43 +0800 |
commit | 20cbca1d3a9fd62caa35229eb40da96bc4a8201a (patch) | |
tree | 87259b129819397c350be4e753a565caf2fddbc5 /audio/xmix/Makefile | |
parent | ccb20613c6bfe569d508b9ff50acc7571ff94b74 (diff) | |
download | freebsd-ports-gnome-20cbca1d3a9fd62caa35229eb40da96bc4a8201a.tar.gz freebsd-ports-gnome-20cbca1d3a9fd62caa35229eb40da96bc4a8201a.tar.zst freebsd-ports-gnome-20cbca1d3a9fd62caa35229eb40da96bc4a8201a.zip |
* Fix PATCH_SITE.
PR: 40887
Submitted by: Tilman Linneweh <tilman@arved.de>
* machine/soundcard.h -> sys/soundcard.h
Diffstat (limited to 'audio/xmix/Makefile')
-rw-r--r-- | audio/xmix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xmix/Makefile b/audio/xmix/Makefile index e16356ff0311..774ee86b48b5 100644 --- a/audio/xmix/Makefile +++ b/audio/xmix/Makefile @@ -12,12 +12,13 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/sound/mixers PATCH_SITES= ${MASTER_SITES} +PATCH_SITE_SUBDIR= ${MASTER_SITE_SUBDIR} PATCHFILES= xmix-2.1.mixers.patch MAINTAINER= ports@FreeBSD.Org USE_IMAKE= yes -WRKSRC= $(WRKDIR)/xmix +WRKSRC= ${WRKDIR}/xmix MAN1= xmix.1 |