Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Feb 2014 06:11:16 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346102 - head/science/libctl
Message-ID:  <201402260611.s1Q6BGcE042364@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Wed Feb 26 06:11:16 2014
New Revision: 346102
URL: http://svnweb.freebsd.org/changeset/ports/346102
QAT: https://qat.redports.org/buildarchive/r346102/

Log:
  - Stage support

Modified:
  head/science/libctl/Makefile
  head/science/libctl/pkg-plist

Modified: head/science/libctl/Makefile
==============================================================================
--- head/science/libctl/Makefile	Wed Feb 26 05:15:17 2014	(r346101)
+++ head/science/libctl/Makefile	Wed Feb 26 06:11:16 2014	(r346102)
@@ -16,9 +16,6 @@ USES=		fortran
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 
-MAN1=		gen-ctl-io.1
-
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "sparc64"
@@ -30,13 +27,9 @@ BROKEN=		does not link due to libtool no
 .endif
 
 post-install:
-.if !defined(NOPORTDOCS)
-	@${MKDIR} ${DOCSDIR}
-	${CP} -R ${WRKSRC}/doc/ ${DOCSDIR}
-.endif
-.if !defined(NOPORTEXAMPLES)
-	@${MKDIR} ${EXAMPLESDIR}
-	${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR}
-.endif
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${CP} -R ${WRKSRC}/doc/ ${STAGEDIR}${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+	${CP} -R ${WRKSRC}/examples/ ${STAGEDIR}${EXAMPLESDIR}
 
 .include <bsd.port.post.mk>

Modified: head/science/libctl/pkg-plist
==============================================================================
--- head/science/libctl/pkg-plist	Wed Feb 26 05:15:17 2014	(r346101)
+++ head/science/libctl/pkg-plist	Wed Feb 26 06:11:16 2014	(r346102)
@@ -10,6 +10,7 @@ lib/libctlgeom.a
 lib/libctlgeom.la
 lib/libctlgeom.so
 lib/libctlgeom.so.5
+man/man1/gen-ctl-io.1.gz
 %%PORTDOCS%%%%DOCSDIR%%/advanced-user.html
 %%PORTDOCS%%%%DOCSDIR%%/basic-user.html
 %%PORTDOCS%%%%DOCSDIR%%/developer.html



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