diff options
Diffstat (limited to 'textproc/heirloom-wc/Makefile')
-rw-r--r-- | textproc/heirloom-wc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/heirloom-wc/Makefile b/textproc/heirloom-wc/Makefile index a86077f0d01..25623fbfbc8 100644 --- a/textproc/heirloom-wc/Makefile +++ b/textproc/heirloom-wc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/05/28 08:19:29 cheusov Exp $ +# $NetBSD: Makefile,v 1.2 2011/05/28 10:15:24 cheusov Exp $ PKGNAME= heirloom-wc-${HEIRLOOM_VER} CATEGORIES= textproc @@ -7,7 +7,7 @@ MAKE_FLAGS+= SUBDIRS="build wc" .include "../../sysutils/heirloom-doc/Makefile.common" -DESCR_SRC+= DESCR +DESCR_SRC+= ${.CURDIR}/DESCR .include "../../devel/heirloom-libcommon/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |