From c7bd24ea573c162e4af3e0a5e957f5ed1855d121 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Sat, 19 Feb 2005 07:08:46 +0000 Subject: Fix package build. PR: ports/77694 Submitted by: Sam Lawrance --- math/emc2/Makefile | 4 ++-- math/emc2/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'math/emc2') diff --git a/math/emc2/Makefile b/math/emc2/Makefile index 395f03f61fd9..1cd80e6d32d4 100644 --- a/math/emc2/Makefile +++ b/math/emc2/Makefile @@ -7,7 +7,7 @@ PORTNAME= emc2 PORTVERSION= 2.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math science MASTER_SITES= http://www-rocq1.inria.fr/gamma/cdrom/ftp/emc2/ .if !defined(NOPORTDOCS) @@ -36,7 +36,7 @@ post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${DOCSDIR} -.for doc in ${PORTNAME}.doc.en.ps.gz ${PORTNAME}.doc.fr.ps.gz +.for doc in ${PORTNAME}-doc-en.ps.gz ${PORTNAME}-doc-fr.ps.gz @${INSTALL_DATA} ${DISTDIR}/${doc} ${DOCSDIR} .endfor @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." diff --git a/math/emc2/pkg-plist b/math/emc2/pkg-plist index aa9a9abfd510..560727d4307a 100644 --- a/math/emc2/pkg-plist +++ b/math/emc2/pkg-plist @@ -1,8 +1,8 @@ bin/emc2 bin/prf_f3d %%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT -%%PORTDOCS%%%%DOCSDIR%%/emc2.doc.en.ps.gz -%%PORTDOCS%%%%DOCSDIR%%/emc2.doc.fr.ps.gz +%%PORTDOCS%%%%DOCSDIR%%/emc2-doc-en.ps.gz +%%PORTDOCS%%%%DOCSDIR%%/emc2-doc-fr.ps.gz %%PORTDOCS%%%%EXAMPLESDIR%%/c.emc2_bd %%PORTDOCS%%%%EXAMPLESDIR%%/cooler.emc2_bd %%PORTDOCS%%%%EXAMPLESDIR%%/culot1.emc2_bd -- cgit v1.2.3