mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
install and compress manpage
This commit is contained in:
parent
1942ed23e3
commit
30b501330a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1643
1 changed files with 5 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
# Date created: 18 Oct 1994
|
||||
# Whom: torstenb
|
||||
#
|
||||
# $Id: Makefile,v 1.5 1995/04/16 23:54:44 torstenb Exp $
|
||||
# $Id: Makefile,v 1.6 1995/04/17 00:01:31 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ircii-2.8.2
|
||||
|
@ -15,10 +15,9 @@ MAINTAINER= torstenb@FreeBSD.ORG
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
pre-install:
|
||||
@mkdir -p ${PREFIX}/bin
|
||||
@mkdir -p ${PREFIX}/lib/irc/script
|
||||
@mkdir -p ${PREFIX}/lib/irc/translation
|
||||
@cp -R ${WRKDIR}/help ${PREFIX}/lib/irc/
|
||||
post-install:
|
||||
cp -R ${WRKDIR}/help ${PREFIX}/lib/irc/
|
||||
install -c ${WRKDIR}/${DISTNAME}/doc/ircII.1 ${PREFIX}/man/man1/irc.1
|
||||
gzip -9nf ${PREFIX}/man/man1/irc.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue