mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Remove trailing / to pass check-plist
This commit is contained in:
parent
926b6aaebb
commit
cd5d95f14d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370260
@ -21,19 +21,13 @@ OPTIONS_DEFINE= NLS
|
||||
|
||||
USES= gettext gmake
|
||||
|
||||
PLIST_SUB= PLUGIN_DIR=${PLUGIN_DIR}
|
||||
PLUGIN_DIR?= libexec/gimp/2.2/plug-ins/
|
||||
PLUGIN_DIR?= libexec/gimp/2.2/plug-ins
|
||||
|
||||
# l10n languages
|
||||
LANGUAGES= de ru it pl
|
||||
|
||||
# installed files
|
||||
PLIST_FILES= %%PLUGIN_DIR%%/wavelet-decompose
|
||||
|
||||
# installed dirs
|
||||
PLIST_DIRSTRY= libexec/gimp/2.2/plug-ins \
|
||||
libexec/gimp/2.2 \
|
||||
libexec/gimp
|
||||
PLIST_FILES= ${PLUGIN_DIR}/wavelet-decompose
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
@ -55,10 +49,6 @@ post-patch:
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
.for language in ${LANGUAGES}
|
||||
PLIST_FILES+= share/locale/${language}/LC_MESSAGES/gimp20-${PORTNAME}-plug-in.mo
|
||||
|
||||
PLIST_DIRSTRY+= share/locale/${language}/LC_MESSAGES \
|
||||
share/locale/${language} \
|
||||
share/locale
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user