1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Update to version 4.9.0.

PR:		12086
Submitted by:	Chris Piaza <cpiazza@home.net>
This commit is contained in:
Steve Price 1999-06-09 00:01:47 +00:00
parent 9789b00d07
commit 11b6581354
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19345
8 changed files with 66 additions and 14 deletions

View File

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

View File

@ -1 +1 @@
MD5 (most4.8.1.tar.gz) = 951bf3581208c072f32a25e2ef5fed48
MD5 (most-4.9.0.tar.gz) = e2b80cda82f022100282e06918606c85

22
misc/most/files/patch-aa Normal file
View File

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

View File

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

View File

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

View File

@ -1 +1 @@
MD5 (most4.8.1.tar.gz) = 951bf3581208c072f32a25e2ef5fed48
MD5 (most-4.9.0.tar.gz) = e2b80cda82f022100282e06918606c85

View File

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

View File

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