diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qpopper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index 78f9df9bcff..10bd0b6eefd 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2007/07/04 20:54:46 jlam Exp $ +# $NetBSD: Makefile,v 1.60 2007/09/10 06:02:11 hira Exp $ # DISTNAME= qpopper${VERSION} @@ -51,7 +51,7 @@ SUBST_STAGE.libexec= pre-configure SUBST_FILES.libexec= man/popper.8 SUBST_SED.libexec= -e "s|/usr/local/lib|${PREFIX}/libexec|g" -INSTALLATION_DIRS= libexec ${PKGMANDIR}/man8 sbin share/doc share/exmaples +INSTALLATION_DIRS= libexec ${PKGMANDIR}/man8 sbin share/doc share/examples post-install: ${INSTALL_DATA} ${WRKSRC}/License.txt \ |