diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-14 15:29:15 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-14 15:29:15 +0000 |
commit | 8b4513c505a8a73ad3e700d12d97ba13fd888317 (patch) | |
tree | 08b9b925dd2aec2f5c85c45b0bc69810e603367e /archivers | |
parent | fba1210466a8755cb12c7bb646726733ca828481 (diff) | |
download | pkgsrc-8b4513c505a8a73ad3e700d12d97ba13fd888317.tar.gz |
CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and will
automatically substitute for any config.{guess,sub} files found up to a
directory depth of 2.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/arj/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/archivers/arj/Makefile b/archivers/arj/Makefile index a841d58d071..1a3c90fe760 100644 --- a/archivers/arj/Makefile +++ b/archivers/arj/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/01/22 07:18:43 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/02/14 15:29:15 jlam Exp $ # FreeBSD Id: ports/archivers/arj/Makefile,v 1.2 2002/09/17 05:17:29 ijliao Exp DISTNAME= arj-3.10b @@ -12,8 +12,6 @@ COMMENT= Open-source ARJ USE_GNU_TOOLS+= make GNU_CONFIGURE= yes CONFIGURE_SCRIPT= ${WRKSRC}/gnu/configure -CONFIG_GUESS_OVERRIDE= ${WRKSRC}/gnu/config.guess -CONFIG_SUB_OVERRIDE= ${WRKSRC}/gnu/config.sub MAKEFILE= makefile.gnu ARJ_DOCSDIR= ${PREFIX}/share/doc/arj |