mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
ef8b528fc2
- USES=python
24 lines
451 B
Makefile
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>
|