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 | |
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')
-rw-r--r-- | www/cronolog/Makefile | 4 | ||||
-rw-r--r-- | www/cronolog/PLIST | 3 | ||||
-rw-r--r-- | www/thy/Makefile | 4 | ||||
-rw-r--r-- | www/thy/PLIST | 3 |
4 files changed, 8 insertions, 6 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 diff --git a/www/thy/Makefile b/www/thy/Makefile index 2cd9898e055..61cd1d6c5be 100644 --- a/www/thy/Makefile +++ b/www/thy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/03/06 00:18:26 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2006/04/08 05:03:00 jlam Exp $ DISTNAME= thy-0.9.4 PKGREVISION= 3 @@ -34,7 +34,7 @@ CONF_FILES= ${EGDIR}/thyrc ${PKG_SYSCONFDIR}/thyrc \ ${EGDIR}/http503.html ${PKG_SYSCONFDIR}/http503.html \ ${EGDIR}/http505.html ${PKG_SYSCONFDIR}/http505.html RCD_SCRIPTS= thy -INFO_FILES= thy.info +INFO_FILES= # PLIST CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} MAKE_FLAGS+= pkgconfdir=${EGDIR:Q} diff --git a/www/thy/PLIST b/www/thy/PLIST index fd63ff0b01b..dbe72949729 100644 --- a/www/thy/PLIST +++ b/www/thy/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.3 2005/05/02 20:34:07 reed Exp $ +@comment $NetBSD: PLIST,v 1.4 2006/04/08 05:03:00 jlam Exp $ +info/thy.info man/man7/thy-auth.7 man/man8/thy.8 sbin/thy |