diff options
author | jlam <jlam> | 2006-04-08 05:02:59 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-08 05:02:59 +0000 |
commit | 016841ded538972e7f2685290588e257d07379c6 (patch) | |
tree | 855e8cfd585ec1e244f1b9e39c315955add08f02 /www/cronolog/Makefile | |
parent | eaab331dbd6b44da2628e8f7229d9a4c5ef1477d (diff) | |
download | pkgsrc-016841ded538972e7f2685290588e257d07379c6.tar.gz |
List info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
Diffstat (limited to 'www/cronolog/Makefile')
-rw-r--r-- | www/cronolog/Makefile | 4 |
1 files changed, 2 insertions, 2 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" \ |