summaryrefslogtreecommitdiff
path: root/editors/manedit
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-07-02 11:53:07 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-07-02 11:53:07 +0000
commit11f8b588d450e216e9b56f2e6d4efd51dc637dfc (patch)
tree592497e86ad5fdf421028e60d4204caa7594d99d /editors/manedit
parentuse REINPLACE (diff)
Update to 0.5.6.
Notes
Notes: svn path=/head/; revision=62332
Diffstat (limited to 'editors/manedit')
-rw-r--r--editors/manedit/Makefile2
-rw-r--r--editors/manedit/distinfo2
-rw-r--r--editors/manedit/files/patch-Makefile.FreeBSD13
3 files changed, 13 insertions, 4 deletions
diff --git a/editors/manedit/Makefile b/editors/manedit/Makefile
index 51f3af3bb50c..a24c5b680ad0 100644
--- a/editors/manedit/Makefile
+++ b/editors/manedit/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= manedit
-PORTVERSION= 0.5.5
+PORTVERSION= 0.5.6
CATEGORIES= editors
MASTER_SITES= ftp://wolfpack.twu.net/users/wolfpack/
diff --git a/editors/manedit/distinfo b/editors/manedit/distinfo
index 6a428cf5fc2d..a7c37ee9e0e4 100644
--- a/editors/manedit/distinfo
+++ b/editors/manedit/distinfo
@@ -1 +1 @@
-MD5 (manedit-0.5.5.tar.bz2) = b93dec34ec77c2cdf83ef60bc535fe0d
+MD5 (manedit-0.5.6.tar.bz2) = 8039d8167c0338f8b8666ae9a516e0a0
diff --git a/editors/manedit/files/patch-Makefile.FreeBSD b/editors/manedit/files/patch-Makefile.FreeBSD
index 42a028707b6d..9488f8b0e9b7 100644
--- a/editors/manedit/files/patch-Makefile.FreeBSD
+++ b/editors/manedit/files/patch-Makefile.FreeBSD
@@ -1,8 +1,8 @@
$FreeBSD$
---- Makefile.FreeBSD.orig Mon Sep 3 06:57:19 2001
-+++ Makefile.FreeBSD Tue Sep 4 15:20:14 2001
+--- Makefile.FreeBSD.orig Wed Mar 13 00:02:34 2002
++++ Makefile.FreeBSD Tue Jul 2 14:48:15 2002
@@ -52,7 +52,7 @@
#
GTK_CONFIG ?= gtk-config
@@ -12,6 +12,15 @@ $FreeBSD$
-DPREFIX=\"$(PREFIX)\" \
-DLOCALBASE=\"$(LOCALBASE)\" -DX11BASE=\"$(X11BASE)\"
+@@ -116,7 +116,7 @@
+ # Build Rules:
+ #
+ $(BIN): $(OBJ_C) $(OBJ_CPP)
+- $(CC) $(OBJ_C) $(OBJ_CPP) -o $(BIN) $(LIB) $(LIB_DIR)
++ $(CPP) $(OBJ_C) $(OBJ_CPP) -o $(BIN) $(LIB) $(LIB_DIR)
+
+ all: $(BIN) $(BIN).1.out
+
@@ -126,7 +126,7 @@
#
# This rule is defined externally.