summaryrefslogtreecommitdiff
path: root/audio/xmix/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-15 23:14:56 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-15 23:14:56 +0000
commitb34c0ce68633b2302408e09c2a2dfb178d955ba1 (patch)
tree0775433a62b67c99f1df778999f61e01e23e2907 /audio/xmix/Makefile
parentCATAGORIES+= -> CATAGORIES= (diff)
CATAGORIES+= -> CATAGORIES=
Added MAINTAINERS to many of them.
Notes
Notes: svn path=/head/; revision=4497
Diffstat (limited to '')
-rw-r--r--audio/xmix/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/xmix/Makefile b/audio/xmix/Makefile
index b489ebe53212..deb8ab8cb045 100644
--- a/audio/xmix/Makefile
+++ b/audio/xmix/Makefile
@@ -5,7 +5,7 @@
#
DISTNAME= xmix-2.1
-CATEGORIES+= audio
+CATEGORIES= audio
MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/apps/sound/mixers/ \
ftp://ftp.icm.edu.pl/pub2/linux/apps/sound/mixers/
@@ -13,11 +13,13 @@ PATCH_SITES= ftp://sunsite.unc.edu/pub/Linux/apps/sound/mixers/ \
ftp://ftp.icm.edu.pl/pub2/linux/apps/sound/mixers/
PATCHFILES= xmix-2.1.mixers.patch
+MAINTAINER= janek@gaja.ipan.lublin.pl
+
USE_IMAKE= yes
WRKSRC= $(WRKDIR)/xmix
pre-install:
- cp ${WRKSRC}/xmix.1 ${WRKSRC}/xmix.man
- /usr/bin/install -c -m 0444 $(WRKSRC)/XMix /usr/X11R6/lib/X11/app-defaults
+ ${CP} ${WRKSRC}/xmix.1 ${WRKSRC}/xmix.man
+ ${INSTALL_DATA} $(WRKSRC)/XMix /usr/X11R6/lib/X11/app-defaults
.include <bsd.port.mk>