diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-04 21:12:59 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-04 21:12:59 +0000 |
commit | 51c690ba337a12c378421fb980fa4a536a04c2f7 (patch) | |
tree | c54e266a89e1dfc0c3e29c957ed9d59a5e6b30bf /multimedia | |
parent | Add the www/eddie port (a high availability clustering tool). (diff) |
Style: use tabs, not spaces, to indent variables in Makefiles.
(whitespace only changes)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/linux-realplayer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/linux-realplayer/Makefile b/multimedia/linux-realplayer/Makefile index 3a5c3ade048f..3593a82a9e91 100644 --- a/multimedia/linux-realplayer/Makefile +++ b/multimedia/linux-realplayer/Makefile @@ -6,7 +6,7 @@ # PORTNAME= linux-realplayer -PORTVERSION= 8.cs1 +PORTVERSION= 8.cs1 CATEGORIES= audio graphics linux MASTER_SITES= # fetch manually DISTNAME= rp${PORTVERSION:R}_linux20_libc6_i386_${PORTVERSION:E} @@ -19,7 +19,7 @@ BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/misc/rpm2cpio EXTRACT_CMD= rpm2cpio EXTRACT_BEFORE_ARGS= -EXTRACT_AFTER_ARGS= | cpio -id --quiet +EXTRACT_AFTER_ARGS= | cpio -id --quiet RADIR= ${PREFIX}/lib/RealPlayer${PORTVERSION:R} WRKSRC= ${WRKDIR}/usr/lib/RealPlayer${PORTVERSION:R} PLUGINSDIR= ${PREFIX}/lib/netscape-linux/plugins |