freebsd-ports/sysutils/pkg_trackinst/Makefile
Hye-Shik Chang bbe2a03d8e Update to 1.2.2.
pkg_genplist:

  *) Fixed a problem that couldn't open plist when command line
     arguments leads to change PKGNAME.

  *) FIxed manpage filename mask to include '-' (reported by Radim
     Kolar) [1]

pkg_trackinst:

  *) Replaced a unfriendly exception with friendly message for
     an error occurrs when Makefile doesn't exist in current
     directory.

PR:		83224 [1]
Submitted by:	Radim Kolar <hsn@netmag.cz> [1]
2005-07-17 03:42:00 +00:00

29 lines
666 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.2
CATEGORIES= sysutils
MASTER_SITES= http://people.freebsd.org/~perky/distfiles/
MAINTAINER= perky@FreeBSD.org
COMMENT= PkgDB/pkg-plist generator by tracking installation
USE_PYTHON= 2.3+
USE_REINPLACE= yes
MAKE_ENV= PYTHON_CMD=${PYTHON_CMD}
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 501105
IGNORE= requires dynamically-linked base programs
.endif
post-patch:
${REINPLACE_CMD} 's,/usr/local,${PREFIX},g' \
${WRKSRC}/PkgTrackInst/cmd_support.py
.include <bsd.port.post.mk>