diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-26 14:11:16 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-26 14:11:16 +0800 |
commit | 1f0a528c4888865474d42dd93aa732072cbca7a9 (patch) | |
tree | bfa64f433e6fdfa160fd8b1ad39d907302ecac09 /science/libctl | |
parent | 63e867ed020361955d9c4699e02768f39fedaed5 (diff) | |
download | freebsd-ports-gnome-1f0a528c4888865474d42dd93aa732072cbca7a9.tar.gz freebsd-ports-gnome-1f0a528c4888865474d42dd93aa732072cbca7a9.tar.zst freebsd-ports-gnome-1f0a528c4888865474d42dd93aa732072cbca7a9.zip |
- Stage support
Diffstat (limited to 'science/libctl')
-rw-r--r-- | science/libctl/Makefile | 15 | ||||
-rw-r--r-- | science/libctl/pkg-plist | 1 |
2 files changed, 5 insertions, 11 deletions
diff --git a/science/libctl/Makefile b/science/libctl/Makefile index 52590525aed5..c7fba79bdc55 100644 --- a/science/libctl/Makefile +++ b/science/libctl/Makefile @@ -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 not respecting CC .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> diff --git a/science/libctl/pkg-plist b/science/libctl/pkg-plist index b0ba4666e641..aa17735a43b2 100644 --- a/science/libctl/pkg-plist +++ b/science/libctl/pkg-plist @@ -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 |