1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/sysutils/tdir/Makefile
Antoine Brodin ef8b528fc2 - Allow staging as a regular user
- USES=python
2014-09-10 13:57:46 +00:00

24 lines
451 B
Makefile

# Created by: tundra
# $FreeBSD$
PORTNAME= tdir
PORTVERSION= 1.71
CATEGORIES= sysutils
MASTER_SITES= http://www.tundraware.com/Software/tdir/
MAINTAINER= tdir@tundraware.com
COMMENT= Advanced file directory display utility
USES= python
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
PLIST_FILES= bin/tdir \
man/man1/tdir.1.gz
PORTDOCS= tdir-license.txt
post-patch:
@${REINPLACE_CMD} 's,-o root -g wheel,,' ${WRKSRC}/Makefile
.include <bsd.port.mk>