dd 'cklatest' target.

This commit is contained in:
David E. O'Brien 2007-08-03 18:19:53 +00:00
parent 47fb936459
commit 812bdd6875
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197032

View File

@ -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>