diff options
author | asami <asami@FreeBSD.org> | 1997-03-02 20:14:22 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-03-02 20:14:22 +0800 |
commit | 6f494373a8005d19c46841800010a23ef3771438 (patch) | |
tree | 2463a21312d5685ca06d5a778668ba04b887c187 /net | |
parent | 3fe55dc2e1bd16841e818c35b40c5d6c84f4bcb0 (diff) | |
download | freebsd-ports-gnome-6f494373a8005d19c46841800010a23ef3771438.tar.gz freebsd-ports-gnome-6f494373a8005d19c46841800010a23ef3771438.tar.zst freebsd-ports-gnome-6f494373a8005d19c46841800010a23ef3771438.zip |
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.
Diffstat (limited to 'net')
-rw-r--r-- | net/ytalk/Makefile | 6 |
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> |