summaryrefslogtreecommitdiff
path: root/archivers/arj/Makefile
diff options
context:
space:
mode:
authortv <tv>2004-04-27 17:16:28 +0000
committertv <tv>2004-04-27 17:16:28 +0000
commit44fe92d229b68f1fcf6755cef33d963f9d6bc9ca (patch)
tree2c1c9a764fd437a33847fdd2acca995ca4b7c1ea /archivers/arj/Makefile
parent6a9e08170b4c692421ca2b711a6991ea9e321113 (diff)
downloadpkgsrc-44fe92d229b68f1fcf6755cef33d963f9d6bc9ca.tar.gz
nb1: Make work on Interix; check for -ldl in configure.in automagically;
install without stripping binaries (so that "arj" works properly)
Diffstat (limited to 'archivers/arj/Makefile')
-rw-r--r--archivers/arj/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/archivers/arj/Makefile b/archivers/arj/Makefile
index 34d21cdf128..cd22d89b96a 100644
--- a/archivers/arj/Makefile
+++ b/archivers/arj/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2004/04/22 20:48:42 minskim Exp $
+# $NetBSD: Makefile,v 1.9 2004/04/27 17:16:28 tv Exp $
# FreeBSD Id: ports/archivers/arj/Makefile,v 1.2 2002/09/17 05:17:29 ijliao Exp
DISTNAME= arj-3.10.20
+PKGREVISION= 1
CATEGORIES= archivers
MASTER_SITES= http://testcase.newmail.ru/files/
@@ -16,7 +17,9 @@ USE_GNU_TOOLS+= make
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT= ${WRKSRC}/gnu/configure
MAKEFILE= makefile.gnu
+MAKE_FLAGS+= INSTALL_DIR=${INSTALL_PROGRAM_DIR:Q}
+INSTALL_UNSTRIPPED= yes # $LOCALBASE/bin/arj must have symbol table
ARJ_DOCSDIR= ${PREFIX}/share/doc/arj
pre-configure: