Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jan 2014 23:07:48 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341303 - in head/math/xppaut: . files
Message-ID:  <201401262307.s0QN7mgY082439@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Sun Jan 26 23:07:48 2014
New Revision: 341303
URL: http://svnweb.freebsd.org/changeset/ports/341303
QAT: https://qat.redports.org/buildarchive/r341303/

Log:
  - Implement staging.

Modified:
  head/math/xppaut/Makefile
  head/math/xppaut/files/patch-Makefile
  head/math/xppaut/pkg-plist

Modified: head/math/xppaut/Makefile
==============================================================================
--- head/math/xppaut/Makefile	Sun Jan 26 23:00:43 2014	(r341302)
+++ head/math/xppaut/Makefile	Sun Jan 26 23:07:48 2014	(r341303)
@@ -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>

Modified: head/math/xppaut/files/patch-Makefile
==============================================================================
--- head/math/xppaut/files/patch-Makefile	Sun Jan 26 23:00:43 2014	(r341302)
+++ head/math/xppaut/files/patch-Makefile	Sun Jan 26 23:07:48 2014	(r341303)
@@ -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

Modified: head/math/xppaut/pkg-plist
==============================================================================
--- head/math/xppaut/pkg-plist	Sun Jan 26 23:00:43 2014	(r341302)
+++ head/math/xppaut/pkg-plist	Sun Jan 26 23:07:48 2014	(r341303)
@@ -1,4 +1,5 @@
 bin/xppaut
+man/man1/xppaut.1.gz
 %%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTDOCS%%%%DOCSDIR%%/tree.pdf
 %%PORTDOCS%%%%DOCSDIR%%/html/keys.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401262307.s0QN7mgY082439>