diff options
author | schmonz <schmonz@pkgsrc.org> | 2004-03-29 03:28:49 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2004-03-29 03:28:49 +0000 |
commit | 99681e8cdea2ee52f462cf20a6ef5068aa87de2e (patch) | |
tree | 24a3762ec1feb8921f2d6bb3d76c10e73ae6bd48 /chat/icb | |
parent | 41a006b9568d2d0c5885c3d6cf8eb53b0bc2db26 (diff) | |
download | pkgsrc-99681e8cdea2ee52f462cf20a6ef5068aa87de2e.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'chat/icb')
-rw-r--r-- | chat/icb/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/chat/icb/Makefile b/chat/icb/Makefile index a3a69004e0e..1884a768e92 100644 --- a/chat/icb/Makefile +++ b/chat/icb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/07/17 21:25:50 grant Exp $ +# $NetBSD: Makefile,v 1.9 2004/03/29 03:30:57 schmonz Exp $ # # Note: The file ftp://ftp.icb.net/pub/icb/icb-0.9grok2.tar.gz is way @@ -12,8 +12,10 @@ MAINTAINER= cjs@NetBSD.org HOMEPAGE= http://www.icb.net/ COMMENT= Internet CB - a mostly-defunct chat client +PKG_INSTALLATION_TYPES= overwrite pkgviews + NO_SRC_ON_FTP= "already in MASTER_SITE_LOCAL" -USE_BUILDLINK2= # defined +USE_BUILDLINK3= YES .include "../../mk/bsd.prefs.mk" @@ -21,6 +23,8 @@ USE_BUILDLINK2= # defined BUILDLINK_TRANSFORM+= s:-ltermcap: .endif +INSTALLATION_DIRS= bin libdata libdata/icb + do-configure: ${SED} -e "s|@PREFIX@|${PREFIX}|g" ${FILESDIR}/config >${WRKSRC}/config |