diff options
author | imura <imura@FreeBSD.org> | 1999-11-27 00:05:29 +0800 |
---|---|---|
committer | imura <imura@FreeBSD.org> | 1999-11-27 00:05:29 +0800 |
commit | 782a3194eeffd8c08bd9b09b5157434445743bc0 (patch) | |
tree | 968360be4a31480875de20944aa825302725c35e /mail | |
parent | 343e30442e39c8190e5712d44cdd52bbc4f8db4b (diff) | |
download | freebsd-ports-gnome-782a3194eeffd8c08bd9b09b5157434445743bc0.tar.gz freebsd-ports-gnome-782a3194eeffd8c08bd9b09b5157434445743bc0.tar.zst freebsd-ports-gnome-782a3194eeffd8c08bd9b09b5157434445743bc0.zip |
Fix typo in Makefile, and the maintainer's mail address has been changed.
PR: 15097
Submitted by: Maintainer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/xpbiff-youbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/xpbiff-youbin/Makefile b/mail/xpbiff-youbin/Makefile index 9fa170578e30..ada18a9f5217 100644 --- a/mail/xpbiff-youbin/Makefile +++ b/mail/xpbiff-youbin/Makefile @@ -9,12 +9,12 @@ # can't use PORTSDIR here, since we haven't included bsd.port.mk PKGNAME= xpbiff-youbin-1.27 -MAINTAINER= sanpei@yy.cs.keio.ac.jp +MAINTAINER= sanpei@jp.FreeBSD.org YOUBIN= yes MASTERDIR= ${.CURDIR}/../xpbiff PKGDIR= ${.CURDIR}/pkg -PLIST= ${MASTERDIR/pkg/PLIST +PLIST= ${MASTERDIR}/pkg/PLIST RUN_DEPENDS= youbin:${PORTSDIR}/mail/youbin |