diff options
author | steve <steve@FreeBSD.org> | 2000-12-03 13:16:48 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-12-03 13:16:48 +0800 |
commit | a1e95b5b5ff1ef24af900990c436c560672a03da (patch) | |
tree | 9c9844ad647983e4308a6536acf3c7c188599b9f /sysutils/daemontools53/Makefile | |
parent | 425273e1d203c3c60762e99222b7aab12bdcd59a (diff) | |
download | freebsd-ports-gnome-a1e95b5b5ff1ef24af900990c436c560672a03da.tar.gz freebsd-ports-gnome-a1e95b5b5ff1ef24af900990c436c560672a03da.tar.zst freebsd-ports-gnome-a1e95b5b5ff1ef24af900990c436c560672a03da.zip |
Put the NO_PACKAGE strings in double quotes to the escaped single quote
becomes just a single quote instead of \'.
Diffstat (limited to 'sysutils/daemontools53/Makefile')
-rw-r--r-- | sysutils/daemontools53/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/daemontools53/Makefile b/sysutils/daemontools53/Makefile index f9768232a3af..583781d8029a 100644 --- a/sysutils/daemontools53/Makefile +++ b/sysutils/daemontools53/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://cr.yp.to/daemontools/ \ MAINTAINER= dom@myrddin.demon.co.uk -NO_PACKAGE= Unsure of djb\'s license +NO_PACKAGE= "Unsure of djb\'s license" ALL_TARGET= it man INSTALL_TARGET= setup |