pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/unarj Replaced #defined with "yes" in NO_CON...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab308c49cf0c
branches:  trunk
changeset: 494589:ab308c49cf0c
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed May 25 22:53:26 2005 +0000

description:
Replaced #defined with "yes" in NO_CONFIGURE.

diffstat:

 archivers/unarj/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 12a0be2540d2 -r ab308c49cf0c archivers/unarj/Makefile
--- a/archivers/unarj/Makefile  Wed May 25 22:52:53 2005 +0000
+++ b/archivers/unarj/Makefile  Wed May 25 22:53:26 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2005/04/11 21:44:50 tv Exp $
+# $NetBSD: Makefile,v 1.22 2005/05/25 22:53:26 rillig Exp $
 
 DISTNAME=       unarj-2.65
 PKGREVISION=   1
@@ -15,7 +15,7 @@
 NO_BIN_ON_CDROM=${RESTRICTED}
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
-NO_CONFIGURE=  # defined
+NO_CONFIGURE=  yes
 
 INSTALLATION_DIRS=     bin
 



Home | Main Index | Thread Index | Old Index