diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-05-08 16:55:07 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-05-08 16:55:07 +0000 |
commit | 6788ef5a6c4807f909ac3931e3581b198c9535de (patch) | |
tree | 6a48d5e44ba26a7906dda0f97f0c06970e561552 /misc/most | |
parent | 29e76fe525ccebde9fe7dbdaa73f27a35027c2f9 (diff) | |
download | ports-6788ef5a6c4807f909ac3931e3581b198c9535de.tar.gz ports-6788ef5a6c4807f909ac3931e3581b198c9535de.zip |
Notes
Diffstat (limited to 'misc/most')
-rw-r--r-- | misc/most/Makefile | 2 | ||||
-rw-r--r-- | misc/most/distinfo | 2 | ||||
-rw-r--r-- | misc/most/files/patch-aa | 20 | ||||
-rw-r--r-- | misc/most/pkg-plist | 2 |
4 files changed, 13 insertions, 13 deletions
diff --git a/misc/most/Makefile b/misc/most/Makefile index 4a255c8a70a0..864e5f5bca37 100644 --- a/misc/most/Makefile +++ b/misc/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/misc/most/distinfo b/misc/most/distinfo index 8787451d781e..f99fe0775f73 100644 --- a/misc/most/distinfo +++ b/misc/most/distinfo @@ -1 +1 @@ -MD5 (most-4.9.0.tar.gz) = e2b80cda82f022100282e06918606c85 +MD5 (most-4.9.2.tar.gz) = ccf9bb5aea4a337f188c0ee9f35f2efd diff --git a/misc/most/files/patch-aa b/misc/most/files/patch-aa index 9fffd2a35b17..43278e4e23b5 100644 --- a/misc/most/files/patch-aa +++ b/misc/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/misc/most/pkg-plist b/misc/most/pkg-plist index db09f4c00879..0aa349d8ec2e 100644 --- a/misc/most/pkg-plist +++ b/misc/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 |