diff options
author | imura <imura@FreeBSD.org> | 1999-11-26 16:05:29 +0000 |
---|---|---|
committer | imura <imura@FreeBSD.org> | 1999-11-26 16:05:29 +0000 |
commit | 782a3194eeffd8c08bd9b09b5157434445743bc0 (patch) | |
tree | 968360be4a31480875de20944aa825302725c35e /mail/xpbiff-youbin | |
parent | 343e30442e39c8190e5712d44cdd52bbc4f8db4b (diff) | |
download | FreeBSD-ports-782a3194eeffd8c08bd9b09b5157434445743bc0.zip FreeBSD-ports-782a3194eeffd8c08bd9b09b5157434445743bc0.tar.gz |
Fix typo in Makefile, and the maintainer's mail address has been changed.
PR: 15097
Submitted by: Maintainer
Diffstat (limited to 'mail/xpbiff-youbin')
-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 9fa1705..ada18a9 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 |