diff options
author | rillig <rillig@pkgsrc.org> | 2005-05-25 22:53:26 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-05-25 22:53:26 +0000 |
commit | d3f1c69d8c095954bd4619c9cba6479f9d490487 (patch) | |
tree | 4d1f3e02bb0d5f240ec34ff1ae9263941ceaf9f4 /archivers | |
parent | d6629abb25dd9c9cc4b31cae6cf4a19b707bd506 (diff) | |
download | pkgsrc-d3f1c69d8c095954bd4619c9cba6479f9d490487.tar.gz |
Replaced #defined with "yes" in NO_CONFIGURE.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unarj/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/unarj/Makefile b/archivers/unarj/Makefile index 4c5d180829b..120abb6c8db 100644 --- a/archivers/unarj/Makefile +++ b/archivers/unarj/Makefile @@ -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_SRC_ON_CDROM=${RESTRICTED} NO_BIN_ON_CDROM=${RESTRICTED} PKG_INSTALLATION_TYPES= overwrite pkgviews -NO_CONFIGURE= # defined +NO_CONFIGURE= yes INSTALLATION_DIRS= bin |