diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pkg_trackinst/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
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 <bsd.port.pre.mk> @@ -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 <bsd.port.post.mk> |