diff options
author | cjep <cjep> | 2003-01-10 07:49:51 +0000 |
---|---|---|
committer | cjep <cjep> | 2003-01-10 07:49:51 +0000 |
commit | 6b3cbfaa6d1b6065510a3633b7177f91c823d326 (patch) | |
tree | 5edb43831494e2beb58df4ad7514418a8616e82b /sysutils/mc | |
parent | 8ab925b3cf9bca72abea556f12c34b50765759e2 (diff) | |
download | pkgsrc-6b3cbfaa6d1b6065510a3633b7177f91c823d326.tar.gz |
USE_PKGLOCALEDIR=yes
Diffstat (limited to 'sysutils/mc')
-rw-r--r-- | sysutils/mc/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/mc/Makefile.common b/sysutils/mc/Makefile.common index 1c7f309b1dc..c61d685c556 100644 --- a/sysutils/mc/Makefile.common +++ b/sysutils/mc/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.17 2002/10/23 10:38:37 bouyer Exp $ +# $NetBSD: Makefile.common,v 1.18 2003/01/10 07:52:18 cjep Exp $ DISTNAME= mc-4.5.51 CATEGORIES+= sysutils @@ -15,6 +15,7 @@ DISTINFO_FILE= ${.CURDIR}/../../sysutils/mc/distinfo PATCHDIR= ${.CURDIR}/../../sysutils/mc/patches USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= yes USE_GMAKE= yes GNU_CONFIGURE= # defined |