mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Use ${INSTALL_MAN} instead of install -c to install the man page.
This commit is contained in:
parent
cf72c67791
commit
7e6d7b6d37
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3842
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
# Date created: 02 May 1996
|
||||
# Whom: Masafumi
|
||||
#
|
||||
# $Id: Makefile,v 1.1.1.1 1996/05/04 08:36:14 asami Exp $
|
||||
# $Id: Makefile,v 1.2 1996/09/17 15:07:23 max Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ircii-2.8.2
|
||||
|
@ -23,7 +23,7 @@ GNU_CONFIGURE= yes
|
|||
|
||||
post-install:
|
||||
cp -R ${WRKDIR}/help ${PREFIX}/lib/irc/
|
||||
install -c ${WRKSRC}/doc/ircII.1 ${PREFIX}/man/man1/irc.1
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/ircII.1 ${PREFIX}/man/man1/irc.1
|
||||
.if !defined(NOMANCOMPRESS)
|
||||
gzip -9nf ${PREFIX}/man/man1/irc.1
|
||||
.endif
|
||||
|
|
Loading…
Add table
Reference in a new issue