mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
This is interactive - only install if we're not in BATCH mode.
This commit is contained in:
parent
9e1599cb14
commit
9860736c60
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1088
@ -3,15 +3,17 @@
|
||||
# Date created: 24 September 1994
|
||||
# Whom: adam
|
||||
#
|
||||
# $Id: Makefile,v 1.8 1994/11/19 12:29:15 ats Exp $
|
||||
# $Id: Makefile,v 1.9 1994/11/22 01:53:32 ache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= procmail-3.10
|
||||
DISTNAME= procmail-3.10
|
||||
MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/
|
||||
IS_INTERACTIVE= yes
|
||||
|
||||
install:
|
||||
.if !defined(BATCH)
|
||||
@echo "===> Installing for ${DISTNAME}"
|
||||
@cd ${WRKSRC}; ${MAKE} install-suid install.man
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user