diff options
Diffstat (limited to 'security/cfs/Makefile')
-rw-r--r-- | security/cfs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/cfs/Makefile b/security/cfs/Makefile index f01df4b0268..8c3c7ce7955 100644 --- a/security/cfs/Makefile +++ b/security/cfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2006/08/05 13:38:26 adrianp Exp $ +# $NetBSD: Makefile,v 1.29 2007/01/07 09:14:09 rillig Exp $ DISTNAME= cfs-1.4.1 PKGREVISION= 6 @@ -101,10 +101,10 @@ do-build: post-install: cd ${WRKSRC}; for file in *.1; do \ - ${INSTALL_MAN} $${file} ${PREFIX}/man/man1/$${file}; \ + ${INSTALL_MAN} $${file} ${PREFIX}/${PKGMANDIR}/man1/$${file}; \ done cd ${WRKSRC}; for file in *.8; do \ - ${INSTALL_MAN} $${file} ${PREFIX}/man/man8/$${file}; \ + ${INSTALL_MAN} $${file} ${PREFIX}/${PKGMANDIR}/man8/$${file}; \ done ${INSTALL_DATA_DIR} ${DOCDIR} ${INSTALL_DATA} ${WRKSRC}/notes.ms ${DOCDIR} |