summaryrefslogtreecommitdiff
path: root/ports-mgmt/pkg_trackinst
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2005-05-07 03:19:30 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2005-05-07 03:19:30 +0000
commit3dfedd427043435c7ead801ce2635ed23846fdf5 (patch)
tree9e10186836ef9a53c2edd7d7cc04e57a16b71242 /ports-mgmt/pkg_trackinst
parentBROKEN on 4.x: Does not compile (diff)
Add a patch that fixes a NameError on pkg_genplist.
Reported by: krion
Notes
Notes: svn path=/head/; revision=134746
Diffstat (limited to 'ports-mgmt/pkg_trackinst')
-rw-r--r--ports-mgmt/pkg_trackinst/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/ports-mgmt/pkg_trackinst/Makefile b/ports-mgmt/pkg_trackinst/Makefile
index e30d3963f533..6e33365107a4 100644
--- a/ports-mgmt/pkg_trackinst/Makefile
+++ b/ports-mgmt/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>