diff options
Diffstat (limited to 'mail/xpbiff-youbin/Makefile')
-rw-r--r-- | mail/xpbiff-youbin/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/mail/xpbiff-youbin/Makefile b/mail/xpbiff-youbin/Makefile index 10c7f7893f64..d67f67933549 100644 --- a/mail/xpbiff-youbin/Makefile +++ b/mail/xpbiff-youbin/Makefile @@ -3,7 +3,7 @@ # Date created: 7 April 1997 # Whom: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/08/24 15:46:06 itojun Exp $ # # can't use PORTSDIR here, since we haven't included bsd.port.mk @@ -12,10 +12,11 @@ PKGNAME= xpbiff-youbin-1.27 MAINTAINER= sanpei@yy.cs.keio.ac.jp YOUBIN= yes -FILESDIR= ${.CURDIR}/../xpbiff/files -PATCHDIR= ${.CURDIR}/../xpbiff/patches -PLIST= ${.CURDIR}/../xpbiff/pkg/PLIST +MASTERDIR= ${.CURDIR}/../xpbiff +PKGDIR= ${.CURDIR}/pkg +PLIST= ${MASTERDIR/pkg/PLIST RUN_DEPENDS= youbin:${PORTSDIR}/mail/youbin -.include "${.CURDIR}/../xpbiff/Makefile" + +.include "${MASTERDIR}/Makefile" |