pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/rpm2cpio The NO_BUILD=YES prevents the perl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/91f56c514c3b
branches:  trunk
changeset: 492032:91f56c514c3b
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun Apr 03 21:54:33 2005 +0000

description:
The NO_BUILD=YES prevents the perl dependency from being registered.
Use an empty do-build target instead of NO_BUILD.
PKGREVISION++.

diffstat:

 converters/rpm2cpio/Makefile |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r abeee7baea12 -r 91f56c514c3b converters/rpm2cpio/Makefile
--- a/converters/rpm2cpio/Makefile      Sun Apr 03 21:42:30 2005 +0000
+++ b/converters/rpm2cpio/Makefile      Sun Apr 03 21:54:33 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2005/03/24 21:12:52 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2005/04/03 21:54:33 kristerw Exp $
 
 DISTNAME=      rpm2cpio
 PKGNAME=       rpm2cpio-1.1
+PKGREVISION=   1
 CATEGORIES=    converters
 MASTER_SITES=  http://www.iagora.com/~espel/
 EXTRACT_SUFX=  # none
@@ -13,11 +14,13 @@
 WRKSRC=                ${WRKDIR}
 USE_BUILDLINK3=        YES
 
-DIST_SUBDIR=   ${PKGNAME}
+DIST_SUBDIR=   ${PKGNAME_NOREV}
 REPLACE_PERL=  rpm2cpio
 
 EXTRACT_CMD=   ${CP} ${DOWNLOADED_DISTFILE} .
-NO_BUILD=      YES
+
+# There is nothing to build
+do-build:
 
 # conflicts with rpm package, which also contains a rpm2cpio
 do-install:



Home | Main Index | Thread Index | Old Index