diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-13 12:41:39 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-13 12:41:39 +0000 |
commit | 92cb14961276109a5c384faad8b01035e6c9a243 (patch) | |
tree | 52a6ccb1657c964ed74817c0b5617d8297802c57 /japanese/mule-wnn7 | |
parent | 44bab554424ac7bb53311e5b4759d26455961887 (diff) | |
download | ports-92cb14961276109a5c384faad8b01035e6c9a243.tar.gz ports-92cb14961276109a5c384faad8b01035e6c9a243.zip |
Notes
Diffstat (limited to 'japanese/mule-wnn7')
-rw-r--r-- | japanese/mule-wnn7/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/japanese/mule-wnn7/Makefile b/japanese/mule-wnn7/Makefile index a8f604ce51b3..5dedba42f286 100644 --- a/japanese/mule-wnn7/Makefile +++ b/japanese/mule-wnn7/Makefile @@ -3,7 +3,7 @@ # Date created: 22 November 1994 # Whom: Satoshi Asami (asami) # -# $Id: Makefile,v 1.24 1996/08/16 09:43:57 asami Exp $ +# $Id: Makefile,v 1.25 1996/11/11 10:12:33 max Exp $ # DISTNAME= mule-2.3 @@ -25,6 +25,7 @@ CONFIGURE_ARGS= i386--freebsd --with-x-toolkit \ --wnn-includes=/usr/X11R6/include/wnn --terminal-face \ --locallisppath=${PREFIX}/lib/mule/site-lisp:${PREFIX}/share/emacs/site-lisp STRIP= +MAN1= coco.1 ctags.1 etags.1 m2ps.1 mule.1 pre-build: find ${WRKSRC} -name \*.orig -exec /bin/rm -f \{} \; @@ -37,12 +38,5 @@ post-install: strip ${PREFIX}/bin/etags strip ${PREFIX}/bin/m2ps strip ${PREFIX}/bin/mule-19.28 -.if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/man1/coco.1 - gzip -9nf ${PREFIX}/man/man1/ctags.1 - gzip -9nf ${PREFIX}/man/man1/etags.1 - gzip -9nf ${PREFIX}/man/man1/m2ps.1 - gzip -9nf ${PREFIX}/man/man1/mule.1 -.endif .include <bsd.port.mk> |