summaryrefslogtreecommitdiff
path: root/cad/felt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cad/felt/Makefile')
-rw-r--r--cad/felt/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/cad/felt/Makefile b/cad/felt/Makefile
index b4ee13da4a81..ce834e6faec3 100644
--- a/cad/felt/Makefile
+++ b/cad/felt/Makefile
@@ -3,7 +3,7 @@
# Date created: 19 October 1996
# Whom: Pedro Giffuni
#
-# $Id: Makefile,v 1.8 1998/10/21 21:05:11 asami Exp $
+# $Id: Makefile,v 1.9 1998/11/18 10:55:45 asami Exp $
#
DISTNAME= felt-3.02
@@ -14,7 +14,7 @@ EXTRACT_SUFX= .src.tar.gz
MAINTAINER= giffunip@asme.org
-BROKEN= too few arguments to function error
+LIB_DEPENDS= Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d
WRKSRC= ${WRKDIR}/FElt-3.02
GNU_CONFIGURE= yes
@@ -29,5 +29,7 @@ post-patch:
post-install:
${MKDIR} ${PREFIX}/share/examples/FElt
${CP} ${WRKSRC}/examples/* ${PREFIX}/share/examples/FElt
+ ${MKDIR} ${PREFIX}/share/doc/FElt
+ ${CP} ${WRKSRC}/*.html ${PREFIX}/share/doc/FElt
.include <bsd.port.mk>