diff options
author | zuntum <zuntum@pkgsrc.org> | 2002-05-03 15:52:11 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2002-05-03 15:52:11 +0000 |
commit | 466dbc8497956ae53da09d1a5b99b98b3c6fde31 (patch) | |
tree | 9a8dfebb6be9b9e14b1da012bc036a562d7063e7 /chat/epic4/Makefile | |
parent | 2a454e9bc3f261ceb141b71da464d368652ae182 (diff) | |
download | pkgsrc-466dbc8497956ae53da09d1a5b99b98b3c6fde31.tar.gz |
Additional documentation (from different tarball) has been moved
to new "epic4-doc" package; this package installs now only basic manpages
and scripts.
Reduces installed package's size by 1MB.
Diffstat (limited to 'chat/epic4/Makefile')
-rw-r--r-- | chat/epic4/Makefile | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/chat/epic4/Makefile b/chat/epic4/Makefile index 12d8c7e4a2a..34dc24a6d2c 100644 --- a/chat/epic4/Makefile +++ b/chat/epic4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2002/05/03 11:00:23 zuntum Exp $ +# $NetBSD: Makefile,v 1.16 2002/05/03 15:52:11 zuntum Exp $ # DISTNAME= epic4-1.0.1 @@ -6,12 +6,8 @@ CATEGORIES= chat MASTER_SITES= ftp://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/ \ ftp://ftp.icm.edu.pl/pub/unix/irc/EPIC/EPIC4-PRODUCTION/ \ ftp://ftp.archive.de.uu.net/pub/unix/irc/epic/EPIC4-PRODUCTION/ \ - ftp://ftp.nl.uu.net/pub/unix/irc/epic/EPIC4-PRODUCTION/ \ - ftp://ftp.epicsol.org/pub/epic/EPIC4-BETA/ \ - ftp://ftp.icm.edu.pl/pub/unix/irc/EPIC/EPIC4-BETA/ + ftp://ftp.nl.uu.net/pub/unix/irc/epic/EPIC4-PRODUCTION/ EXTRACT_SUFX= .tar.bz2 -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - epic4pre2-help.tar.gz # to get USE_INET6 .include "../../mk/bsd.prefs.mk" @@ -25,8 +21,6 @@ MAINTAINER= zuntum@netbsd.org HOMEPAGE= http://www.epicsol.org/ COMMENT= The (E)nhanced (P)rogrammable (I)RC-II (C)lient -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} - GNU_CONFIGURE= YES .if defined(USE_INET6) && ${USE_INET6} == "YES" @@ -36,8 +30,4 @@ post-patch: cd ${WRKSRC}; ${LOCALBASE}/bin/autoheader; ${LOCALBASE}/bin/autoconf .endif -post-install: - cd ${PREFIX}/share/epic && \ - ( ${GUNZIP_CMD} -c ${DISTDIR}/epic4pre2-help.tar.gz | ${GTAR} xf - ) - .include "../../mk/bsd.pkg.mk" |