diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2007-08-03 18:19:53 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2007-08-03 18:19:53 +0000 |
commit | 812bdd68756d575f87874246e43b4d5bdca6e76a (patch) | |
tree | 075643f5cfb86256b8189f455005910e093005ed /shells | |
parent | 47fb9364594d5334faf0c8fd64be8090d4eb3d34 (diff) | |
download | ports-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/Makefile | 5 |
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> |