diff options
author | joerg <joerg@pkgsrc.org> | 2007-03-24 19:21:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-03-24 19:21:18 +0000 |
commit | 161c920c15367de281f689f6f1177c3a33e63cc6 (patch) | |
tree | a57573ceef3abc19d705671351ee7db9e9292311 /misc | |
parent | 8c89cf7eab0786e7a5f162a44198b342e5fd87d0 (diff) | |
download | pkgsrc-161c920c15367de281f689f6f1177c3a33e63cc6.tar.gz |
Prepare for switching to NO_MTREE=yes.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/logsurfer/Makefile | 4 | ||||
-rw-r--r-- | misc/mtail/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/logsurfer/Makefile b/misc/logsurfer/Makefile index 3007ed932df..fab5e560891 100644 --- a/misc/logsurfer/Makefile +++ b/misc/logsurfer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2007/02/22 19:01:22 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2007/03/24 19:21:28 joerg Exp $ DISTNAME= logsurfer-1.5b PKGNAME= logsurfer-1.6.2 @@ -22,7 +22,7 @@ BUILD_DEFS+= VARBASE EGDIR= ${PREFIX}/share/examples/logsurfer -INSTALLATION_DIRS= ${EGDIR} +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man4 ${EGDIR} post-install: ${MKDIR} ${EGDIR} diff --git a/misc/mtail/Makefile b/misc/mtail/Makefile index 77c74339e9c..f0daf543a1a 100644 --- a/misc/mtail/Makefile +++ b/misc/mtail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/02/05 23:10:12 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2007/03/24 19:21:28 joerg Exp $ # DISTNAME= mtail-1.0.0 @@ -14,7 +14,7 @@ COMMENT= Small tail workalike that performs output coloring NO_BUILD= yes PYTHON_PATCH_SCRIPTS= mtail -INSTALLATION_DIRS= bin share/examples +INSTALLATION_DIRS= bin share/doc share/examples do-install: ${INSTALL_SCRIPT} ${WRKSRC}/mtail ${PREFIX}/bin |