diff options
author | hira <hira@pkgsrc.org> | 2007-09-10 06:02:11 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2007-09-10 06:02:11 +0000 |
commit | 975a9c0693915c5e405804571e9aaa73ed00b63e (patch) | |
tree | b5291fed9482dd16e6e7a4fe7c84f2a21b1d0014 /mail/qpopper/Makefile | |
parent | f40eb3df4ed30432032b8c1bb7c2994b5c64269c (diff) | |
download | pkgsrc-975a9c0693915c5e405804571e9aaa73ed00b63e.tar.gz |
Fix typo (exmaples -> examples).
Diffstat (limited to 'mail/qpopper/Makefile')
-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 \ |