diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-12 06:26:00 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-12 06:26:00 +0000 |
commit | df05b2449fa888bda10babd8d9c506c5f6efa739 (patch) | |
tree | f4a203c6e55873f02cb90878b5fa2d7d800cbfb6 | |
parent | Add a patch to fix a memory alignment problem for FireWire. (diff) |
fix typo MASTER_SIET_SUBDIR -> MASTER_SITE_SUBDIR
Notes
Notes:
svn path=/head/; revision=86793
-rw-r--r-- | graphics/sdl_gfx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sdl_gfx/Makefile b/graphics/sdl_gfx/Makefile index 95db11255673..b65bd9999897 100644 --- a/graphics/sdl_gfx/Makefile +++ b/graphics/sdl_gfx/Makefile @@ -10,7 +10,7 @@ PORTNAME= sdl_gfx PORTVERSION= 2.0.8 CATEGORIES= graphics MASTER_SITES= http://www.ferzkopp.net/Software/%SUBDIR%/ -MASTER_SIET_SUBDIR= SDL_gfx-${PORTVERSION:R} +MASTER_SITE_SUBDIR= SDL_gfx-${PORTVERSION:R} DISTNAME= SDL_gfx-${PORTVERSION} MAINTAINER= ports@FreeBSD.org |