diff options
author | edwin <edwin@FreeBSD.org> | 2003-08-12 14:26:00 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-08-12 14:26:00 +0800 |
commit | baa29adf5e8ffa47e1a71ec0fd7475edc9a247e0 (patch) | |
tree | d1a5e210c8ae9b402702349414432960389454f4 | |
parent | 56131c45d073ca3483423872776a7875b624d185 (diff) | |
download | freebsd-ports-gnome-baa29adf5e8ffa47e1a71ec0fd7475edc9a247e0.tar.gz freebsd-ports-gnome-baa29adf5e8ffa47e1a71ec0fd7475edc9a247e0.tar.zst freebsd-ports-gnome-baa29adf5e8ffa47e1a71ec0fd7475edc9a247e0.zip |
fix typo MASTER_SIET_SUBDIR -> MASTER_SITE_SUBDIR
-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 |