summaryrefslogtreecommitdiff
path: root/sysutils/tdir
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2002-01-18 11:04:04 +0000
committerdrochner <drochner@pkgsrc.org>2002-01-18 11:04:04 +0000
commitfc31e634f2bf20d5d040162b192db41f33e3a8b3 (patch)
tree1c8259328e1799071e57f40d1d0d60ddf1bc1aff /sysutils/tdir
parent65a4beb30c70c8601d5b2e7e0a57abd016db79c3 (diff)
downloadpkgsrc-fc31e634f2bf20d5d040162b192db41f33e3a8b3.tar.gz
use python buildlink file
Diffstat (limited to 'sysutils/tdir')
-rw-r--r--sysutils/tdir/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/sysutils/tdir/Makefile b/sysutils/tdir/Makefile
index 2d950a8c257..3ed04385612 100644
--- a/sysutils/tdir/Makefile
+++ b/sysutils/tdir/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/09/27 23:18:44 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2002/01/18 11:04:04 drochner Exp $
#
DISTNAME= tdir-1.58
@@ -8,13 +8,9 @@ MASTER_SITES= http://www.tundraware.com/Software/tdir/
MAINTAINER= zuntum@netbsd.org
COMMENT= Display directories with files ordered by ending "extension"
-DEPENDS+= python-[0-9]*:../../lang/python
-
LICENSE= tdir-license
-post-patch:
- ${SED} "s,/usr/local/bin/python,${LOCALBASE}/bin/python," \
- ${WRKSRC}/tdir > ${WRKSRC}/tdir.done
- ${MV} -f ${WRKSRC}/tdir.done ${WRKSRC}/tdir
+PYTHON_PATCH_SCRIPTS= tdir
+.include "../../lang/python/application.buildlink.mk"
.include "../../mk/bsd.pkg.mk"