summaryrefslogtreecommitdiff
path: root/security/checkpassword
diff options
context:
space:
mode:
authorHidetoshi Shimokawa <simokawa@FreeBSD.org>1999-06-16 03:08:46 +0000
committerHidetoshi Shimokawa <simokawa@FreeBSD.org>1999-06-16 03:08:46 +0000
commit9809ffb98f75b6fcc21dcb036038fa5d22f61aa5 (patch)
tree95e7c51b4070ddb22d1eca0d259088bfd2adf53c /security/checkpassword
parentReplace `FreeBSD-i386` with `${OPSYS}-${MACHINE_ARCH}'. (diff)
Need to quote if we use "'".
Notes
Notes: svn path=/head/; revision=19492
Diffstat (limited to 'security/checkpassword')
-rw-r--r--security/checkpassword/Makefile4
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