diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 11:06:02 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 11:06:02 +0000 |
commit | fbd1108f49e97dfa6bd38fe69dc8f6b8ab89bb26 (patch) | |
tree | 9b742ae12218d8cfd77191127558a0c126be4516 /net-im | |
parent | 4bf1b98ed95c044ceb91201095348dd7ef4787f9 (diff) | |
download | ports-fbd1108f49e97dfa6bd38fe69dc8f6b8ab89bb26.tar.gz ports-fbd1108f49e97dfa6bd38fe69dc8f6b8ab89bb26.zip |
Notes
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 |