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