diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-03 09:32:27 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-03 09:32:27 +0000 |
commit | e55566ec3844e56bf38fc768639f8915e6b5d4a0 (patch) | |
tree | a5735085f68a73c8093733e571edce480539d28e /chinese/cxterm | |
parent | fe244b106f98f324e5cf6adb4b2add1ef4159ca2 (diff) | |
download | FreeBSD-ports-e55566ec3844e56bf38fc768639f8915e6b5d4a0.zip FreeBSD-ports-e55566ec3844e56bf38fc768639f8915e6b5d4a0.tar.gz |
Don't install the fonts that are part of the X11R6 misc fonts dist.
Change to use COMPRESS_MAN.
Requested by: Satoshi
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 57d0efe..8809045 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 |