aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/pkg_trackinst/Makefile
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2005-05-08 02:54:31 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2005-05-08 02:54:31 +0000
commitfca5599500b31845d4fb6c3f0e504435ce1f282f (patch)
tree9b5b9fe1d779b6498e62119dbeb1192c8748aa43 /ports-mgmt/pkg_trackinst/Makefile
parent1c71a9a774bf47493cda5d1d19a01c6563cd373c (diff)
downloadports-fca5599500b31845d4fb6c3f0e504435ce1f282f.tar.gz
ports-fca5599500b31845d4fb6c3f0e504435ce1f282f.zip
Notes
Diffstat (limited to 'ports-mgmt/pkg_trackinst/Makefile')
-rw-r--r--ports-mgmt/pkg_trackinst/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/ports-mgmt/pkg_trackinst/Makefile b/ports-mgmt/pkg_trackinst/Makefile
index 6e33365107a4..c79122444cd8 100644
--- a/ports-mgmt/pkg_trackinst/Makefile
+++ b/ports-mgmt/pkg_trackinst/Makefile
@@ -5,19 +5,16 @@
# $FreeBSD$
PORTNAME= pkg_trackinst
-PORTVERSION= 1.0
-PORTREVISION= 1
+PORTVERSION= 1.1
CATEGORIES= sysutils
MASTER_SITES= http://people.freebsd.org/~perky/distfiles/
MAINTAINER= perky@FreeBSD.org
COMMENT= PkgDB/pkg-plist generator by tracking installation
-RUN_DEPENDS= ${LOCALBASE}/lib/installwatch.so:${PORTSDIR}/sysutils/installwatch
-
USE_PYTHON= 2.4+
-USE_PYDISTUTILS= yes
USE_REINPLACE= yes
+MAKE_ENV= PYTHON_CMD=${PYTHON_CMD}
.include <bsd.port.pre.mk>
@@ -26,7 +23,7 @@ IGNORE= requires dynamically-linked base programs
.endif
post-patch:
- ${REINPLACE_CMD} 's/\(open_manlist_output()\)/self\.\1/g' \
- ${WRKSRC}/PkgTrackInst/PlistWriter.py
+ ${REINPLACE_CMD} 's,/usr/local,${PREFIX},g' \
+ ${WRKSRC}/PkgTrackInst/cmd_support.py
.include <bsd.port.post.mk>