mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 07:49:16 -04:00
In order to make room for the up-to-date version of the KDE Desktop and its applications move the KDE Application ports based on Qt4. PR: 225992 Exp-run by: antoine Reviewed by: rakuco, adridg Differential Revision: https://reviews.freebsd.org/D14413
6 lines
108 B
Bash
6 lines
108 B
Bash
#!/bin/sh
|
|
|
|
if [ %%PREFIX%% != %%LOCALBASE%% ]; then
|
|
PERL5LIB=${PERL5LIB}:%%PERL5LIBDIR%%
|
|
export PERL5LIB
|
|
fi
|