diff options
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/jarl/Makefile | 2 | ||||
-rw-r--r-- | net-im/tik/Makefile | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/net-im/jarl/Makefile b/net-im/jarl/Makefile index 6a2da5959b1e..f5eb08c0315d 100644 --- a/net-im/jarl/Makefile +++ b/net-im/jarl/Makefile @@ -28,7 +28,7 @@ makeplist: ${FIND} ${PREFIX}/share/jarl -type f -print | ${CUT} -d/ -f4- >> \ ${PLIST} ${FIND} ${PREFIX}/share/jarl -type d -print | ${CUT} -d/ -f4- | \ - sort -r | ${SED} 's/^/@dirrm /' >> ${PLIST} + ${SORT} -r | ${SED} 's/^/@dirrm /' >> ${PLIST} post-patch: ${REINPLACE_CMD} -e "s:%%PREFIX%%:${PREFIX}:g" ${WRKSRC}/jarl diff --git a/net-im/tik/Makefile b/net-im/tik/Makefile index 6803b1334cdd..ef398291b1b6 100644 --- a/net-im/tik/Makefile +++ b/net-im/tik/Makefile @@ -20,8 +20,6 @@ RUN_DEPENDS= tclsh8.2:${PORTSDIR}/lang/tcl82 \ NO_BUILD= yes WRKSRC= ${WRKDIR}/tik -SORT?= sort - SRCDIRS= share/tik share/tik/components share/tik/media \ share/tik/packages share/tik/strs |