diff options
author | ache <ache@FreeBSD.org> | 1995-06-26 05:00:44 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-06-26 05:00:44 +0000 |
commit | fbe7f8e507d25034e1c662e8fa3978b4b6cf45c4 (patch) | |
tree | cbd143d15026f710dc7004247642827de92368b9 /mail/procmail/Makefile | |
parent | fe94f84837d7e1dcbe72cde358ffc7a982bcc324 (diff) | |
download | FreeBSD-ports-fbe7f8e507d25034e1c662e8fa3978b4b6cf45c4.zip FreeBSD-ports-fbe7f8e507d25034e1c662e8fa3978b4b6cf45c4.tar.gz |
Replace do-install with INSTALL_TARGET
Diffstat (limited to 'mail/procmail/Makefile')
-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 d14758c..bb0f226 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> |