Date: Sat, 15 Dec 2001 01:00:02 -0800 (PST) From: Kimura Fuyuki <fuyuki@mj.0038.net> To: freebsd-ports@FreeBSD.org Subject: Re: ports/32848: New port: mail/smtpproxy Message-ID: <200112150900.fBF902r98168@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/32848; it has been noted by GNATS. From: Kimura Fuyuki <fuyuki@mj.0038.net> To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/32848: New port: mail/smtpproxy Date: Sat, 15 Dec 2001 17:57:40 +0900 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112150900.fBF902r98168>