summaryrefslogtreecommitdiff
path: root/lang/dice
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2002-08-26 00:28:23 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2002-08-26 00:28:23 +0000
commit2bb59ebeda72f43f1ffad9e47a4bf9ca7d5a1b4c (patch)
treee61867e37e19a2c5b3e3f264941796ba42927f12 /lang/dice
parentUpdate to 1.31, which has new options -k to suppress merging of (diff)
Turn Miguel Mendez' ports over to Adam Weinberger.
PR: 42012
Notes
Notes: svn path=/head/; revision=65004
Diffstat (limited to 'lang/dice')
-rw-r--r--lang/dice/Makefile2
-rw-r--r--lang/dice/pkg-descr2
2 files changed, 1 insertions, 3 deletions
diff --git a/lang/dice/Makefile b/lang/dice/Makefile
index c545525f7389..a5d9ccf2e79c 100644
--- a/lang/dice/Makefile
+++ b/lang/dice/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://www.obviously.com/dice/
DISTNAME= ${PORTNAME}-rel-${PORTVERSION}
EXTRACT_SUFX= .tgz
-MAINTAINER= flynn@energyhq.homeip.net
+MAINTAINER= adam@vectors.cx
post-patch:
@for i in ${WRKSRC}/lib/version.h ${WRKSRC}/include/lib/version.h \
diff --git a/lang/dice/pkg-descr b/lang/dice/pkg-descr
index 82664d4750d0..a742eafde749 100644
--- a/lang/dice/pkg-descr
+++ b/lang/dice/pkg-descr
@@ -5,5 +5,3 @@ relocatable and fixed address (ROM) based code. Quite suitable for embedded
WWW: http://www.obviously.com/dice/
Author: Matt Dillon <dillon@apollo.backplane.com>
-
-- Miguel Mendez <flynn@energyhq.homeip.net>