diff options
author | obache <obache@pkgsrc.org> | 2011-01-13 08:56:19 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-01-13 08:56:19 +0000 |
commit | 7fbbcf229302cd5b6c6e132d08b203d1a1ea8d33 (patch) | |
tree | d9b75a2d99b9f3d91acfc721efc0c0b0682b95fd /archivers/star | |
parent | 2043fa6c21950135a62cf91b89a327b36beb8f1d (diff) | |
download | pkgsrc-7fbbcf229302cd5b6c6e132d08b203d1a1ea8d33.tar.gz |
Honor PKGMANDIR, per PR#44380.
Diffstat (limited to 'archivers/star')
-rw-r--r-- | archivers/star/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/star/Makefile b/archivers/star/Makefile index 1e9fb3f1653..def5d1d1ade 100644 --- a/archivers/star/Makefile +++ b/archivers/star/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2009/02/10 00:07:37 joerg Exp $ +# $NetBSD: Makefile,v 1.24 2011/01/13 08:56:19 obache Exp $ # DISTNAME= star-1.4.3 @@ -15,6 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= gmake MAKE_FLAGS+= INS_BASE=${DESTDIR}${PREFIX} +MAKE_FLAGS+= MANDIR=${PKGMANDIR} .include "../../mk/bsd.prefs.mk" |