diff options
author | cheusov <cheusov@pkgsrc.org> | 2011-05-28 10:15:14 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2011-05-28 10:15:14 +0000 |
commit | ea3beea0766cafdfd5aca941b6c71d8efbabd20e (patch) | |
tree | 51ac5fff30826f63f030f31c153af5093e6338e5 /textproc/heirloom-ul | |
parent | 032303ff7f9f3297c0a4ca053ae8adac02c3f3aa (diff) | |
download | pkgsrc-ea3beea0766cafdfd5aca941b6c71d8efbabd20e.tar.gz |
DESCR_SRC now contains full paths to DESCR files
Diffstat (limited to 'textproc/heirloom-ul')
-rw-r--r-- | textproc/heirloom-ul/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/heirloom-ul/Makefile b/textproc/heirloom-ul/Makefile index a736dc210b8..b3b5873993c 100644 --- a/textproc/heirloom-ul/Makefile +++ b/textproc/heirloom-ul/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/05/28 08:18:50 cheusov Exp $ +# $NetBSD: Makefile,v 1.2 2011/05/28 10:15:24 cheusov Exp $ PKGNAME= heirloom-ul-${HEIRLOOM_VER} CATEGORIES= textproc @@ -10,7 +10,7 @@ NEED_LIBCURSES= 1 .include "../../sysutils/heirloom-doc/Makefile.common" -DESCR_SRC+= DESCR +DESCR_SRC+= ${.CURDIR}/DESCR .include "../../devel/heirloom-libcommon/buildlink3.mk" .include "../../mk/curses.buildlink3.mk" |