aboutsummaryrefslogtreecommitdiff
path: root/math/xppaut
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2014-01-26 23:07:48 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2014-01-26 23:07:48 +0000
commite76252d3efbe1272cc1c0965ac99228184e800ee (patch)
tree2bbe4f0a3ce7411a8912009eaaa4abb3a763cf07 /math/xppaut
parentf64710221108b8a40f9b6bdb2a99c807e23eae24 (diff)
downloadports-e76252d3efbe1272cc1c0965ac99228184e800ee.tar.gz
ports-e76252d3efbe1272cc1c0965ac99228184e800ee.zip
Notes
Diffstat (limited to 'math/xppaut')
-rw-r--r--math/xppaut/Makefile2
-rw-r--r--math/xppaut/files/patch-Makefile4
-rw-r--r--math/xppaut/pkg-plist1
3 files changed, 3 insertions, 4 deletions
diff --git a/math/xppaut/Makefile b/math/xppaut/Makefile
index ea6277237303..20bbd21b568c 100644
--- a/math/xppaut/Makefile
+++ b/math/xppaut/Makefile
@@ -10,7 +10,6 @@ DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= stephen@FreeBSD.org
COMMENT= Graphical tool for solving differential equations, etc
-MAN1= xppaut.1
USE_XORG= xbitmaps x11 xproto
CFLAGS+= -w -Wno-return-type
WRKSRC= ${WRKDIR}
@@ -23,5 +22,4 @@ MAKE_ENV+= NOPORTDOCS=yes
MAKE_ENV+= NOPORTEXAMPLES=yes
.endif
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/math/xppaut/files/patch-Makefile b/math/xppaut/files/patch-Makefile
index 588c296aede3..37e2ce826ec7 100644
--- a/math/xppaut/files/patch-Makefile
+++ b/math/xppaut/files/patch-Makefile
@@ -49,7 +49,7 @@
#mkdir -p /usr/X11R6/man/man1
mkdir -p $(DESTDIR)$(MANDIR)
+.ifndef NOPORTEXAMPLES
-+ mkdir -p $(EXAMPLESDIR)
++ mkdir -p $(DESTDIR)$(EXAMPLESDIR)
+.endif
+
# Put everything home
@@ -57,7 +57,7 @@
install -m 755 xppaut $(DESTDIR)$(BINDIR)
- cp -r ode* $(DESTDIR)$(DOCDIR)/examples
+.ifndef NOPORTEXAMPLES
-+ cp -r ode* $(EXAMPLESDIR)
++ cp -r ode* $(DESTDIR)$(EXAMPLESDIR)
+.endif
+.ifndef NOPORTDOCS
cp -r help/* $(DESTDIR)$(DOCDIR)/html
diff --git a/math/xppaut/pkg-plist b/math/xppaut/pkg-plist
index 04bb158dde55..222e7ae9f325 100644
--- a/math/xppaut/pkg-plist
+++ b/math/xppaut/pkg-plist
@@ -1,4 +1,5 @@
bin/xppaut
+man/man1/xppaut.1.gz
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/tree.pdf
%%PORTDOCS%%%%DOCSDIR%%/html/keys.html