aboutsummaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2007-08-04 02:19:53 +0800
committerobrien <obrien@FreeBSD.org>2007-08-04 02:19:53 +0800
commit60f8aa6901a48d78e2cadd17aea1944e0756aefc (patch)
tree7c46a556b6281d96e68fd2a6f6275689bfe1c599 /shells
parent2fc956b122dab8867666f3fcad2b892938e68e54 (diff)
downloadfreebsd-ports-gnome-60f8aa6901a48d78e2cadd17aea1944e0756aefc.tar.gz
freebsd-ports-gnome-60f8aa6901a48d78e2cadd17aea1944e0756aefc.tar.zst
freebsd-ports-gnome-60f8aa6901a48d78e2cadd17aea1944e0756aefc.zip
dd 'cklatest' target.
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>