diff options
author | obache <obache> | 2011-01-13 08:56:19 +0000 |
---|---|---|
committer | obache <obache> | 2011-01-13 08:56:19 +0000 |
commit | 1841ec71431950fb95dacec6a08fceae10a67c5a (patch) | |
tree | d9b75a2d99b9f3d91acfc721efc0c0b0682b95fd /archivers | |
parent | 114bb6d93ef40d4aa6890516f06978ca076df99d (diff) | |
download | pkgsrc-1841ec71431950fb95dacec6a08fceae10a67c5a.tar.gz |
Honor PKGMANDIR, per PR#44380.
Diffstat (limited to 'archivers')
-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" |