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 | b259a0a4388103cfe04c1f0f9d13e1d67cd6575b (patch) | |
tree | 08b9b925dd2aec2f5c85c45b0bc69810e603367e /archivers | |
parent | 9822f69382f86fc9995f243c31b81f739f6b59c6 (diff) | |
download | pkgsrc-b259a0a4388103cfe04c1f0f9d13e1d67cd6575b.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 |