diff options
author | joerg <joerg@pkgsrc.org> | 2016-04-10 16:39:27 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-04-10 16:39:27 +0000 |
commit | 2cbd07f178c453f1addd2e6952430600e9ef8b97 (patch) | |
tree | ea1bcebaf94574f134b87b95b393c7c2a0a9b785 /mail/mhonarc | |
parent | 0479365b0022911c26a39da3ce8d6bd1a1894dd1 (diff) | |
download | pkgsrc-2cbd07f178c453f1addd2e6952430600e9ef8b97.tar.gz |
Adjust checks for _USE_DESTDIR != no or incorrect references to
USE_DESTDIR.
Diffstat (limited to 'mail/mhonarc')
-rw-r--r-- | mail/mhonarc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/mhonarc/Makefile b/mail/mhonarc/Makefile index 88a1e286f08..ecdfc7c0399 100644 --- a/mail/mhonarc/Makefile +++ b/mail/mhonarc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2015/09/26 14:30:24 bouyer Exp $ +# $NetBSD: Makefile,v 1.40 2016/04/10 16:39:28 joerg Exp $ DISTNAME= MHonArc-2.6.19 PKGNAME= mhonarc-2.6.19 @@ -25,9 +25,7 @@ MY_INSTALL_FLAGS+= -binpath ${PREFIX}/bin MY_INSTALL_FLAGS+= -libpath ${PREFIX}/lib/mhonarc MY_INSTALL_FLAGS+= -docpath ${PREFIX}/share/doc/mhonarc MY_INSTALL_FLAGS+= -manpath ${PREFIX}/${PKGMANDIR} -.if defined(_USE_DESTDIR) && ${_USE_DESTDIR} != "no" MY_INSTALL_FLAGS+= -root ${DESTDIR} -.endif MY_INSTALL_FLAGS+= -batch do-install: |