diff options
author | Steve Price <steve@FreeBSD.org> | 2000-12-03 05:16:48 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-12-03 05:16:48 +0000 |
commit | 70b860b7a1c842bc50d7204a6e8272262376fef4 (patch) | |
tree | b390620c2618558e3990be0fcf4864797a47886b | |
parent | Put the NO_PACKAGE strings in double quotes to the escaped single quote (diff) |
Put the NO_PACKAGE strings in double quotes to the escaped single quote
becomes just a single quote instead of \'.
Notes
Notes:
svn path=/head/; revision=35621
-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 |