diff options
author | torstenb <torstenb@FreeBSD.org> | 1995-05-06 08:32:12 +0800 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1995-05-06 08:32:12 +0800 |
commit | 6cbc452f93fd8353a73730cb1649d7afa720ee02 (patch) | |
tree | e15465b5b201188f2d1e0294d01815a55b2df4b4 /irc/ircII | |
parent | 33762ff56990679fead0a792d607a21c7921aaf8 (diff) | |
download | freebsd-ports-gnome-6cbc452f93fd8353a73730cb1649d7afa720ee02.tar.gz freebsd-ports-gnome-6cbc452f93fd8353a73730cb1649d7afa720ee02.tar.zst freebsd-ports-gnome-6cbc452f93fd8353a73730cb1649d7afa720ee02.zip |
install and compress manpage
Diffstat (limited to 'irc/ircII')
-rw-r--r-- | irc/ircII/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/irc/ircII/Makefile b/irc/ircII/Makefile index 656f7b5c2df1..9f598d634356 100644 --- a/irc/ircII/Makefile +++ b/irc/ircII/Makefile @@ -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> |