diff options
author | Steve Price <steve@FreeBSD.org> | 1999-01-10 18:20:16 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-01-10 18:20:16 +0000 |
commit | d037b563de98850b9cbca56f3396f385e0a14762 (patch) | |
tree | 9a454fe8268f5d3cbd9898f7b587ffd6027b139d /science/felt/Makefile | |
parent | 8a8bcef0bc1085b85f47d61f870f2850a38b7f4b (diff) | |
download | ports-d037b563de98850b9cbca56f3396f385e0a14762.tar.gz ports-d037b563de98850b9cbca56f3396f385e0a14762.zip |
Notes
Diffstat (limited to 'science/felt/Makefile')
-rw-r--r-- | science/felt/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/science/felt/Makefile b/science/felt/Makefile index 510c35354b08..c41be71bc97b 100644 --- a/science/felt/Makefile +++ b/science/felt/Makefile @@ -3,7 +3,7 @@ # Date created: 19 October 1996 # Whom: Pedro Giffuni # -# $Id$ +# $Id: Makefile,v 1.11 1998/12/26 06:29:19 flathill Exp $ # DISTNAME= felt-3.02 @@ -18,10 +18,11 @@ LIB_DEPENDS= Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d WRKSRC= ${WRKDIR}/FElt-3.02 GNU_CONFIGURE= yes +USE_X_PREFIX= yes + MAN1= burlap.1 corduroy.1 felt.1 patchwork.1 velvet.1 yardstick.1 MAN3= Drawing.3 MAN4= corduroy.4 felt.4 -#DOCS= ftp://cs.ucsd.edu/pub/felt/felt-3.02.ps.gz post-patch: ${RM} -f ${WRKSRC}/lib/Geompack/*.c |