diff options
Diffstat (limited to 'textproc/s5/Makefile')
-rw-r--r-- | textproc/s5/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/s5/Makefile b/textproc/s5/Makefile index 9a3389cfc533..93f4870743d3 100644 --- a/textproc/s5/Makefile +++ b/textproc/s5/Makefile @@ -7,14 +7,13 @@ PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://meyerweb.com/eric/tools/s5/v/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} -EXTRACT_SUFX= .zip MAINTAINER= ports@FreeBSD.org COMMENT= Simple HTML-based presentation system BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip -USES= dos2unix +USES= dos2unix zip DOS2UNIX_REGEX= .*\.(css|htc|html|js|txt) WRKSRC= ${WRKDIR} NO_BUILD= yes |