diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-01-17 01:33:20 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-01-17 01:33:20 +0800 |
commit | 51369898d389675759f44baed7961d59c8233c93 (patch) | |
tree | 8b4ec24d53e3f6345ace454c06ff938dbaf9a7a1 /multimedia/xanim | |
parent | 03f706620f3d8413ee3403771d9bc2bc73023978 (diff) | |
download | freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.tar.gz freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.tar.zst freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.zip |
Massive style enforcement - use ^I instead of spaces for variables identation.
Diffstat (limited to 'multimedia/xanim')
-rw-r--r-- | multimedia/xanim/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/xanim/Makefile b/multimedia/xanim/Makefile index 60eb3a61cef4..29266b79fe43 100644 --- a/multimedia/xanim/Makefile +++ b/multimedia/xanim/Makefile @@ -5,12 +5,12 @@ # $FreeBSD$ # -PORTNAME= xanim +PORTNAME= xanim PORTVERSION= 2.80.2 CATEGORIES= graphics MASTER_SITES= ftp://xanim.va.pubnix.com/ \ ftp://xanim.va.pubnix.com/dlls/ -DISTNAME= xanim2801 +DISTNAME= xanim2801 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${EXTRA_FILES} PATCH_SITES= http://virtual-estates.net/port-stuff/ @@ -18,7 +18,7 @@ PATCHFILES= xanim-2801-to-2802-patch.gz MAINTAINER= ports@FreeBSD.org -EXTRA_FILES= vid_cvid_2.1_freebsdELFx86.tgz \ +EXTRA_FILES= vid_cvid_2.1_freebsdELFx86.tgz \ vid_cyuv_1.0_freebsdELFx86.tgz \ vid_h261_1.0_freebsdELFx86.tgz \ vid_h263_1.0_freebsdELFx86.tgz \ |