svn commit: r417387 - head/german/selfhtml

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 23 16:42:37 UTC 2016


Author: amdmi3
Date: Thu Jun 23 16:42:36 2016
New Revision: 417387
URL: https://svnweb.freebsd.org/changeset/ports/417387

Log:
  - Add NO_ARCH
  - Style fixes

Modified:
  head/german/selfhtml/Makefile

Modified: head/german/selfhtml/Makefile
==============================================================================
--- head/german/selfhtml/Makefile	Thu Jun 23 16:31:57 2016	(r417386)
+++ head/german/selfhtml/Makefile	Thu Jun 23 16:42:36 2016	(r417387)
@@ -21,14 +21,13 @@ DISTNAME=	${PORTNAME}${PORTVERSION:S/.//
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Extensive German HTML reference
 
-
+NO_ARCH=	yes
 NO_BUILD=	yes
 USES=		dos2unix zip
 EXTRACT_AFTER_ARGS= -d ${WRKSRC}
 DOS2UNIX_REGEX=	.*\.(css|dhtml|diverses|editorial|grafik|helferlein|htm|inter|intro|javascript|layouts|navigation|perl|php|projekt|quellen|servercgi|src|xml|xls|dtd)$$
 
-PORTDOCS=	\
-		index.htm \
+PORTDOCS=	index.htm \
 		css \
 		dhtml \
 		diverses \


More information about the svn-ports-head mailing list