diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-07-12 12:05:58 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-07-12 12:05:58 +0000 |
commit | 4b0ca052d86106dd3c1a4e0adbb45ad2308128ba (patch) | |
tree | d2b81171c56cf6a5bd2d515b4bbb5c69e16526a9 /misc/tkman/Makefile | |
parent | In case someone really hates me ... (diff) |
Update the glimpse index once a week.
Submitted by: Oliver Helmling <oliver.helmling@stud.uni-bayreuth.de>
Diffstat (limited to 'misc/tkman/Makefile')
-rw-r--r-- | misc/tkman/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/tkman/Makefile b/misc/tkman/Makefile index c546fdafc3f8..df50f1ca092c 100644 --- a/misc/tkman/Makefile +++ b/misc/tkman/Makefile @@ -26,5 +26,7 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/tkman-help.html ${PREFIX}/share/doc/tkman .endif ${INSTALL_SCRIPT} ${WRKSRC}/contrib/tkmanclient ${PREFIX}/bin + @${MKDIR} ${PREFIX}/etc/periodic/weekly + ${INSTALL_SCRIPT} ${FILESDIR}/310.index_manpages ${PREFIX}/etc/periodic/weekly .include <bsd.port.mk> |