diff options
Diffstat (limited to 'misc/heirloom-tcopy/Makefile')
-rw-r--r-- | misc/heirloom-tcopy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/heirloom-tcopy/Makefile b/misc/heirloom-tcopy/Makefile index d96e9514ecf..70df7aa920c 100644 --- a/misc/heirloom-tcopy/Makefile +++ b/misc/heirloom-tcopy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/05/28 08:32:41 cheusov Exp $ +# $NetBSD: Makefile,v 1.2 2011/05/28 10:15:15 cheusov Exp $ PKGNAME= heirloom-tcopy-${HEIRLOOM_VER} CATEGORIES= textproc @@ -10,7 +10,7 @@ NOT_FOR_PLATFORM+= Interix-*-* .include "../../sysutils/heirloom-doc/Makefile.common" -DESCR_SRC+= DESCR +DESCR_SRC+= ${.CURDIR}/DESCR .include "../../devel/heirloom-libcommon/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |