diff options
author | obrien <obrien@FreeBSD.org> | 2007-08-04 02:19:53 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2007-08-04 02:19:53 +0800 |
commit | 60f8aa6901a48d78e2cadd17aea1944e0756aefc (patch) | |
tree | 7c46a556b6281d96e68fd2a6f6275689bfe1c599 /shells | |
parent | 2fc956b122dab8867666f3fcad2b892938e68e54 (diff) | |
download | freebsd-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/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> |