summaryrefslogtreecommitdiff
path: root/misc/colortail
diff options
context:
space:
mode:
authortv <tv>2005-11-03 16:26:28 +0000
committertv <tv>2005-11-03 16:26:28 +0000
commite44e5192c1759cef129e648c23f19c665f0413d8 (patch)
tree8f948cada4a296c98d45e7dc56c1319e9841cc68 /misc/colortail
parent6cbf8a28e7d47ff75e4bf6c45f83bd1ff21b034e (diff)
downloadpkgsrc-e44e5192c1759cef129e648c23f19c665f0413d8.tar.gz
Fix typo botch in previous.
Diffstat (limited to 'misc/colortail')
-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"