diff options
author | markd <markd@pkgsrc.org> | 2007-01-27 20:46:52 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2007-01-27 20:46:52 +0000 |
commit | e00ec6ce351e5be2e3a6203dc7bbc558ab8efc50 (patch) | |
tree | ae7aae96f45205256cfca89c3af879d41fdcac7a /audio | |
parent | 320f3f994fd92f66e9666e461858cc8696a7ec3a (diff) | |
download | pkgsrc-e00ec6ce351e5be2e3a6203dc7bbc558ab8efc50.tar.gz |
Revert the attempt to set MANPATH. It only applied to some parts of the
the tree resulting in some manual pages being installed into different
path than the others. I see rillig has reverted his equivalent patch
in mk/bsd.pkg.use.mk
Diffstat (limited to 'audio')
-rw-r--r-- | audio/nas/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/nas/Makefile b/audio/nas/Makefile index 339795185ff..414e00b3ad4 100644 --- a/audio/nas/Makefile +++ b/audio/nas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2006/12/27 13:37:35 joerg Exp $ +# $NetBSD: Makefile,v 1.70 2007/01/27 20:46:52 markd Exp $ DISTNAME= nas-1.8.src PKGNAME= ${DISTNAME:S/.src//} @@ -18,7 +18,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_TOOLS+= gmake perl:run USE_IMAKE= yes -MAKE_FLAGS+= MANPATH=${PREFIX}/${PKGMANDIR} PKG_SYSCONFSUBDIR= nas |