diff options
author | Steve Price <steve@FreeBSD.org> | 2000-12-03 05:16:41 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-12-03 05:16:41 +0000 |
commit | edbee7c0b84a1b973dea8bc24124bf2d3ce421e7 (patch) | |
tree | d9487ee0bf6916e385a6abfd302df6c3e55d3b58 /sysutils/daemontools | |
parent | 0734ed939b69a17a20cf1016330cabe1234a79d8 (diff) | |
download | ports-edbee7c0b84a1b973dea8bc24124bf2d3ce421e7.tar.gz ports-edbee7c0b84a1b973dea8bc24124bf2d3ce421e7.zip |
Put the NO_PACKAGE strings in double quotes to the escaped single quote
becomes just a single quote instead \'.
Notes
Notes:
svn path=/head/; revision=35620
Diffstat (limited to 'sysutils/daemontools')
-rw-r--r-- | sysutils/daemontools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/daemontools/Makefile b/sysutils/daemontools/Makefile index 2ce60b992108..25c097105aa2 100644 --- a/sysutils/daemontools/Makefile +++ b/sysutils/daemontools/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://cr.yp.to/daemontools/ \ MAINTAINER= nbm@FreeBSD.org -NO_PACKAGE= Unsure of djb\'s license +NO_PACKAGE= "Unsure of djb\'s license" ALL_TARGET= it INSTALL_TARGET= setup check |