aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-06-26 12:34:40 +0800
committerasami <asami@FreeBSD.org>1995-06-26 12:34:40 +0800
commitfe94f84837d7e1dcbe72cde358ffc7a982bcc324 (patch)
tree01159ac3bb86715d30a71f58cfc9e5c48e396582 /mail
parent3f7ad736eb99eefc51abbc623a99bc0fa556f699 (diff)
downloadfreebsd-ports-gnome-fe94f84837d7e1dcbe72cde358ffc7a982bcc324.tar.gz
freebsd-ports-gnome-fe94f84837d7e1dcbe72cde358ffc7a982bcc324.tar.zst
freebsd-ports-gnome-fe94f84837d7e1dcbe72cde358ffc7a982bcc324.zip
Add "PREFIX=${PREFIX}" to the do-install target so that things don't
go in /bin, /man, etc. (Note: the last isn't a directory name.) Also add a comment on why it IS_INTERACTIVE (I need to hit a return).
Diffstat (limited to 'mail')
-rw-r--r--mail/procmail/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile
index 7bf1d8b4a5af..d14758c9f3ca 100644
--- a/mail/procmail/Makefile
+++ b/mail/procmail/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 September 1994
# Whom: adam
#
-# $Id: Makefile,v 1.16 1995/04/22 12:35:37 asami Exp $
+# $Id: Makefile,v 1.17 1995/06/13 22:39:40 ache Exp $
#
DISTNAME= procmail-3.11pre3
@@ -13,9 +13,11 @@ MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/
MAINTAINER= ache@FreeBSD.ORG
+# It asks for list af directories to do test for file locking
+# (defaults to /tmp and ".", so return should suffice in most cases).
IS_INTERACTIVE= yes
do-install:
- @cd ${WRKSRC}; ${MAKE} install-suid install.man
+ @cd ${WRKSRC}; ${MAKE} PREFIX=${PREFIX} install-suid install.man
.include <bsd.port.mk>