aboutsummaryrefslogtreecommitdiff
path: root/sysutils/most
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-09 00:01:47 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-09 00:01:47 +0000
commit11b65813546aca7c5d0d9874cb87cd8beb0f8815 (patch)
treeb9a5812b2cff2c63b4d8d21a1a6e875bcfbac7fb /sysutils/most
parent9789b00d07d7978e869363ebe6bbdf5fda2ee3e7 (diff)
downloadports-11b65813546aca7c5d0d9874cb87cd8beb0f8815.tar.gz
ports-11b65813546aca7c5d0d9874cb87cd8beb0f8815.zip
Update to version 4.9.0.
PR: 12086 Submitted by: Chris Piaza <cpiazza@home.net>
Notes
Notes: svn path=/head/; revision=19345
Diffstat (limited to 'sysutils/most')
-rw-r--r--sysutils/most/Makefile10
-rw-r--r--sysutils/most/distinfo2
-rw-r--r--sysutils/most/files/patch-aa22
-rw-r--r--sysutils/most/pkg-plist6
4 files changed, 33 insertions, 7 deletions
diff --git a/sysutils/most/Makefile b/sysutils/most/Makefile
index e65c2a4a73b5..f289650bd0e8 100644
--- a/sysutils/most/Makefile
+++ b/sysutils/most/Makefile
@@ -1,14 +1,13 @@
# New ports collection makefile for: most
-# Version required: 4.8.1
+# Version required: 4.9.0
# Date created: 31 May 1997
# Whom: rhwang@bigpanda.com
#
-# $Id: Makefile,v 1.3 1998/05/17 22:55:15 mph Exp $
+# $Id: Makefile,v 1.4 1998/09/25 10:18:41 asami Exp $
#
-DISTNAME= most4.8.1
-PKGNAME= most-4.8.1
-CATEGORIES= misc
+DISTNAME= most-4.9.0
+CATEGORIES= misc
MASTER_SITES= ftp://space.mit.edu/pub/davis/most/ \
ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/most/
@@ -17,7 +16,6 @@ MAINTAINER= rhwang@bigpanda.com
LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang
GNU_CONFIGURE= yes
-WRKSRC= ${WRKDIR}/most
MAN1= most.1
.include <bsd.port.mk>
diff --git a/sysutils/most/distinfo b/sysutils/most/distinfo
index a5015d218a84..8787451d781e 100644
--- a/sysutils/most/distinfo
+++ b/sysutils/most/distinfo
@@ -1 +1 @@
-MD5 (most4.8.1.tar.gz) = 951bf3581208c072f32a25e2ef5fed48
+MD5 (most-4.9.0.tar.gz) = e2b80cda82f022100282e06918606c85
diff --git a/sysutils/most/files/patch-aa b/sysutils/most/files/patch-aa
new file mode 100644
index 000000000000..9fffd2a35b17
--- /dev/null
+++ b/sysutils/most/files/patch-aa
@@ -0,0 +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 @@
+ 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
+
+@@ -87,8 +87,10 @@
+ install: all $(BIN_DIR)
+ $(INSTALL) -s $(OBJDIR)/most $(BIN_DIR)
+ $(INSTALL_DATA) ../most.1 $(MAN_DIR)
++.if !defined(NOPORTDOCS)
+ $(INSTALL) -d $(DOC_DIR) -m 755
+ $(INSTALL_DATA) $(DOC_FILES) $(DOC_DIR)
++.endif
+ $(BIN_DIR):
+ - ../mkinsdir.sh $(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 7ef6a219ecf1..3feb6c0b00f7 100644
--- a/sysutils/most/pkg-plist
+++ b/sysutils/most/pkg-plist
@@ -1 +1,7 @@
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