summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorcheusov <cheusov@pkgsrc.org>2011-05-28 10:15:14 +0000
committercheusov <cheusov@pkgsrc.org>2011-05-28 10:15:14 +0000
commitea3beea0766cafdfd5aca941b6c71d8efbabd20e (patch)
tree51ac5fff30826f63f030f31c153af5093e6338e5 /math
parent032303ff7f9f3297c0a4ca053ae8adac02c3f3aa (diff)
downloadpkgsrc-ea3beea0766cafdfd5aca941b6c71d8efbabd20e.tar.gz
DESCR_SRC now contains full paths to DESCR files
Diffstat (limited to 'math')
-rw-r--r--math/heirloom-factor/Makefile4
-rw-r--r--math/heirloom-units/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/math/heirloom-factor/Makefile b/math/heirloom-factor/Makefile
index cbe85d1a38a..53b53189119 100644
--- a/math/heirloom-factor/Makefile
+++ b/math/heirloom-factor/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2011/05/28 08:40:58 cheusov Exp $
+# $NetBSD: Makefile,v 1.2 2011/05/28 10:15:14 cheusov Exp $
PKGNAME= heirloom-factor-${HEIRLOOM_VER}
CATEGORIES= math
@@ -8,7 +8,7 @@ MAKE_FLAGS+= SUBDIRS="build factor"
.include "../../sysutils/heirloom-doc/Makefile.common"
-DESCR_SRC+= DESCR
+DESCR_SRC+= ${.CURDIR}/DESCR
.include "../../devel/heirloom-libcommon/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/math/heirloom-units/Makefile b/math/heirloom-units/Makefile
index e94dce335e7..2d0f30442c2 100644
--- a/math/heirloom-units/Makefile
+++ b/math/heirloom-units/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2011/05/28 08:41:17 cheusov Exp $
+# $NetBSD: Makefile,v 1.2 2011/05/28 10:15:14 cheusov Exp $
PKGNAME= heirloom-units-${HEIRLOOM_VER}
CATEGORIES= math
@@ -8,7 +8,7 @@ MAKE_FLAGS+= SUBDIRS="build units"
.include "../../sysutils/heirloom-doc/Makefile.common"
-DESCR_SRC+= DESCR
+DESCR_SRC+= ${.CURDIR}/DESCR
.include "../../devel/heirloom-libcommon/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"