aboutsummaryrefslogtreecommitdiffstats
path: root/german
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2013-11-20 07:08:44 +0800
committermat <mat@FreeBSD.org>2013-11-20 07:08:44 +0800
commit57524a11df3f0950e857f0ffa06d8a160baa9437 (patch)
treeab8d23ab014eb4477219665648225ccea56d0295 /german
parent869dfb43fab6a3f2a51d1ab26c1b8cd6cf6e4a7a (diff)
downloadfreebsd-ports-gnome-57524a11df3f0950e857f0ffa06d8a160baa9437.tar.gz
freebsd-ports-gnome-57524a11df3f0950e857f0ffa06d8a160baa9437.tar.zst
freebsd-ports-gnome-57524a11df3f0950e857f0ffa06d8a160baa9437.zip
- Convert to dos2unix.mk
- While at it convert to gmake.mk ports that still USE_GMAKE.
Diffstat (limited to 'german')
-rw-r--r--german/selfhtml/Makefile5
-rw-r--r--german/tipp10/Makefile4
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 \