diff options
author | maho <maho@FreeBSD.org> | 2008-07-23 14:44:44 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-07-23 14:44:44 +0800 |
commit | 3955a739ba74bea46e08df9b0fe9aa23502ffc0a (patch) | |
tree | b11a99356cc08db04e3560cb68505626d05a455f /math | |
parent | 985e63057b04bf16477b575bd7c42d89af6f50cf (diff) | |
download | freebsd-ports-gnome-3955a739ba74bea46e08df9b0fe9aa23502ffc0a.tar.gz freebsd-ports-gnome-3955a739ba74bea46e08df9b0fe9aa23502ffc0a.tar.zst freebsd-ports-gnome-3955a739ba74bea46e08df9b0fe9aa23502ffc0a.zip |
Fix build with
NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes
Spotted by: itetcu
Diffstat (limited to 'math')
-rw-r--r-- | math/octave/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 7ded2a45e0b7..6a71b2beb77c 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -106,15 +106,15 @@ post-install: ${MV} ${PREFIX}/bin/${PORTNAME}-${PORTVERSION} ${PREFIX}/libexec/${PORTNAME}/${PORTVERSION}/exec/${GNU_HOST} ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}-${PORTVERSION} ${LN} -fs ${PREFIX}/bin/${PORTNAME}-${PORTVERSION} ${PREFIX}/bin/${PORTNAME} + ${MKDIR} ${DESKTOPDIR} + ${INSTALL_DATA} ${WRKSRC}/examples/octave.desktop \ + ${DESKTOPDIR}/www.octave.org-octave.desktop .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in faq/Octave-FAQ.ps liboctave/liboctave.ps \ refcard/refcard-a4.ps refcard/refcard-legal.ps refcard/refcard-letter.ps ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR} .endfor - ${MKDIR} ${DESKTOPDIR} - ${INSTALL_DATA} ${WRKSRC}/examples/octave.desktop \ - ${DESKTOPDIR}/www.octave.org-octave.desktop .endif .include <bsd.port.post.mk> |