diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-07-07 09:29:30 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-07-07 09:29:30 +0000 |
commit | 93a34418011a29d96fbe28f5cf18a0bd8c4f7293 (patch) | |
tree | 5eb478f666df2adffe9ce868506612b6ba78e9f6 /sysutils | |
parent | 2ee0f6ba31a7caa503affe8973f68b675fbc80d0 (diff) | |
download | pkgsrc-93a34418011a29d96fbe28f5cf18a0bd8c4f7293.tar.gz |
o add python-* to DEPENDS
o use ${MV} -f instead of plain ${MV}
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/tdir/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/tdir/Makefile b/sysutils/tdir/Makefile index a9740935cf3..78f415e1a32 100644 --- a/sysutils/tdir/Makefile +++ b/sysutils/tdir/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/07/07 09:26:17 zuntum Exp $ +# $NetBSD: Makefile,v 1.2 2001/07/07 09:29:30 zuntum Exp $ # DISTNAME= tdir-1.58 @@ -8,11 +8,13 @@ MASTER_SITES= http://www.tundraware.com/Software/tdir/ MAINTAINER= zuntum@netbsd.org COMMENT= Display directories with files ordered by ending "extension" +DEPENDS+= python-*:../../lang/python + LICENSE= tdir-license post-patch: ${SED} "s,/usr/local/bin/python,${LOCALBASE}/bin/python," \ ${WRKSRC}/tdir > ${WRKSRC}/tdir.done - ${MV} ${WRKSRC}/tdir.done ${WRKSRC}/tdir + ${MV} -f ${WRKSRC}/tdir.done ${WRKSRC}/tdir .include "../../mk/bsd.pkg.mk" |