summaryrefslogtreecommitdiff
path: root/pkgtools/pkgse/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2008-01-31 18:59:37 +0000
committerrillig <rillig@pkgsrc.org>2008-01-31 18:59:37 +0000
commit522219d1ccb1dc9748fae7ce7bb9089f30331e1f (patch)
tree73c2396d5b58c38d58f4eede7ca217d593cb627b /pkgtools/pkgse/Makefile
parent74788f75d68e48e64ac4267c1d24216b3f392bb3 (diff)
downloadpkgsrc-522219d1ccb1dc9748fae7ce7bb9089f30331e1f.tar.gz
Needs REPLACE_PERL. PKGREVISION++
Diffstat (limited to 'pkgtools/pkgse/Makefile')
-rw-r--r--pkgtools/pkgse/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgtools/pkgse/Makefile b/pkgtools/pkgse/Makefile
index 545aaab7ae8..d42b7da38da 100644
--- a/pkgtools/pkgse/Makefile
+++ b/pkgtools/pkgse/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2006/10/28 21:29:47 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2008/01/31 19:01:05 rillig Exp $
#
DISTNAME= pkgse-0.3
+PKGREVISION= 1
CATEGORIES= pkgtools
MASTER_SITES= http://imil.net/NetBSD/
EXTRACT_SUFX= .tgz
@@ -14,13 +15,13 @@ DEPENDS+= p5-libwww>=5.76:../../www/p5-libwww
PKG_INSTALLATION_TYPES= overwrite pkgviews
-NO_CONFIGURE= yes
NO_BUILD= yes
USE_TOOLS+= perl:run
INSTALLATION_DIRS= bin
+REPLACE_PERL= pkgse
do-install:
- @${INSTALL_SCRIPT} ${WRKSRC}/pkgse ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/pkgse ${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"