diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-06-26 05:00:44 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-06-26 05:00:44 +0000 |
commit | 1dc0c36a4d6d75201377ba9b521004638636db8c (patch) | |
tree | 1747d6ed20cd24feed71a8bba2f228a6e2f1422d /mail | |
parent | Add "PREFIX=${PREFIX}" to the do-install target so that things don't (diff) |
Replace do-install with INSTALL_TARGET
Notes
Notes:
svn path=/head/; revision=1884
Diffstat (limited to 'mail')
-rw-r--r-- | mail/procmail/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile index d14758c9f3ca..bb0f226c2c3b 100644 --- a/mail/procmail/Makefile +++ b/mail/procmail/Makefile @@ -3,13 +3,14 @@ # Date created: 24 September 1994 # Whom: adam # -# $Id: Makefile,v 1.17 1995/06/13 22:39:40 ache Exp $ +# $Id: Makefile,v 1.18 1995/06/26 04:34:40 asami Exp $ # DISTNAME= procmail-3.11pre3 PKGNAME= procmail-3.11.3 CATEGORIES+= mail MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/ +INSTALL_TARGET= install-suid install.man MAINTAINER= ache@FreeBSD.ORG @@ -17,7 +18,4 @@ MAINTAINER= ache@FreeBSD.ORG # (defaults to /tmp and ".", so return should suffice in most cases). IS_INTERACTIVE= yes -do-install: - @cd ${WRKSRC}; ${MAKE} PREFIX=${PREFIX} install-suid install.man - .include <bsd.port.mk> |