aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2007-08-03 18:19:53 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2007-08-03 18:19:53 +0000
commit812bdd68756d575f87874246e43b4d5bdca6e76a (patch)
tree075643f5cfb86256b8189f455005910e093005ed /shells
parent47fb9364594d5334faf0c8fd64be8090d4eb3d34 (diff)
downloadports-812bdd68756d575f87874246e43b4d5bdca6e76a.tar.gz
ports-812bdd68756d575f87874246e43b4d5bdca6e76a.zip
dd 'cklatest' target.
Notes
Notes: svn path=/head/; revision=197032
Diffstat (limited to 'shells')
-rw-r--r--shells/bash/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index 21377a9fae8c..8fa0d105e064 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/Makefile
@@ -128,4 +128,9 @@ post-install:
@${SETENV} PKG_PREFIX="${PREFIX}" PKG_DESTDIR="${DESTDIR}" \
${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
+cklatest:
+ @-ncftpls \
+ ftp://ftp.cwru.edu/pub/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/\.[0-9a-z]*$//}-patches/ \
+ | ${TAIL}
+
.include <bsd.port.post.mk>