summaryrefslogtreecommitdiff
path: root/sysutils/most
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-05-08 16:55:07 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-05-08 16:55:07 +0000
commit6788ef5a6c4807f909ac3931e3581b198c9535de (patch)
tree6a48d5e44ba26a7906dda0f97f0c06970e561552 /sysutils/most
parentGive port a maintainer (diff)
Update to 4.9.2
PR: 36736 Submitted by: obraun@informatik.unibw-muenchen.de Timeout: maintainer
Notes
Notes: svn path=/head/; revision=58717
Diffstat (limited to 'sysutils/most')
-rw-r--r--sysutils/most/Makefile2
-rw-r--r--sysutils/most/distinfo2
-rw-r--r--sysutils/most/files/patch-aa20
-rw-r--r--sysutils/most/pkg-plist2
4 files changed, 13 insertions, 13 deletions
diff --git a/sysutils/most/Makefile b/sysutils/most/Makefile
index 4a255c8a70a0..864e5f5bca37 100644
--- a/sysutils/most/Makefile
+++ b/sysutils/most/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= most
-PORTVERSION= 4.9.0
+PORTVERSION= 4.9.2
CATEGORIES= misc
MASTER_SITES= ftp://space.mit.edu/pub/davis/most/ \
ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/most/
diff --git a/sysutils/most/distinfo b/sysutils/most/distinfo
index 8787451d781e..f99fe0775f73 100644
--- a/sysutils/most/distinfo
+++ b/sysutils/most/distinfo
@@ -1 +1 @@
-MD5 (most-4.9.0.tar.gz) = e2b80cda82f022100282e06918606c85
+MD5 (most-4.9.2.tar.gz) = ccf9bb5aea4a337f188c0ee9f35f2efd
diff --git a/sysutils/most/files/patch-aa b/sysutils/most/files/patch-aa
index 9fffd2a35b17..43278e4e23b5 100644
--- a/sysutils/most/files/patch-aa
+++ b/sysutils/most/files/patch-aa
@@ -1,22 +1,22 @@
---- src/Makefile.in.orig Tue Jun 8 11:47:47 1999
-+++ src/Makefile.in Tue Jun 8 11:48:39 1999
-@@ -42,7 +42,7 @@
+--- src/Makefile.in.orig Thu Apr 4 10:05:48 2002
++++ src/Makefile.in Thu Apr 4 10:06:39 2002
+@@ -21,7 +21,7 @@
prefix = @prefix@
BIN_DIR = $(prefix)/bin
MAN_DIR = $(prefix)/man/man1
-DOC_DIR = $(prefix)/doc/most
+DOC_DIR = $(prefix)/share/doc/most
- SYS_INITFILE = $(prefix)/etc/most.conf
+ SYS_INITFILE = @sysconfdir@/most.conf
-@@ -87,8 +87,10 @@
+@@ -67,8 +67,10 @@
install: all $(BIN_DIR)
- $(INSTALL) -s $(OBJDIR)/most $(BIN_DIR)
- $(INSTALL_DATA) ../most.1 $(MAN_DIR)
+ $(INSTALL) -s $(OBJDIR)/most $(DESTDIR)$(BIN_DIR)
+ $(INSTALL_DATA) ../most.1 $(DESTDIR)$(MAN_DIR)
+.if !defined(NOPORTDOCS)
- $(INSTALL) -d $(DOC_DIR) -m 755
- $(INSTALL_DATA) $(DOC_FILES) $(DOC_DIR)
+ $(INSTALL) -d -m 755 $(DESTDIR)$(DOC_DIR)
+ $(INSTALL_DATA) $(DOC_FILES) $(DESTDIR)$(DOC_DIR)
+.endif
$(BIN_DIR):
- - ../mkinsdir.sh $(BIN_DIR)
+ - ../mkinsdir.sh $(DESTDIR)$(BIN_DIR)
# The symlinks target is for my own private use. It simply creates the object
diff --git a/sysutils/most/pkg-plist b/sysutils/most/pkg-plist
index db09f4c00879..0aa349d8ec2e 100644
--- a/sysutils/most/pkg-plist
+++ b/sysutils/most/pkg-plist
@@ -1,8 +1,8 @@
bin/most
share/doc/most/README
share/doc/most/changes.txt
-share/doc/most/default.rc
share/doc/most/lesskeys.rc
share/doc/most/most-fun.txt
share/doc/most/most.doc
+share/doc/most/most.rc
@dirrm share/doc/most