summaryrefslogtreecommitdiff
path: root/misc/nwrite
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-03-15 02:11:40 +0000
committerSteve Price <steve@FreeBSD.org>1999-03-15 02:11:40 +0000
commitf478047eb0178feb569880bc30b891410d550e17 (patch)
treef2dfb5ce7bb421892db47f066f414d33d8529a78 /misc/nwrite
parentUpdate to version 4.7.8. (diff)
Update to version 1.9.2.
PR: 10194 Submitted by: Michael Haro <mharo@area51.fremont.ca.us>
Notes
Notes: svn path=/head/; revision=17215
Diffstat (limited to 'misc/nwrite')
-rw-r--r--misc/nwrite/Makefile10
-rw-r--r--misc/nwrite/distinfo2
-rw-r--r--misc/nwrite/files/patch-aa36
3 files changed, 34 insertions, 14 deletions
diff --git a/misc/nwrite/Makefile b/misc/nwrite/Makefile
index 3939d31178c1..9ebae1b0b092 100644
--- a/misc/nwrite/Makefile
+++ b/misc/nwrite/Makefile
@@ -3,16 +3,18 @@
# Date created: 29 July 1997
# Whom: daveh
#
-# $Id: Makefile,v 1.1.1.1 1997/08/01 06:58:37 tg Exp $
+# $Id: Makefile,v 1.2 1998/08/23 07:34:46 hoek Exp $
#
-DISTNAME= nwrite-1.9
+DISTNAME= nwrite-1.9.2
CATEGORIES= misc
-MASTER_SITES= ftp://ftp.csua.berkeley.edu/pub/daveh/
+MASTER_SITES= ftp://ftp.csua.berkeley.edu/pub/nwrite/
MAINTAINER= daveh@csua.berkeley.edu
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --enable-clear-procs
+
MAN1= nwrite.1
-MANCOMPRESSED= yes
.include <bsd.port.mk>
diff --git a/misc/nwrite/distinfo b/misc/nwrite/distinfo
index 4ffff2cee408..5f279b1e3314 100644
--- a/misc/nwrite/distinfo
+++ b/misc/nwrite/distinfo
@@ -1 +1 @@
-MD5 (nwrite-1.9.tar.gz) = 29cd152bf5b317cb03f96ede4deb96af
+MD5 (nwrite-1.9.2.tar.gz) = 29b5c482b621048d5c57cf57510b1b2d
diff --git a/misc/nwrite/files/patch-aa b/misc/nwrite/files/patch-aa
index 3366fec2c2ea..d996ec5148b0 100644
--- a/misc/nwrite/files/patch-aa
+++ b/misc/nwrite/files/patch-aa
@@ -1,11 +1,29 @@
---- Makefile.orig Tue Jul 29 15:36:52 1997
-+++ Makefile Thu Jul 31 16:17:26 1997
-@@ -35,7 +35,7 @@
- #INSTALL= /usr/ucb/install
- #INSTALL= /usr/local/gnu/bin/install
+--- Makefile.in.orig Thu Jul 9 15:50:06 1998
++++ Makefile.in Tue Mar 9 20:33:26 1999
+@@ -51,7 +51,7 @@
+ nwrite: $(OBJECTS)
+ $(CC) $(CFLAGS) -o nwrite $(OBJECTS) $(LDFLAGS)
--DEST = /usr/local
-+DEST = $(PREFIX)
- BIN = $(DEST)/bin
- MAN = $(DEST)/man
+-install: Makefile installbin installman$(MANGZ) installrc
++install: Makefile installbin installman$(MANGZ)
+ installbin: nwrite
+ -mv $(BIN)/nwrite $(BIN)/nwrite.old
+@@ -59,15 +59,12 @@
+ strip $(BIN)/nwrite
+
+ installman: nwrite.1
+- -\rm $(MAN)/cat1/nwrite.1
+- $(INSTALL) -c -m 644 nwrite.1 $(MAN)/cat1/nwrite.1
++ -\rm $(MAN)/man1/nwrite.1
++ $(INSTALL) -c -m 644 nwrite.1 $(MAN)/man1/nwrite.1
+
+ installman-gz: installman
+ -\rm $(MAN)/cat1/nwrite.1.gz
+ gzip $(MAN)/cat1/nwrite.1
+-
+-installrc: nwrite.rc
+- $(INSTALL) -c -m 644 nwrite.rc $(SYSTEM_NWRITERC)
+
+ Makefile: Makefile.in
+ sh ./config.status