diff options
author | dholland <dholland@pkgsrc.org> | 2012-06-18 01:51:41 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-06-18 01:51:41 +0000 |
commit | 60cbd7f5dae7ccd90e691bc1eb1eabfe8421d044 (patch) | |
tree | ec87a6a8addf4a03a39f3a5cbfe3aa374bce72f0 /comms | |
parent | 23cf55fc7c618420f9d4900e338ca5792a606173 (diff) | |
download | pkgsrc-60cbd7f5dae7ccd90e691bc1eb1eabfe8421d044.tar.gz |
Honor ${PKGINFODIR} in INSTALLATION_DIRS; should fix Linux build.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/fidogate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/fidogate/Makefile b/comms/fidogate/Makefile index cece630f61c..2ac1c1123cf 100644 --- a/comms/fidogate/Makefile +++ b/comms/fidogate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2012/02/28 11:21:50 hans Exp $ +# $NetBSD: Makefile,v 1.64 2012/06/18 01:51:41 dholland Exp $ # DISTNAME= fidogate-4.4.10 @@ -47,7 +47,7 @@ OWN_DIRS= ${PKG_SYSCONFDIR}/fidogate INSTALLATION_DIRS+= ${EGDIR} lib/fidogate \ lib/fidogate/bin share/doc/fidogate \ share/fidogate share/fidogate/sendmail \ - info \ + ${PKGINFODIR} \ share/fidogate/sendmail/mailer share/examples/rc.d post-extract: |