diff options
author | joerg <joerg> | 2006-06-01 22:27:17 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-01 22:27:17 +0000 |
commit | aa01c4b31119aac0883b89a1761de46a729eb565 (patch) | |
tree | 290c84d79aa7211484859891eee14a3814e4f63d /mail/poppassd | |
parent | 1b9402c4058eb5ab2dc329069166983a7c63b9d5 (diff) | |
download | pkgsrc-aa01c4b31119aac0883b89a1761de46a729eb565.tar.gz |
Fix INSTALLATION_DIRS.
Diffstat (limited to 'mail/poppassd')
-rw-r--r-- | mail/poppassd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/poppassd/Makefile b/mail/poppassd/Makefile index 899f6b24a8e..645445f83f2 100644 --- a/mail/poppassd/Makefile +++ b/mail/poppassd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/05/05 02:52:33 taca Exp $ +# $NetBSD: Makefile,v 1.23 2006/06/01 22:27:17 joerg Exp $ # DISTNAME= qpopper${VERSION} @@ -22,7 +22,7 @@ MAKE_ENV+= ROOT_USER=${ROOT_USER:Q} ROOT_GROUP=${ROOT_GROUP:Q} .include "options.mk" -INSTALLATION_DIRS= man/man8 share/doc +INSTALLATION_DIRS= man/man8 share/doc libexec do-build: .for DIR in common password |