1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Update to version 1.9.2.

PR:		10194
Submitted by:	Michael Haro <mharo@area51.fremont.ca.us>
This commit is contained in:
Steve Price 1999-03-15 02:11:40 +00:00
parent 788b5a54dd
commit f478047eb0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17215
3 changed files with 34 additions and 14 deletions

View File

@ -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>

View File

@ -1 +1 @@
MD5 (nwrite-1.9.tar.gz) = 29cd152bf5b317cb03f96ede4deb96af
MD5 (nwrite-1.9.2.tar.gz) = 29b5c482b621048d5c57cf57510b1b2d

View File

@ -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