diff options
author | kris <kris@FreeBSD.org> | 2001-07-08 05:55:34 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-07-08 05:55:34 +0800 |
commit | 05496853880d0f0778d2cc8c161eda35ce0ec161 (patch) | |
tree | 7973fa826e3aea121886371c51cdd86766c351df /security/mcrypt | |
parent | 6e6a3e3c43613bb426893ed0b1ecbe1a630e95ed (diff) | |
download | freebsd-ports-gnome-05496853880d0f0778d2cc8c161eda35ce0ec161.tar.gz freebsd-ports-gnome-05496853880d0f0778d2cc8c161eda35ce0ec161.tar.zst freebsd-ports-gnome-05496853880d0f0778d2cc8c161eda35ce0ec161.zip |
Fix auto-generated plist
Diffstat (limited to 'security/mcrypt')
-rw-r--r-- | security/mcrypt/Makefile | 2 |
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) |