freebsd-ports/multimedia/tivodecode/Makefile
Antoine Brodin 228ab58873 Change INSTALL_DATA to install with mode 644
Remove patches and hacks that were used to work around the previous
situation
This allows to stage more ports as a regular user

Differential Revision:	https://reviews.freebsd.org/D703
Reviewed by and discussed with:	bapt
With hat:	portmgr
2014-09-04 19:26:24 +00:00

22 lines
458 B
Makefile

# Created by: Yi-Hsuan Hsin <mhsin@mhsin.org>
# $FreeBSD$
PORTNAME= tivodecode
DISTVERSION= 0.2pre4
CATEGORIES= multimedia
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.2pre4
MAINTAINER= mhsin@mhsin.org
COMMENT= Converts .TiVo files to normal MPEG files
OPTIONS_DEFINE= DOCS
USES= gmake
GNU_CONFIGURE= yes
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/COPYING \
${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>