diff options
Diffstat (limited to 'math/mathomatic')
-rw-r--r-- | math/mathomatic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index cc6bf9b87af..823632b0c18 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.103 2015/08/18 07:31:12 wiz Exp $ +# $NetBSD: Makefile,v 1.104 2018/01/01 18:16:37 rillig Exp $ # DISTNAME= mathomatic-16.0.4 @@ -15,7 +15,7 @@ LICENSE= gnu-lgpl-v2.1 NO_CONFIGURE= yes MAKE_FILE= makefile USE_TOOLS+= gmake -INSTALL_ENV+= prefix=$(PREFIX) mandir=$(DESTDIR)$(PREFIX)/$(PKGMANDIR) +INSTALL_ENV+= prefix=${PREFIX} mandir=${DESTDIR}${PREFIX}/${PKGMANDIR} CFLAGS.SunOS+= -DSOLARIS |