diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-24 05:49:14 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-24 05:49:14 +0000 |
commit | 7e559f94784e368ed654281880d2b1da039f4872 (patch) | |
tree | e180e44fca283a65ff57427ca0c0397392a06f53 /www/galeon | |
parent | c28fd813ff776ed3da1a3419b4667cce8b4fc377 (diff) |
Portlint whitespace fix.
Notes
Notes:
svn path=/head/; revision=79563
Diffstat (limited to 'www/galeon')
-rw-r--r-- | www/galeon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index 9ec275702d37..998cb98c8dec 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -37,7 +37,7 @@ MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.4a" .else .if ${WITH_MOZILLA}=="mozilla-embedded" MOZILLA= mozilla-embedded -HEADERS_SUFX= +HEADERS_SUFX= .else MOZILLA= mozilla HEADERS_SUFX= |