diff options
author | sada <sada@FreeBSD.org> | 2000-07-15 21:49:46 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2000-07-15 21:49:46 +0800 |
commit | eb53b4a9021830f2d227fc1f5a1269c3a06a5967 (patch) | |
tree | 19f35ddbd0a7404d7ea8f7150a88404645e9b1cf /java/linux-jdk/Makefile | |
parent | 0c3d230424eb6f5b2862d190bf2bbd33dba34219 (diff) | |
download | freebsd-ports-gnome-eb53b4a9021830f2d227fc1f5a1269c3a06a5967.tar.gz freebsd-ports-gnome-eb53b4a9021830f2d227fc1f5a1269c3a06a5967.tar.zst freebsd-ports-gnome-eb53b4a9021830f2d227fc1f5a1269c3a06a5967.zip |
Apostrophes in string should be escaped.
Diffstat (limited to 'java/linux-jdk/Makefile')
-rw-r--r-- | java/linux-jdk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/linux-jdk/Makefile b/java/linux-jdk/Makefile index a52c2e581820..28a7cd6503ee 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 |