pkgsrc/security/audit-packages/Makefile
itojun 208afaebf0 touch vulnerability list after update, to make audit-package happier
when vulnerability list is not updated for more than a week.
solves PR 11463 (there are other ways to solve this, i'm open to your opinion).
2000-11-11 02:23:00 +00:00

30 lines
743 B
Makefile

# $NetBSD: Makefile,v 1.4 2000/11/11 02:23:00 itojun Exp $
DISTNAME= audit-packages-1.3
CATEGORIES= security pkgtools
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= agc@netbsd.org
WRKSRC= ${WRKDIR}
NO_CHECKSUM= yes
NO_BUILD= yes
NO_MTREE= yes
do-configure:
@for f in audit-packages download-vulnerability-list; do \
${SED} -e 's|\$${DISTDIR}|${DISTDIR}|g' \
-e 's|\$${AWK}|${AWK}|g' \
-e 's|\$${FETCH_CMD}|${FETCH_CMD}|g' \
-e 's|\$${PKG_INFO}|${PKG_INFO}|g' \
-e 's|\$${TOUCH}|${TOUCH}|g' \
${FILESDIR}/$$f > ${WRKSRC}/$$f; \
done
do-install:
@for f in audit-packages download-vulnerability-list; do \
${BSD_INSTALL_SCRIPT} ${WRKSRC}/$$f ${PREFIX}/sbin; \
done
.include "../../mk/bsd.pkg.mk"