summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-07-07 21:55:34 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-07-07 21:55:34 +0000
commitb6014bd389b0e5b4fcff377294f058bad6f1ff16 (patch)
tree5077b784e7725825b80c02e9e68694ed092b0b93
parentfix MASTER_SITES. (diff)
Fix auto-generated plist
Notes
Notes: svn path=/head/; revision=44893
-rw-r--r--security/mcrypt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/mcrypt/Makefile b/security/mcrypt/Makefile
index 3ddd351f0227..32c9a6408fd2 100644
--- a/security/mcrypt/Makefile
+++ b/security/mcrypt/Makefile
@@ -36,7 +36,7 @@ USE_LIBTOOL= yes
pre-install:
${ECHO} bin/${PORTNAME} > ${PLIST}
${ECHO} bin/mdecrypt >> ${PLIST}
-.for i in cz el pl
+.for i in cs el pl
${ECHO} share/locale/${i}/LC_MESSAGES/mcrypt.mo >> ${PLIST}
.endfor
.if !defined(NOPORTDOCS)