freebsd-ports/ports-mgmt/pkg_trackinst/Makefile
Jimmy Olgeni c462b1dfb3 Take maintainership from ports@.
Chase BSD.local.dist location: it now lives in ports/Templates and
is no longer installed in /etc/mtree.

Feature safe:	yes
2011-11-29 13:48:50 +00:00

24 lines
570 B
Makefile

# New ports collection makefile for: pkg_trackinst
# Date created: 3 May 2005
# Whom: Hye-Shik Chang <perky@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= pkg_trackinst
PORTVERSION= 1.2.3
PORTREVISION= 2
CATEGORIES= ports-mgmt
MASTER_SITES= http://people.freebsd.org/~perky/distfiles/
MAINTAINER= olgeni@FreeBSD.org
COMMENT= PkgDB/pkg-plist generator by tracking installation
USE_PYTHON= 2.5+
INSTALLS_EGGINFO= yes
MAKE_ENV= PYTHON_CMD=${PYTHON_CMD}
post-patch:
${REINPLACE_CMD} 's,/usr/local,${PREFIX},g' \
${WRKSRC}/PkgTrackInst/cmd_support.py
.include <bsd.port.mk>