diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-07-22 18:20:43 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-07-22 18:20:43 +0000 |
commit | 203eb5ed63c8211458b384dec367883293b9feb7 (patch) | |
tree | cea12eba7863a2cf823809e413bfccf9f166c9b1 /audio/xmix/Makefile | |
parent | - Update to 4.4.5 (diff) |
* 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 |