diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-06 00:09:26 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-06 00:09:26 +0000 |
commit | a511f606e2ed81dc71e97acd029fc1ca3550d52e (patch) | |
tree | db733c4714af2c11d5bda6a0cd3543d27200aa90 /security | |
parent | Dynamically set the FreeBSD maintainer. (diff) |
Need to escape the ()'s.
Submitted by: steve
Notes
Notes:
svn path=/head/; revision=34825
Diffstat (limited to 'security')
-rw-r--r-- | security/slurpie/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/slurpie/Makefile b/security/slurpie/Makefile index 01463f93f930..d9974a361c1a 100644 --- a/security/slurpie/Makefile +++ b/security/slurpie/Makefile @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= obrien@FreeBSD.org -NO_PACKAGE= "links against crypt() [thus is crypto in package form]" +NO_PACKAGE= "links against crypt\(\) [thus is crypto in package form]" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/slurp ${PREFIX}/sbin |