diff options
author | ache <ache@FreeBSD.org> | 1995-06-26 13:00:44 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-06-26 13:00:44 +0800 |
commit | fbe7f8e507d25034e1c662e8fa3978b4b6cf45c4 (patch) | |
tree | cbd143d15026f710dc7004247642827de92368b9 /mail | |
parent | fe94f84837d7e1dcbe72cde358ffc7a982bcc324 (diff) | |
download | freebsd-ports-gnome-fbe7f8e507d25034e1c662e8fa3978b4b6cf45c4.tar.gz freebsd-ports-gnome-fbe7f8e507d25034e1c662e8fa3978b4b6cf45c4.tar.zst freebsd-ports-gnome-fbe7f8e507d25034e1c662e8fa3978b4b6cf45c4.zip |
Replace do-install with INSTALL_TARGET
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> |