diff options
author | simokawa <simokawa@FreeBSD.org> | 1999-06-16 11:08:46 +0800 |
---|---|---|
committer | simokawa <simokawa@FreeBSD.org> | 1999-06-16 11:08:46 +0800 |
commit | 1902b4125cc86ad931e5b1477d2b6a0e8bafc18e (patch) | |
tree | 05d84724ba3a92ded2ed52452797a9f7ab3c6633 /security/checkpassword | |
parent | 2726746590cbf9cc37b2d4d7eee21e8f5b576bd2 (diff) | |
download | freebsd-ports-gnome-1902b4125cc86ad931e5b1477d2b6a0e8bafc18e.tar.gz freebsd-ports-gnome-1902b4125cc86ad931e5b1477d2b6a0e8bafc18e.tar.zst freebsd-ports-gnome-1902b4125cc86ad931e5b1477d2b6a0e8bafc18e.zip |
Need to quote if we use "'".
Diffstat (limited to 'security/checkpassword')
-rw-r--r-- | security/checkpassword/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/checkpassword/Makefile b/security/checkpassword/Makefile index 5a51b009fe22..46ef19c3838d 100644 --- a/security/checkpassword/Makefile +++ b/security/checkpassword/Makefile @@ -3,7 +3,7 @@ # Date created: 05 August 1998 # Whom: sada@FreeBSD.ORG # -# $Id: Makefile,v 1.2 1999/01/07 20:59:07 sada Exp $ +# $Id: Makefile,v 1.3 1999/03/31 16:41:31 sada Exp $ # DISTNAME= checkpassword-0.81 @@ -17,7 +17,7 @@ MAINTAINER= sada@FreeBSD.ORG ALL_TARGET= it INSTALL_TARGET= setup MAN8= checkpassword.8 -RESTRICTED= Unsure of djb's license +RESTRICTED= "Unsure of djb's license" DOCDIR= ${PREFIX}/share/doc/checkpassword |