diff options
Diffstat (limited to 'textproc/heirloom-sed/Makefile')
-rw-r--r-- | textproc/heirloom-sed/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/heirloom-sed/Makefile b/textproc/heirloom-sed/Makefile index 1bfe88fc908..fa3bd67f9c2 100644 --- a/textproc/heirloom-sed/Makefile +++ b/textproc/heirloom-sed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/05/28 08:17:44 cheusov Exp $ +# $NetBSD: Makefile,v 1.2 2011/05/28 10:15:23 cheusov Exp $ PKGNAME= heirloom-sed-${HEIRLOOM_VER} CATEGORIES= textproc lang @@ -10,7 +10,7 @@ NEED_LIBUXRE= 1 .include "../../sysutils/heirloom-doc/Makefile.common" -DESCR_SRC+= DESCR +DESCR_SRC+= ${.CURDIR}/DESCR .include "../../devel/heirloom-libcommon/buildlink3.mk" .include "../../devel/libuxre/buildlink3.mk" |