diff options
author | gerald <gerald@FreeBSD.org> | 2006-04-07 16:22:27 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2006-04-07 16:22:27 +0800 |
commit | b5a2a480fd8efc958e815016188f5dab11f65378 (patch) | |
tree | 832f681c1ee2e2debddb894c3f2f75a38c4b6968 /devel/sgb | |
parent | fb2a0017e4b473d6e627107a9587b210af5249b6 (diff) | |
download | freebsd-ports-gnome-b5a2a480fd8efc958e815016188f5dab11f65378.tar.gz freebsd-ports-gnome-b5a2a480fd8efc958e815016188f5dab11f65378.tar.zst freebsd-ports-gnome-b5a2a480fd8efc958e815016188f5dab11f65378.zip |
Address two whitespace issues (trailing space, space instead of tab).
Diffstat (limited to 'devel/sgb')
-rw-r--r-- | devel/sgb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/sgb/Makefile b/devel/sgb/Makefile index c1ab23e63c27..90c64b8eb340 100644 --- a/devel/sgb/Makefile +++ b/devel/sgb/Makefile @@ -10,8 +10,8 @@ PORTVERSION= 20030623 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.cs.stanford.edu/pub/sgb/ \ - ${MASTER_SITE_GENTOO} -MASTER_SITE_SUBDIR= distfiles + ${MASTER_SITE_GENTOO} +MASTER_SITE_SUBDIR= distfiles DISTNAME= sgb-2003-06-23 MAINTAINER= gerald@FreeBSD.org |