Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Dec 2001 17:15:46 +0900
From:      Kimura Fuyuki <fuyuki@mj.0038.net>
To:        gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org
Subject:   Re: ports/32848: New port: mail/smtpproxy
Message-ID:  <20011215081547429.QZGM.1471.t-mta8.odn.ne.jp@mta8.odn.ne.jp>
In-Reply-To: <200112150700.fBF701x81500@freefall.freebsd.org>
References:  <200112150700.fBF701x81500@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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?20011215081547429.QZGM.1471.t-mta8.odn.ne.jp>