diff options
author | minskim <minskim@pkgsrc.org> | 2004-05-31 16:47:47 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-05-31 16:47:47 +0000 |
commit | 101b04ee1152ba900fed912850e695ff5b4592d4 (patch) | |
tree | c68874ff86a33cf9d7290b552a8933e80275f8c2 /chat/sirc | |
parent | 4f098b48ff51609eec3df6a8cab4d02a6777438d (diff) | |
download | pkgsrc-101b04ee1152ba900fed912850e695ff5b4592d4.tar.gz |
Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
Diffstat (limited to 'chat/sirc')
-rw-r--r-- | chat/sirc/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chat/sirc/Makefile b/chat/sirc/Makefile index ecac5000ff5..8ffb7642077 100644 --- a/chat/sirc/Makefile +++ b/chat/sirc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/04/11 06:05:04 snj Exp $ +# $NetBSD: Makefile,v 1.13 2004/05/31 16:47:47 minskim Exp $ DISTNAME= sirc-2.211 PKGREVISION= 1 @@ -14,6 +14,8 @@ COMMENT= IRC client written and programmable in perl DEPENDS+= p5-Socket6>=0.07:../../net/p5-Socket6 +PKG_INSTALLATION_TYPES= overwrite pkgviews + # supports IPv6 (actually, af independent) BUILD_DEFS+= USE_INET6 @@ -51,6 +53,8 @@ IRC_SERVER= ${DEFAULT_IRC_SERVER} IRC_SERVER= us.undernet.org .endif +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/sirc cd ${WRKSRC} ; ( \ |