summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-11-03 16:26:28 +0000
committertv <tv@pkgsrc.org>2005-11-03 16:26:28 +0000
commit13d6f46ff82a6273c819aa68b1a3e07945a6056c (patch)
tree8f948cada4a296c98d45e7dc56c1319e9841cc68
parent9a8229ab101163ec4c409e8042ed5f42e0f50ec0 (diff)
downloadpkgsrc-13d6f46ff82a6273c819aa68b1a3e07945a6056c.tar.gz
Fix typo botch in previous.
-rw-r--r--misc/colortail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/colortail/Makefile b/misc/colortail/Makefile
index 303f2030888..1304d109931 100644
--- a/misc/colortail/Makefile
+++ b/misc/colortail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/11/03 15:11:37 tv Exp $
+# $NetBSD: Makefile,v 1.11 2005/11/03 16:26:28 tv Exp $
DISTNAME= colortail-0.3.0
CATEGORIES= misc
@@ -20,5 +20,5 @@ post-install:
conf.xferlog conf.daemon ${PREFIX}/share/examples/colortail
${SED} 's,@PREFIX@,${PREFIX},' ${PKGDIR}/DESCR > ${DESCR_SRC}
-.include "../../libgetopt/buildlink3.mk"
+.include "../../devel/libgetopt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"