diff options
Diffstat (limited to 'archivers/arj')
-rw-r--r-- | archivers/arj/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/arj/Makefile b/archivers/arj/Makefile index 0253332f0d6..fd188e7bf6d 100644 --- a/archivers/arj/Makefile +++ b/archivers/arj/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2015/05/10 18:50:47 bsiegert Exp $ +# $NetBSD: Makefile,v 1.32 2015/09/24 02:47:15 tnn Exp $ DISTNAME= arj-3.10.22 PKGREVISION= 2 @@ -31,6 +31,8 @@ pre-configure: INSTALLATION_DIRS+= ${ARJ_DOCSDIR} +BROKEN_ON_PLATFORM= ${LP64PLATFORMS} + post-install: ${INSTALL_DATA} ${WRKSRC}/doc/COPYING ${WRKSRC}/doc/debug.txt \ ${DESTDIR}${ARJ_DOCSDIR} |