summaryrefslogtreecommitdiff
path: root/net/ytalk/Makefile
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1998-11-25 22:48:07 +0000
committerBill Fumerola <billf@FreeBSD.org>1998-11-25 22:48:07 +0000
commit8d971d440fd05bf045a50ed1b24e8c0e94ea401b (patch)
tree251b83b3277c1f3804331eed89bb7752893f58ed /net/ytalk/Makefile
parentremove manpages from PLIST as requested by Satoshi (diff)
Upgrade to 3.1, and remove all the patches as the author seems to have
merged them all in. PR: ports/8836 Submitted by: Dominic Mitchell <dom@phmit.demon.co.uk>
Notes
Notes: svn path=/head/; revision=14907
Diffstat (limited to 'net/ytalk/Makefile')
-rw-r--r--net/ytalk/Makefile20
1 files changed, 9 insertions, 11 deletions
diff --git a/net/ytalk/Makefile b/net/ytalk/Makefile
index 209f1d2c5930..ca375b5fa146 100644
--- a/net/ytalk/Makefile
+++ b/net/ytalk/Makefile
@@ -1,21 +1,19 @@
# New ports collection makefile for: ytalk
-# Version required: 3.0pl2
+# Version required: 3.1
# Date created: 18 March 1995
-# Whom: asami
+# Whom: dom@myrddin.demon.co.uk
#
-# $Id: Makefile,v 1.6 1996/11/18 11:37:20 asami Exp $
+# $Id: Makefile,v 1.7 1997/03/02 12:14:22 asami Exp $
#
-DISTNAME= ytalk-v3pl2
-PKGNAME= ytalk-3.0.2
+DISTNAME= ytalk-3.1
CATEGORIES= net
-MASTER_SITES= ftp://knot.queensu.ca/pub/unix/software/
+MASTER_SITES= http://www.eleves.ens.fr:8080/home/espel/ytalk/
-MAINTAINER= ports@FreeBSD.ORG
+MAINTAINER= dom@myrddin.demon.co.uk
-WRKSRC= ${WRKDIR}/ytalk-3.2
-USE_IMAKE= yes
-# otherwise pkg_create will think it went to /usr/X11R6
-PREFIX= ${LOCALBASE}
+MAN1= ytalk.1
+
+GNU_CONFIGURE= yes
.include <bsd.port.mk>