summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authordrochner <drochner>2002-01-18 11:04:04 +0000
committerdrochner <drochner>2002-01-18 11:04:04 +0000
commitb731adb2b8a4068936fde705cccc567ac561bec2 (patch)
tree1c8259328e1799071e57f40d1d0d60ddf1bc1aff /sysutils
parentb1d9b577e5cb6169a58a91c4cec2882ac4025e8c (diff)
downloadpkgsrc-b731adb2b8a4068936fde705cccc567ac561bec2.tar.gz
use python buildlink file
Diffstat (limited to 'sysutils')
-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"