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