summaryrefslogtreecommitdiff
path: root/archivers/arj/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2006-03-05 21:40:57 +0000
committeradam <adam@pkgsrc.org>2006-03-05 21:40:57 +0000
commitb03016192ffa73828e1461cbbc39d0703591405d (patch)
treec2c2c8334e3f2505890481023b890e3a19fb8fed /archivers/arj/Makefile
parent893566ea4f84a19deb54efff3162bb0b502c5e18 (diff)
downloadpkgsrc-b03016192ffa73828e1461cbbc39d0703591405d.tar.gz
Changes 3.10.22:
* Redesigned the year 2038 workarond to fix wrong date/time in ARJ headers under OS/2 and Win32. * Fixed TAB character handling in display routines. * Compiler/portability-related fixes.
Diffstat (limited to 'archivers/arj/Makefile')
-rw-r--r--archivers/arj/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/archivers/arj/Makefile b/archivers/arj/Makefile
index 336cccfa587..f37b766a17f 100644
--- a/archivers/arj/Makefile
+++ b/archivers/arj/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2006/03/04 21:28:52 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2006/03/05 21:40:57 adam Exp $
-DISTNAME= arj-3.10.21
-PKGREVISION= 1
+DISTNAME= arj-3.10.22
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=arj/}
@@ -13,10 +12,10 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_TOOLS+= autoconf gmake
GNU_CONFIGURE= yes
+CONFIGURE_ENV+= LD=${LD:Q}
CONFIGURE_SCRIPT= ${WRKSRC}/gnu/configure
MAKEFILE= makefile.gnu
MAKE_FLAGS+= INSTALL_DIR=${INSTALL_PROGRAM_DIR:Q}
-CONFIGURE_ENV+= LD=${LD:Q}
INSTALL_UNSTRIPPED= yes # $LOCALBASE/bin/arj must have symbol table
ARJ_DOCSDIR= ${PREFIX}/share/doc/arj