diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-07-19 23:17:16 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-07-19 23:17:16 +0000 |
commit | 478499e6f4b4efd4ffae539419dfe3c3e4416f2e (patch) | |
tree | 4ee31bad9c98c1980b2ddceb42db21e0251d483f | |
parent | 9b7fd8ff8f4c664a7c7835f4d76b5fa1f1bd538a (diff) | |
download | pkgsrc-478499e6f4b4efd4ffae539419dfe3c3e4416f2e.tar.gz |
Enable pkgviews installation.
-rw-r--r-- | pkgtools/pkgse/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pkgtools/pkgse/Makefile b/pkgtools/pkgse/Makefile index ef20036ce0a..1d1acc46fe0 100644 --- a/pkgtools/pkgse/Makefile +++ b/pkgtools/pkgse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/07/19 23:13:51 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2004/07/19 23:17:16 xtraeme Exp $ # DISTNAME= pkgse-0.1 @@ -10,12 +10,16 @@ MAINTAINER= imil@gcu.info HOMEPAGE= http://imil.net/ COMMENT= Fetch informations about a NetBSD package on pkgsrc.netbsd.se +PKG_INSTALLATION_TYPES= overwrite pkgviews + DEPENDS+= p5-libwww>=5.76:../../www/p5-libwww NO_CONFIGURE= yes NO_BUILD= yes USE_PERL5= yes +INSTALLATION_DIRS= bin + do-install: @${INSTALL_SCRIPT} ${WRKSRC}/pkgse ${PREFIX}/bin |