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 | 2870fe83ef7284b6a250bd61d865f3596be35cb6 (patch) | |
tree | 855e8cfd585ec1e244f1b9e39c315955add08f02 /www/thy/Makefile | |
parent | 31c1b1fd57d3e03943ededbbba0ec0d758384b5b (diff) | |
download | pkgsrc-2870fe83ef7284b6a250bd61d865f3596be35cb6.tar.gz |
List info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
Diffstat (limited to 'www/thy/Makefile')
-rw-r--r-- | www/thy/Makefile | 4 |
1 files changed, 2 insertions, 2 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} |