diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-03 09:32:27 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-03 09:32:27 +0000 |
commit | 489b59cba6362c86e796f9a58f8d9ef491195f36 (patch) | |
tree | 1347382185b7dcb56d9699b4a7335b5ba324f25d /chinese/cxterm | |
parent | 2e16759974494e5068b3c7d1f9debcd253560a41 (diff) | |
download | ports-489b59cba6362c86e796f9a58f8d9ef491195f36.tar.gz ports-489b59cba6362c86e796f9a58f8d9ef491195f36.zip |
Don't install the fonts that are part of the X11R6 misc fonts dist.
Change to use COMPRESS_MAN.
Requested by: Satoshi
Notes
Notes:
svn path=/head/; revision=4274
Diffstat (limited to 'chinese/cxterm')
-rw-r--r-- | chinese/cxterm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/cxterm/Makefile b/chinese/cxterm/Makefile index 57d0efe64d05..880904567026 100644 --- a/chinese/cxterm/Makefile +++ b/chinese/cxterm/Makefile @@ -3,7 +3,7 @@ # Date created: Sat Aug 10, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.2 1996/10/16 02:25:40 chuckr Exp $ +# $Id: Makefile,v 1.3 1996/10/16 12:55:54 chuckr Exp $ # DISTNAME= cxterm5.0.p3 @@ -34,7 +34,7 @@ post-install: ${INSTALL_DATA} ${WRKDIR}/CXterm.ad \ ${PREFIX}/lib/X11/cxterm.dic/ .if !defined(NOPORTDOCS) - mkdir -p ${PREFIX}/share/doc/cxterm + ${MKDIR} ${PREFIX}/share/doc/cxterm ${INSTALL_DATA} ${WRKSRC}/Doc/CXTERM.FAQ ${PREFIX}/share/doc/cxterm ${INSTALL_DATA} ${WRKSRC}/Doc/input.doc ${PREFIX}/share/doc/cxterm .endif |