diff options
author | Steve Price <steve@FreeBSD.org> | 1998-03-28 14:18:50 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-03-28 14:18:50 +0000 |
commit | 8d638106f4fe20038b8b9dc9fa18162c611fde24 (patch) | |
tree | 81786481ce9449c4bfe1bd6e60c623110ab176ce | |
parent | Fix a few portlint nits. (diff) |
Upgrade to version 1.3.1.
PR: 6093
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes
Notes:
svn path=/head/; revision=10345
Diffstat (limited to '')
-rw-r--r-- | games/agm/Makefile | 8 | ||||
-rw-r--r-- | games/agm/distinfo | 2 | ||||
-rw-r--r-- | games/agm/files/patch-aa | 38 | ||||
-rw-r--r-- | games/agm/files/patch-ab | 8 | ||||
-rw-r--r-- | games/agm/pkg-comment | 2 | ||||
-rw-r--r-- | games/agm/pkg-plist | 1 |
6 files changed, 26 insertions, 33 deletions
diff --git a/games/agm/Makefile b/games/agm/Makefile index c304c38cf86e..1b739a06ff2b 100644 --- a/games/agm/Makefile +++ b/games/agm/Makefile @@ -1,23 +1,23 @@ # New ports collection makefile for: agm -# Version required: 1.1 +# Version required: 1.3.1 # Date created: 4 July 1997 # Whom: Andrey Zakhvatov # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/07/15 02:08:06 obrien Exp $ # -DISTNAME= agm-1.1 +DISTNAME= agm-1.3.1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= games/amusements MAINTAINER= andy@icc.surw.chel.su -WRKSRC= ${WRKDIR} MAN6= agm.6 do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/agm ${PREFIX}/bin + @ ${INSTALL_SCRIPT} ${WRKSRC}/xagm ${PREFIX}/bin @ ${INSTALL_MAN} ${WRKSRC}/agm.6 ${PREFIX}/man/man6 .include <bsd.port.mk> diff --git a/games/agm/distinfo b/games/agm/distinfo index 8fdde4569792..618b30e1cb63 100644 --- a/games/agm/distinfo +++ b/games/agm/distinfo @@ -1 +1 @@ -MD5 (agm-1.1.tar.gz) = cfc59aeac10ea1409dd13ae791008888 +MD5 (agm-1.3.1.tar.gz) = 2f6da7f63fb87f5a8a16a500b6be0abb diff --git a/games/agm/files/patch-aa b/games/agm/files/patch-aa index f6012c79ad19..87e0d689e4f2 100644 --- a/games/agm/files/patch-aa +++ b/games/agm/files/patch-aa @@ -1,27 +1,11 @@ -*** Makefile Mon Feb 24 23:42:28 1997 ---- /home/andy/tmp/wrk/Makefile Fri Jul 4 23:45:17 1997 -*************** -*** 32,42 **** - #MANDIR=../../man - MANDIR=/usr/local/man - # Name of the default wordfile -! WORDFILE=-DWORDFILE=\"/usr/dict/words\" - # C compiler - CC=cc - # Optimization or other flags for C compiler -! CCFLAGS=-O - #CCFLAGS=-g - # Alter this if you have problems compiling the CPU limit code or the - # timer code ---- 32,42 ---- - #MANDIR=../../man - MANDIR=/usr/local/man - # Name of the default wordfile -! WORDFILE=-DWORDFILE=\"/usr/share/dict/words\" - # C compiler - CC=cc - # Optimization or other flags for C compiler -! CCFLAGS=${CFLAGS} - #CCFLAGS=-g - # Alter this if you have problems compiling the CPU limit code or the - # timer code +--- Makefile Wed Mar 18 01:02:29 1998 ++++ /home/andy/tmp/wrk/Makefile Sun Mar 22 11:00:29 1998 +@@ -45,7 +45,7 @@ + #MANDIR=../../man + MANDIR=/usr/local/man + # Location of the word file +-WORDDIR=/usr/local/lib ++WORDDIR=/usr/share/dict + # Name of the default wordfile + WORDFILE=-DWORDFILE=\"$(WORDDIR)/words\" + # C compiler diff --git a/games/agm/files/patch-ab b/games/agm/files/patch-ab new file mode 100644 index 000000000000..ecdc681e7e1a --- /dev/null +++ b/games/agm/files/patch-ab @@ -0,0 +1,8 @@ +--- xagm Wed Mar 18 01:02:29 1998 ++++ /home/andy/tmp/wrk/xagm Sun Mar 22 10:57:38 1998 +@@ -1,4 +1,4 @@ +-#!/usr/bin/wish ++#!/usr/local/bin/wish8.0 + # $Id: xagm,v 1.1 1998/03/08 22:46:24 fraserm Exp $ + # $Log: xagm,v $ + # Revision 1.1 1998/03/08 22:46:24 fraserm diff --git a/games/agm/pkg-comment b/games/agm/pkg-comment index c8792d646a69..3833a1e01d58 100644 --- a/games/agm/pkg-comment +++ b/games/agm/pkg-comment @@ -1 +1 @@ -AnaGram search utility +AnaGraM search utility. diff --git a/games/agm/pkg-plist b/games/agm/pkg-plist index ea34f1095a90..5c54eedd3f9e 100644 --- a/games/agm/pkg-plist +++ b/games/agm/pkg-plist @@ -1,2 +1,3 @@ bin/agm +bin/xagm man/man6/agm.6.gz |