summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-07-07 09:29:30 +0000
committerzuntum <zuntum>2001-07-07 09:29:30 +0000
commit68d59ed42f4dbad4320a799002b4dfeafab54988 (patch)
tree5eb478f666df2adffe9ce868506612b6ba78e9f6 /sysutils
parent16514353237232ce6a27a1b72dcc2cbb462ea121 (diff)
downloadpkgsrc-68d59ed42f4dbad4320a799002b4dfeafab54988.tar.gz
o add python-* to DEPENDS
o use ${MV} -f instead of plain ${MV}
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/tdir/Makefile6
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"