1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Add install.man to install: target

This commit is contained in:
Andrey A. Chernov 1994-10-07 01:01:27 +00:00
parent 2025fecc95
commit ffd5679797
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202

View File

@ -3,7 +3,7 @@
# Date created: 24 September 1994
# Whom: adam
#
# $Id: Makefile,v 1.1.1.1 1994/09/25 18:59:07 adam Exp $
# $Id: Makefile,v 1.2 1994/10/07 00:51:13 ache Exp $
#
DISTNAME= procmail-3.10pre4
@ -11,6 +11,6 @@ MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/
install:
@echo "===> Installing for ${DISTNAME}"
@cd ${WRKSRC}; ${MAKE} install-suid
@cd ${WRKSRC}; ${MAKE} install-suid install.man
.include <bsd.port.mk>