diff options
author | marcus <marcus@FreeBSD.org> | 2002-05-03 23:49:25 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-05-03 23:49:25 +0800 |
commit | 095609b90aa7ba96325abd0142379429335089f1 (patch) | |
tree | efc42e066ee9b09b2adc312c2d68696beb0326f6 /x11/gnome-panel | |
parent | 6881438f8d329f0377254b7b5de855b9bf15e2c2 (diff) | |
download | freebsd-ports-gnome-095609b90aa7ba96325abd0142379429335089f1.tar.gz freebsd-ports-gnome-095609b90aa7ba96325abd0142379429335089f1.tar.zst freebsd-ports-gnome-095609b90aa7ba96325abd0142379429335089f1.zip |
Whitespace nit.
Diffstat (limited to 'x11/gnome-panel')
-rw-r--r-- | x11/gnome-panel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index b95bd8fafd6f..8bbd47cbe9dd 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -30,7 +30,7 @@ CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} - + MAN1= gnome-panel-2.1 gnome-panel-properties.1 pre-patch: |