diff options
author | tv <tv@pkgsrc.org> | 2005-11-03 16:26:28 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-03 16:26:28 +0000 |
commit | 4fa0e7544d4bd5434e3e55383380f8c811af02eb (patch) | |
tree | 8f948cada4a296c98d45e7dc56c1319e9841cc68 /misc | |
parent | 7efbe300062b044dd2102054653b7a23168ae4bc (diff) | |
download | pkgsrc-4fa0e7544d4bd5434e3e55383380f8c811af02eb.tar.gz |
Fix typo botch in previous.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/colortail/Makefile | 4 |
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" |