diff options
author | marcus <marcus@FreeBSD.org> | 2004-06-15 14:22:41 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-06-15 14:22:41 +0800 |
commit | f952e946c81e2cfe1393d46d620c664eb8af3f33 (patch) | |
tree | 4c80c849a5fa223e89cd53263d4b7c7c55b24417 /x11/gnomeapplets2 | |
parent | 21022319e22c3c685da53d39c31d5d5c3ce13355 (diff) | |
download | freebsd-ports-gnome-f952e946c81e2cfe1393d46d620c664eb8af3f33.tar.gz freebsd-ports-gnome-f952e946c81e2cfe1393d46d620c664eb8af3f33.tar.zst freebsd-ports-gnome-f952e946c81e2cfe1393d46d620c664eb8af3f33.zip |
Use tabs and not spaces to appease portlint.
Diffstat (limited to 'x11/gnomeapplets2')
-rw-r--r-- | x11/gnomeapplets2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnomeapplets2/Makefile b/x11/gnomeapplets2/Makefile index f646a1d17246..026a21350e5c 100644 --- a/x11/gnomeapplets2/Makefile +++ b/x11/gnomeapplets2/Makefile @@ -35,9 +35,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ .if ${ARCH} != "i386" CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC" -PLIST_SUB= BATTERY="@comment " +PLIST_SUB= BATTERY="@comment " .else -PLIST_SUB= BATTERY="" +PLIST_SUB= BATTERY="" .endif .include <bsd.port.post.mk> |