summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-10-01 22:28:32 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-10-01 22:28:32 +0000
commita85efc9a51f06878ef9fe259fafba286b260f2ae (patch)
treea7beb72f1cdec66f74075b020fbff6de417b92db
parentUpdate to 2.06. (diff)
Remove MAKE_ENV, I forgot remove this line last commit.
Notes
Notes: svn path=/head/; revision=13588
-rw-r--r--x11/gnomecore/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/gnomecore/Makefile b/x11/gnomecore/Makefile
index f435a6aaff42..4d8ba0ab8598 100644
--- a/x11/gnomecore/Makefile
+++ b/x11/gnomecore/Makefile
@@ -3,7 +3,7 @@
# Date created: 17 March 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
-# $Id: Makefile,v 1.2 1998/09/14 10:07:35 asami Exp $
+# $Id: Makefile,v 1.3 1998/09/30 14:02:09 vanilla Exp $
#
DISTNAME= gnome-core-0.30
@@ -27,7 +27,6 @@ CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include \
CXXFLAGS="${CFLAGS}" \
GTK_CONFIG="${X11BASE}/bin/gtk11-config" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
-MAKE_ENV= GNOMELOCALEDIR="${PREFIX}/share/locale"
post-install:
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib