1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/www/demoroniser/Makefile
Mathieu Arnold 065c026fe5 Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR:		204056
Submitted by:	mat
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D2735
2015-11-05 12:36:25 +00:00

30 lines
735 B
Makefile

# Created by: Chris D. Faulhaber <jedgar@fxp.org>
# $FreeBSD$
PORTNAME= demoroniser
PORTVERSION= 1.0.20030916
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.fourmilab.ch/webtools/demoroniser/ \
LOCAL/jedgar
DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Correct moronic and gratuitously incompatible HTML from MS applications
USES= perl5 shebangfix zip
USE_PERL5= run
perl_OLD_CMD= /bin/perl
SHEBANG_FILES= demoroniser.pl
NO_BUILD= yes
NO_WRKSUBDIR= yes
PLIST_FILES= bin/demoroniser man/man1/demoroniser.1.gz
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/demoroniser.pl \
${STAGEDIR}${PREFIX}/bin/demoroniser
${INSTALL_MAN} ${WRKSRC}/demoroniser.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>