diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-08 05:02:59 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-08 05:02:59 +0000 |
commit | 55ed30e64c1e1deda450b16700c96eb812494b9a (patch) | |
tree | 855e8cfd585ec1e244f1b9e39c315955add08f02 /www/cronolog | |
parent | e0d6db7b84b04b5bee8addb846d28016367a5a96 (diff) | |
download | pkgsrc-55ed30e64c1e1deda450b16700c96eb812494b9a.tar.gz |
List info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
Diffstat (limited to 'www/cronolog')
-rw-r--r-- | www/cronolog/Makefile | 4 | ||||
-rw-r--r-- | www/cronolog/PLIST | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/www/cronolog/Makefile b/www/cronolog/Makefile index ee2b7d56d16..52841662809 100644 --- a/www/cronolog/Makefile +++ b/www/cronolog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/03/04 21:30:57 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2006/04/08 05:02:59 jlam Exp $ # DISTNAME= cronolog-1.6.2 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.cronolog.org/ COMMENT= Web log rotation utility that provides datestamp filenames GNU_CONFIGURE= YES -INFO_FILES= cronolog.info +INFO_FILES= # PLIST post-patch: ${SED} "s,/www/sbin/cronolog,${PREFIX}/sbin/cronolog,g" \ diff --git a/www/cronolog/PLIST b/www/cronolog/PLIST index b4bc357a5d2..2f664e39ed4 100644 --- a/www/cronolog/PLIST +++ b/www/cronolog/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.4 2004/03/11 15:33:29 seb Exp $ +@comment $NetBSD: PLIST,v 1.5 2006/04/08 05:02:59 jlam Exp $ +info/cronolog.info man/man8/cronolog.8 man/man8/cronosplit.8 sbin/cronolog |