diff options
Diffstat (limited to 'math/xppaut')
-rw-r--r-- | math/xppaut/Makefile | 2 | ||||
-rw-r--r-- | math/xppaut/files/patch-Makefile | 4 | ||||
-rw-r--r-- | math/xppaut/pkg-plist | 1 |
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 |