diff options
author | sada <sada@FreeBSD.org> | 2000-07-15 13:49:46 +0000 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2000-07-15 13:49:46 +0000 |
commit | eb53b4a9021830f2d227fc1f5a1269c3a06a5967 (patch) | |
tree | 19f35ddbd0a7404d7ea8f7150a88404645e9b1cf /java | |
parent | 0c3d230424eb6f5b2862d190bf2bbd33dba34219 (diff) | |
download | FreeBSD-ports-eb53b4a9021830f2d227fc1f5a1269c3a06a5967.zip FreeBSD-ports-eb53b4a9021830f2d227fc1f5a1269c3a06a5967.tar.gz |
Apostrophes in string should be escaped.
Diffstat (limited to 'java')
-rw-r--r-- | java/linux-blackdown-jdk12/Makefile | 4 | ||||
-rw-r--r-- | java/linux-jdk/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/java/linux-blackdown-jdk12/Makefile b/java/linux-blackdown-jdk12/Makefile index a52c2e5..28a7cd6 100644 --- a/java/linux-blackdown-jdk12/Makefile +++ b/java/linux-blackdown-jdk12/Makefile @@ -17,8 +17,8 @@ MAINTAINER= K.J.Koster@kpn.com RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base -NO_CDROM= "License doesn't allow distribution with fee" -NO_PACKAGE= "License doesn't allow binary distributions" +NO_CDROM= "License doesn\'t allow distribution with fee" +NO_PACKAGE= "License doesn\'t allow binary distributions" ONLY_FOR_ARCHS= i386 diff --git a/java/linux-jdk/Makefile b/java/linux-jdk/Makefile index a52c2e5..28a7cd6 100644 --- a/java/linux-jdk/Makefile +++ b/java/linux-jdk/Makefile @@ -17,8 +17,8 @@ MAINTAINER= K.J.Koster@kpn.com RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base -NO_CDROM= "License doesn't allow distribution with fee" -NO_PACKAGE= "License doesn't allow binary distributions" +NO_CDROM= "License doesn\'t allow distribution with fee" +NO_PACKAGE= "License doesn\'t allow binary distributions" ONLY_FOR_ARCHS= i386 |