diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-10-01 22:28:32 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-10-01 22:28:32 +0000 |
commit | d2877d5f71c7acf80c568d8e06f0d39a63a30df0 (patch) | |
tree | fd1d778d6f69b9ac5f5e7aa1350f475812c8734b | |
parent | 8f17ea5f538b54c7a11bdd3766f9bb9cbf8a0b59 (diff) | |
download | FreeBSD-ports-d2877d5f71c7acf80c568d8e06f0d39a63a30df0.zip FreeBSD-ports-d2877d5f71c7acf80c568d8e06f0d39a63a30df0.tar.gz |
Remove MAKE_ENV, I forgot remove this line last commit.
-rw-r--r-- | x11/gnomecore/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/gnomecore/Makefile b/x11/gnomecore/Makefile index f435a6a..4d8ba0a 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 |