From 3dfedd427043435c7ead801ce2635ed23846fdf5 Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Sat, 7 May 2005 03:19:30 +0000 Subject: Add a patch that fixes a NameError on pkg_genplist. Reported by: krion --- sysutils/pkg_trackinst/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sysutils') diff --git a/sysutils/pkg_trackinst/Makefile b/sysutils/pkg_trackinst/Makefile index e30d3963f533..6e33365107a4 100644 --- a/sysutils/pkg_trackinst/Makefile +++ b/sysutils/pkg_trackinst/Makefile @@ -6,6 +6,7 @@ PORTNAME= pkg_trackinst PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://people.freebsd.org/~perky/distfiles/ @@ -16,6 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/installwatch.so:${PORTSDIR}/sysutils/installwatch USE_PYTHON= 2.4+ USE_PYDISTUTILS= yes +USE_REINPLACE= yes .include @@ -23,4 +25,8 @@ USE_PYDISTUTILS= yes IGNORE= requires dynamically-linked base programs .endif +post-patch: + ${REINPLACE_CMD} 's/\(open_manlist_output()\)/self\.\1/g' \ + ${WRKSRC}/PkgTrackInst/PlistWriter.py + .include -- cgit v1.2.3