summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-03-02 12:14:22 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-03-02 12:14:22 +0000
commit3b9d0193b0f7c5ddcc136682067c43fb779105d9 (patch)
treedc0e997ebf8b78d1c83b425c56f6f5a88fc45f15 /net
parent(1) Remove sattrack as the author gave explicit permission to include it (diff)
Change "/usr/local" to "${LOCALBASE}". While I'm here, change
MAINTAINER from asami to ports, I don't use this anymore (no cut & paste, duh!). By the way, does someone know why people think I'm a ytalk expert? I've getting questions from all over the world about how to compile ytalk on Solaris etc. Maybe taking out this MAINTAINER line would help.
Notes
Notes: svn path=/head/; revision=5787
Diffstat (limited to 'net')
-rw-r--r--net/ytalk/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ytalk/Makefile b/net/ytalk/Makefile
index fd5d28da2f6a..209f1d2c5930 100644
--- a/net/ytalk/Makefile
+++ b/net/ytalk/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 March 1995
# Whom: asami
#
-# $Id: Makefile,v 1.5 1995/11/27 04:05:58 asami Exp $
+# $Id: Makefile,v 1.6 1996/11/18 11:37:20 asami Exp $
#
DISTNAME= ytalk-v3pl2
@@ -11,11 +11,11 @@ PKGNAME= ytalk-3.0.2
CATEGORIES= net
MASTER_SITES= ftp://knot.queensu.ca/pub/unix/software/
-MAINTAINER= asami@FreeBSD.ORG
+MAINTAINER= ports@FreeBSD.ORG
WRKSRC= ${WRKDIR}/ytalk-3.2
USE_IMAKE= yes
# otherwise pkg_create will think it went to /usr/X11R6
-PREFIX= /usr/local
+PREFIX= ${LOCALBASE}
.include <bsd.port.mk>