diff options
author | asami <asami@FreeBSD.org> | 1996-11-13 12:41:39 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-13 12:41:39 +0000 |
commit | 042a5e832eac1dfef4595193d3fffd960ef53c1b (patch) | |
tree | 7ae602bbca92eda42ce423e98ed1c217b42a7352 /japanese/ircII/Makefile | |
parent | 3ed0aba637059650fffd2c7f54457a8e03245198 (diff) | |
download | FreeBSD-ports-042a5e832eac1dfef4595193d3fffd960ef53c1b.zip FreeBSD-ports-042a5e832eac1dfef4595193d3fffd960ef53c1b.tar.gz |
Fix Makefiles to work with new bsd.port.mk. Mostly just replacing
${COMPRESS_MAN} so they will at least work. I will come back later
and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
Diffstat (limited to 'japanese/ircII/Makefile')
-rw-r--r-- | japanese/ircII/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/ircII/Makefile b/japanese/ircII/Makefile index 0148024..aedb3f6 100644 --- a/japanese/ircII/Makefile +++ b/japanese/ircII/Makefile @@ -3,7 +3,7 @@ # Date created: 02 May 1996 # Whom: Masafumi # -# $Id: Makefile,v 1.4 1996/11/05 04:14:32 max Exp $ +# $Id: Makefile,v 1.5 1996/11/11 10:11:58 max Exp $ # DISTNAME= ircii-2.8.2 @@ -20,10 +20,10 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= max@FreeBSD.ORG GNU_CONFIGURE= yes +MAN1= irc.1 post-install: cp -R ${WRKDIR}/help ${PREFIX}/lib/irc/ ${INSTALL_MAN} ${WRKSRC}/doc/ircII.1 ${PREFIX}/man/man1/irc.1 - ${COMPRESS_MAN} ${PREFIX}/man/man1/irc.1 .include <bsd.port.mk> |