diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-01 22:27:17 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-01 22:27:17 +0000 |
commit | 2dcb9e7438fd0fa487a37c77d544d151e801d180 (patch) | |
tree | 290c84d79aa7211484859891eee14a3814e4f63d /mail | |
parent | e2fd9d34fa3bb4b73115d3f627263b698f348044 (diff) | |
download | pkgsrc-2dcb9e7438fd0fa487a37c77d544d151e801d180.tar.gz |
Fix INSTALLATION_DIRS.
Diffstat (limited to 'mail')
-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 |