diff options
author | tg <tg@FreeBSD.org> | 1997-12-08 23:45:32 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-12-08 23:45:32 +0800 |
commit | d58205998c700194a7457d9d0b8fefdc9f0a66f6 (patch) | |
tree | 0835d09f9a0a1c0adf13535ecdace9470047080f /textproc | |
parent | 29c0af42718cdc6573932fd23136776e596fa254 (diff) | |
download | freebsd-ports-gnome-d58205998c700194a7457d9d0b8fefdc9f0a66f6.tar.gz freebsd-ports-gnome-d58205998c700194a7457d9d0b8fefdc9f0a66f6.tar.zst freebsd-ports-gnome-d58205998c700194a7457d9d0b8fefdc9f0a66f6.zip |
Upgrade to 3.0.4.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rman/Makefile | 6 | ||||
-rw-r--r-- | textproc/rman/distinfo | 2 | ||||
-rw-r--r-- | textproc/rman/files/patch-aa | 13 |
3 files changed, 11 insertions, 10 deletions
diff --git a/textproc/rman/Makefile b/textproc/rman/Makefile index ea75a13b5bc9..b20d7597c118 100644 --- a/textproc/rman/Makefile +++ b/textproc/rman/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: rman -# Version required: 3.0.3a12 +# Version required: 3.0.4 # Date created: 27 Dec 1994 # Whom: Thomas Gellekum <tg@FreeBSD.org> # -# $Id: Makefile,v 1.15 1997/08/22 07:40:51 tg Exp $ +# $Id: Makefile,v 1.16 1997/09/08 07:35:43 tg Exp $ # -DISTNAME= rman-3.0.3a12 +DISTNAME= rman-3.0.4 CATEGORIES= textproc MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/ EXTRACT_SUFX= .tar.Z diff --git a/textproc/rman/distinfo b/textproc/rman/distinfo index 7e866104d247..9b26882f3946 100644 --- a/textproc/rman/distinfo +++ b/textproc/rman/distinfo @@ -1 +1 @@ -MD5 (rman-3.0.3a12.tar.Z) = 19945ee55329bbbd1f26b5a05677e771 +MD5 (rman-3.0.4.tar.Z) = 0253d17a4eb0cf3ee7dbf22006e61692 diff --git a/textproc/rman/files/patch-aa b/textproc/rman/files/patch-aa index 026daa3dc8a9..285788d7a9c5 100644 --- a/textproc/rman/files/patch-aa +++ b/textproc/rman/files/patch-aa @@ -1,16 +1,17 @@ ---- Makefile.orig Sat Apr 12 08:59:15 1997 -+++ Makefile Sat May 31 04:52:01 1997 -@@ -15,17 +15,16 @@ +--- Makefile.orig Mon Dec 1 07:32:00 1997 ++++ Makefile Mon Dec 8 16:42:52 1997 +@@ -15,17 +15,17 @@ # this must be a directory that's in your bin PATH. # MANDIR holds the man page. --BINDIR = /home/auspex/h/bair/phelps/bin +-BINDIR = /private/share/bin -#BINDIR = /usr/local/bin -MANDIR = /home/auspex/h/bair/phelps/man/man1 -#MANDIR = /usr/local/man/man1 -+PREFIX?= /usr/local ++#BINDIR = /private/share/bin +BINDIR = ${PREFIX}/bin -+MANDIR =${PREFIX}/man/man1 ++#MANDIR = /home/auspex/h/bair/phelps/man/man1 ++MANDIR = ${PREFIX}/man/man1 ### if you have GNU gcc v2.x, use these definitions |