diff options
author | richard <richard@pkgsrc.org> | 2014-02-04 14:33:54 +0000 |
---|---|---|
committer | richard <richard@pkgsrc.org> | 2014-02-04 14:33:54 +0000 |
commit | 50b0d4097778e9c91d6ede2d7b27f3958a037279 (patch) | |
tree | 4f0103ac6ffd2c7dc5abc05433e0e7319714858d /misc | |
parent | b11237b32637ca1d0abf18611715d2becaf42cd5 (diff) | |
download | pkgsrc-50b0d4097778e9c91d6ede2d7b27f3958a037279.tar.gz |
Update to get misc/gnuls package to work with latest sysutils/coreutils-8.22.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnuls/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/misc/gnuls/Makefile b/misc/gnuls/Makefile index aedfefcbaf7..789c68d0833 100644 --- a/misc/gnuls/Makefile +++ b/misc/gnuls/Makefile @@ -1,20 +1,16 @@ -# $NetBSD: Makefile,v 1.25 2012/06/02 08:51:37 cheusov Exp $ +# $NetBSD: Makefile,v 1.26 2014/02/04 14:33:54 richard Exp $ # .include "../../sysutils/coreutils/Makefile.common" PKGNAME= ${DISTNAME:S/coreutils/gnuls/} -PKGREVISION= 2 CATEGORIES= misc COMMENT= GNU ls utility with color support CONFLICTS= coreutils-[0-9]* linuxls-[0-9]* -do-build: - ${RUN} cd ${WRKSRC}/lib && ${BUILD_MAKE_CMD} all - ${RUN} cd ${WRKSRC}/src && ${BUILD_MAKE_CMD} version.h - ${RUN} cd ${WRKSRC}/src && ${BUILD_MAKE_CMD} dircolors ls +BUILD_TARGET= gnuls AUTO_MKDIRS= yes |