From owner-freebsd-ports Sat Dec 15 0:15:52 2001 Delivered-To: freebsd-ports@freebsd.org Received: from t-mta8.odn.ne.jp (mfep8.odn.ne.jp [143.90.131.186]) by hub.freebsd.org (Postfix) with ESMTP id 4665037B417; Sat, 15 Dec 2001 00:15:48 -0800 (PST) Received: from localhost ([61.201.64.62]) by t-mta8.odn.ne.jp with ESMTP id <20011215081547429.QZGM.1471.t-mta8.odn.ne.jp@mta8.odn.ne.jp>; Sat, 15 Dec 2001 17:15:47 +0900 Date: Sat, 15 Dec 2001 17:15:46 +0900 From: Kimura Fuyuki To: gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/32848: New port: mail/smtpproxy In-Reply-To: <200112150700.fBF701x81500@freefall.freebsd.org> User-Agent: Wanderlust/2.6.1 (Upside Down) Emacs/21.1 Mule/5.0 (SAKAKI) References: <200112150700.fBF701x81500@freefall.freebsd.org> X-Fingerprint: 096E 3D3A 47A6 855C 0FB8 0BB4 0FF1 3354 3389 CBDB MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Message-Id: <20011215081547429.QZGM.1471.t-mta8.odn.ne.jp@mta8.odn.ne.jp> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org PREFIX should be honored. diff -ru smtpproxy.orig/files/patch-aa smtpproxy/files/patch-aa --- smtpproxy.orig/files/patch-aa Sat Dec 15 14:45:57 2001 +++ smtpproxy/files/patch-aa Sat Dec 15 17:00:07 2001 @@ -1,5 +1,5 @@ --- makefile.orig Sat Dec 15 14:41:41 2001 -+++ makefile Sat Dec 15 14:45:34 2001 ++++ makefile Sat Dec 15 16:59:38 2001 @@ -1,6 +1,6 @@ -CC = gcc @@ -9,12 +9,14 @@ TAR = smtpproxy-1.1.3 DIR = smtpproxy-1.1.3 -@@ -17,7 +17,7 @@ +@@ -17,8 +17,8 @@ install: all strip $(TARGETS) - cp $(TARGETS) /usr/local/sbin -+ cp $(TARGETS) /usr/local/libexec - cp *.1 /usr/local/man/man1 +- cp *.1 /usr/local/man/man1 ++ cp $(TARGETS) $(PREFIX)/libexec ++ cp *.1 $(PREFIX)/man/man1 + smtp.proxy: $(SMTPPROXY) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message