diff options
author | marcus <marcus@FreeBSD.org> | 2002-06-14 00:24:24 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-06-14 00:24:24 +0800 |
commit | 8e2ac14ec9ebd75ed8b7d811594aa01fae19a99d (patch) | |
tree | e1226cde5b6449222811c6277a17abfdb089a1e0 /math/gcalctool | |
parent | 28a2d9d821ba6a8d653378acad3033bb7a003025 (diff) | |
download | freebsd-ports-gnome-8e2ac14ec9ebd75ed8b7d811594aa01fae19a99d.tar.gz freebsd-ports-gnome-8e2ac14ec9ebd75ed8b7d811594aa01fae19a99d.tar.zst freebsd-ports-gnome-8e2ac14ec9ebd75ed8b7d811594aa01fae19a99d.zip |
This isn't a GNOME port per se. Don't use the GNOME datadir.
Diffstat (limited to 'math/gcalctool')
-rw-r--r-- | math/gcalctool/Makefile | 2 | ||||
-rw-r--r-- | math/gcalctool/pkg-plist | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index 45bcdff2c894..3c9a9f4182a5 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -20,8 +20,6 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL= yes -CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ - --datadir=${PREFIX}/share/gnome CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} diff --git a/math/gcalctool/pkg-plist b/math/gcalctool/pkg-plist index f00fefc5d253..e7a8fcec0efc 100644 --- a/math/gcalctool/pkg-plist +++ b/math/gcalctool/pkg-plist @@ -1,3 +1,3 @@ bin/gcalctool -share/gnome/gcalctool/calctool.gif -@dirrm share/gnome/gcalctool +share/gcalctool/calctool.gif +@dirrm share/gcalctool |