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
commit9ed47eb827869811dd4f8dbb0f9f6470cb98b39d (patch)
tree8f948cada4a296c98d45e7dc56c1319e9841cc68 /misc/colortail
parentfa23661f065f603cb8d33963b65639e9ab8b929f (diff)
downloadpkgsrc-9ed47eb827869811dd4f8dbb0f9f6470cb98b39d.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"