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/thy | |
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/thy')
-rw-r--r-- | www/thy/Makefile | 4 | ||||
-rw-r--r-- | www/thy/PLIST | 3 |
2 files changed, 4 insertions, 3 deletions
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 |