1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

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).
This commit is contained in:
Satoshi Asami 1995-06-26 04:34:40 +00:00
parent 35f8d33b12
commit ca8af5dac8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1883

View File

@ -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>