diff options
author | hubertf <hubertf> | 1997-12-17 16:00:29 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-12-17 16:00:29 +0000 |
commit | b0dc156436eccd57d5200cd0542137b5bf33fc6d (patch) | |
tree | ad5383c482d1fba93e7294aa7789ae20c549d67c /textproc | |
parent | 38f359a4371d5a5708901b4c5d7e02015614d3d6 (diff) | |
download | pkgsrc-b0dc156436eccd57d5200cd0542137b5bf33fc6d.tar.gz |
update for V3.0.4, from FreeBSD
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rman/Makefile | 7 | ||||
-rw-r--r-- | textproc/rman/files/md5 | 2 | ||||
-rw-r--r-- | textproc/rman/patches/patch-aa | 13 | ||||
-rw-r--r-- | textproc/rman/pkg/PLIST | 2 |
4 files changed, 12 insertions, 12 deletions
diff --git a/textproc/rman/Makefile b/textproc/rman/Makefile index 5759c53e176..9c66f57716a 100644 --- a/textproc/rman/Makefile +++ b/textproc/rman/Makefile @@ -1,13 +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> # -# $NetBSD: Makefile,v 1.2 1997/10/30 01:15:27 hubertf Exp $ -# FreeBSD Id: Makefile,v 1.16 1997/09/08 07:35:43 tg Exp +# $Id: Makefile,v 1.3 1997/12/17 16:00:29 hubertf 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/files/md5 b/textproc/rman/files/md5 index 7e866104d24..9b26882f394 100644 --- a/textproc/rman/files/md5 +++ b/textproc/rman/files/md5 @@ -1 +1 @@ -MD5 (rman-3.0.3a12.tar.Z) = 19945ee55329bbbd1f26b5a05677e771 +MD5 (rman-3.0.4.tar.Z) = 0253d17a4eb0cf3ee7dbf22006e61692 diff --git a/textproc/rman/patches/patch-aa b/textproc/rman/patches/patch-aa index 026daa3dc8a..285788d7a9c 100644 --- a/textproc/rman/patches/patch-aa +++ b/textproc/rman/patches/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 diff --git a/textproc/rman/pkg/PLIST b/textproc/rman/pkg/PLIST index 462abc21e17..dabfda55311 100644 --- a/textproc/rman/pkg/PLIST +++ b/textproc/rman/pkg/PLIST @@ -1,3 +1,3 @@ -@comment $NetBSD: PLIST,v 1.2 1997/11/06 10:05:03 agc Exp $ +@comment $NetBDS$ bin/rman man/man1/rman.1.gz |