diff options
Diffstat (limited to 'german')
-rw-r--r-- | german/selfhtml/Makefile | 5 | ||||
-rw-r--r-- | german/tipp10/Makefile | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/german/selfhtml/Makefile b/german/selfhtml/Makefile index 25e9e00ad9b2..62d83658a11a 100644 --- a/german/selfhtml/Makefile +++ b/german/selfhtml/Makefile @@ -23,10 +23,9 @@ COMMENT= Extensive German HTML reference WRKSRC= ${WRKDIR} -USE_ZIP= yes NO_BUILD= yes - -USE_DOS2UNIX= yes +USES= dos2unix +USE_ZIP= yes DOS2UNIX_REGEX= .*\.(css|dhtml|diverses|editorial|grafik|helferlein|htm|inter|intro|javascript|layouts|navigation|perl|php|projekt|quellen|servercgi|src|xml|xls|dtd)$$ PORTDOCS= \ diff --git a/german/tipp10/Makefile b/german/tipp10/Makefile index 416aaddbe37f..acf2cbbb5ee8 100644 --- a/german/tipp10/Makefile +++ b/german/tipp10/Makefile @@ -14,8 +14,8 @@ COMMENT= 10-finger touch typing learning program LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/license_en.txt -USES= qmake -USE_DOS2UNIX= *.pro *.cpp +USES= qmake dos2unix +DOS2UNIX_GLOB= *.pro *.cpp USE_ZIP= yes USE_QT4= gui sql corelib network script qtestlib \ qmake_build rcc_build uic_build moc_build \ |