diff options
author | asami <asami@FreeBSD.org> | 1995-04-16 15:41:42 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-16 15:41:42 +0800 |
commit | 9e90fa4df476086f3811b9f7bdde3cb1a9b0713f (patch) | |
tree | a7d02e8ca4edc60058442d74a5175dcd58152424 /mail/procmail | |
parent | 8b716b13bb382dda092a0d17ad867e10659f701f (diff) | |
download | freebsd-ports-gnome-9e90fa4df476086f3811b9f7bdde3cb1a9b0713f.tar.gz freebsd-ports-gnome-9e90fa4df476086f3811b9f7bdde3cb1a9b0713f.tar.zst freebsd-ports-gnome-9e90fa4df476086f3811b9f7bdde3cb1a9b0713f.zip |
install should depend on build.
Diffstat (limited to 'mail/procmail')
-rw-r--r-- | mail/procmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile index 04cb1a77eed8..e11c141f976a 100644 --- a/mail/procmail/Makefile +++ b/mail/procmail/Makefile @@ -3,7 +3,7 @@ # Date created: 24 September 1994 # Whom: adam # -# $Id: Makefile,v 1.11 1995/04/01 12:47:36 jkh Exp $ +# $Id: Makefile,v 1.12 1995/04/11 20:28:28 asami Exp $ # DISTNAME= procmail-3.10 @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/ IS_INTERACTIVE= yes -install: +install: build .if !defined(BATCH) @echo "===> Installing for ${DISTNAME}" @cd ${WRKSRC}; ${MAKE} install-suid install.man |