diff options
author | joerg <joerg@pkgsrc.org> | 2007-04-04 17:39:11 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-04-04 17:39:11 +0000 |
commit | 6832a3811b682a13e8687fdef98497ceb5be21c2 (patch) | |
tree | 32fdbd3be62246b800b902008fbe41f925949515 /net/totd/Makefile | |
parent | 997fc8660fcbc746099de29d5d006cf7a19c42f3 (diff) | |
download | pkgsrc-6832a3811b682a13e8687fdef98497ceb5be21c2.tar.gz |
Fix typo.
Diffstat (limited to 'net/totd/Makefile')
-rw-r--r-- | net/totd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/totd/Makefile b/net/totd/Makefile index ce33b7abe23..920ea1905f1 100644 --- a/net/totd/Makefile +++ b/net/totd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2007/03/28 13:25:53 joerg Exp $ +# $NetBSD: Makefile,v 1.25 2007/04/04 17:39:11 joerg Exp $ # DISTNAME= totd-1.5.1 @@ -16,7 +16,7 @@ PKG_OPTIONS_VAR= PKG_OPTIONS.totd PKG_OPTIONS_REQUIRED_GROUPS= inet6 # require inet6 capability PKG_OPTIONS_GROUP.inet6= inet6 -INSTALLATION_DIRS= ${PKMANDIR}/man8 sbin share/examples/totd +INSTALLATION_DIRS= ${PKGMANDIR}/man8 sbin share/examples/totd do-install: ${INSTALL_PROGRAM} ${WRKSRC}/totd ${PREFIX}/sbin/ |