diff options
author | asami <asami@FreeBSD.org> | 1996-11-13 20:41:39 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-13 20:41:39 +0800 |
commit | 042a5e832eac1dfef4595193d3fffd960ef53c1b (patch) | |
tree | 7ae602bbca92eda42ce423e98ed1c217b42a7352 /japanese/mule-sj3 | |
parent | 3ed0aba637059650fffd2c7f54457a8e03245198 (diff) | |
download | freebsd-ports-gnome-042a5e832eac1dfef4595193d3fffd960ef53c1b.tar.gz freebsd-ports-gnome-042a5e832eac1dfef4595193d3fffd960ef53c1b.tar.zst freebsd-ports-gnome-042a5e832eac1dfef4595193d3fffd960ef53c1b.zip |
Fix Makefiles to work with new bsd.port.mk. Mostly just replacing
${COMPRESS_MAN} so they will at least work. I will come back later
and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
Diffstat (limited to 'japanese/mule-sj3')
-rw-r--r-- | japanese/mule-sj3/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/japanese/mule-sj3/Makefile b/japanese/mule-sj3/Makefile index 031fcc4927c1..b60ef6375bae 100644 --- a/japanese/mule-sj3/Makefile +++ b/japanese/mule-sj3/Makefile @@ -3,7 +3,7 @@ # Date created: 8 August 1996 # Whom: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp> # -# $Id: Makefile,v 1.1.1.1 1996/08/19 11:56:49 asami Exp $ +# $Id: Makefile,v 1.2 1996/11/11 10:12:31 max Exp $ # DISTNAME= mule-2.3 @@ -24,6 +24,7 @@ CONFIGURE_ARGS= i386--freebsd --with-x-toolkit \ --sj3 --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 \{} \; @@ -36,12 +37,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> |