Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Nov 1999 15:56:21 +0900 (JST)
From:      sanpei@sanpei.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/15097: fix typo in mail/xpbiff-youbin/Makefile
Message-ID:  <199911260656.PAA12957@lavender.yy.cs.keio.ac.jp>

next in thread | raw e-mail | index | archive | help

>Number:         15097
>Category:       ports
>Synopsis:       fix typo in mail/xpbiff-youbin/Makefile
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 25 23:00:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     MIHIRA Yoshiro
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
Keio Univ.
>Environment:


>Description:

I'm maintainer of mail/xpbiff-youbin.

  I found typo about PLIST in Makefile.

  This problem was appeared in mail/xpbiff-youbin/Makefile 1.1-->1.2 change
by Asami-san :-<.

  Please fix and re-build package.

Thank you.

P.S.
  I hope to change my email address for MAINTAINER.

>How-To-Repeat:


>Fix:


diff -uNr xpbiff-youbin.org/Makefile xpbiff-youbin/Makefile
--- xpbiff-youbin.org/Makefile	Fri Nov 26 15:47:25 1999
+++ xpbiff-youbin/Makefile	Fri Nov 26 15:48:27 1999
@@ -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
 

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911260656.PAA12957>