View | Details | Raw Unified | Return to bug 174995
Collapse All | Expand All

(-)Makefile (+2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	mixer
4
PORTNAME=	mixer
5
PORTVERSION=	0.1.1
5
PORTVERSION=	0.1.1
6
PORTREVISION=	1
6
CATEGORIES=	audio
7
CATEGORIES=	audio
7
MASTER_SITES=	http://www.defora.org/os/download/download/3705/
8
MASTER_SITES=	http://www.defora.org/os/download/download/3705/
8
DISTNAME=	Mixer-${PORTVERSION}
9
DISTNAME=	Mixer-${PORTVERSION}
Lines 21-26 Link Here
21
PLIST_FILES=	bin/mixer \
22
PLIST_FILES=	bin/mixer \
22
		share/applications/mixer.desktop \
23
		share/applications/mixer.desktop \
23
		share/locale/fr/LC_MESSAGES/Mixer.mo
24
		share/locale/fr/LC_MESSAGES/Mixer.mo
25
MAKE_ARGS+=	PREFIX=${PREFIX}
24
26
25
post-patch:
27
post-patch:
26
	${REINPLACE_CMD} -e 's|Exec=mixer|Exec=${LOCALBASE}/bin/mixer|g' \
28
	${REINPLACE_CMD} -e 's|Exec=mixer|Exec=${LOCALBASE}/bin/mixer|g' \

Return to bug 174995