summaryrefslogtreecommitdiff
path: root/misc/nwrite/files
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-04-08 13:26:07 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-04-08 13:26:07 +0000
commit3236cc850cba9f5ee89ebcc30ffbaad341f294d5 (patch)
tree633e6b9d5fbd6d74ba0cb551f8d1f7d1ff63c0cc /misc/nwrite/files
parentUpdate to 2.1.3. (diff)
Remove port: Project no longer exists
PR: ports/79113 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=132754
Diffstat (limited to 'misc/nwrite/files')
-rw-r--r--misc/nwrite/files/patch-aa29
1 files changed, 0 insertions, 29 deletions
diff --git a/misc/nwrite/files/patch-aa b/misc/nwrite/files/patch-aa
deleted file mode 100644
index d996ec5148b0..000000000000
--- a/misc/nwrite/files/patch-aa
+++ /dev/null
@@ -1,29 +0,0 @@
---- 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)
-
--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