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 /x11-toolkits/blt | |
parent | 3ed0aba637059650fffd2c7f54457a8e03245198 (diff) | |
download | freebsd-ports-graphics-042a5e832eac1dfef4595193d3fffd960ef53c1b.tar.gz freebsd-ports-graphics-042a5e832eac1dfef4595193d3fffd960ef53c1b.tar.zst freebsd-ports-graphics-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 'x11-toolkits/blt')
-rw-r--r-- | x11-toolkits/blt/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/x11-toolkits/blt/Makefile b/x11-toolkits/blt/Makefile index 0fde7421971..d1aca853e32 100644 --- a/x11-toolkits/blt/Makefile +++ b/x11-toolkits/blt/Makefile @@ -3,7 +3,7 @@ # Date created: 3 August 1996 # Whom: lukin <lukin@okbmei.msk.su> # -# $Id: Makefile,v 1.8 1996/08/06 04:59:00 asami Exp $ +# $Id: Makefile,v 1.9 1996/10/16 08:32:05 asami Exp $ # DISTNAME= blt-2.1 @@ -17,14 +17,11 @@ LIB_DEPENDS= tk41\\.:${PORTSDIR}/x11/tk41 WRKSRC= ${WRKDIR}/blt2.1 GNU_CONFIGURE= yes +MANN= BLT.n barchart.n bgexec.n bitmap.n bltdebug.n busy.n \ + dragdrop.n graph.n htext.n spline.n table.n tile.n \ + vector.n watch.n winop.n post-install: /sbin/ldconfig -m ${PREFIX}/lib -.if !defined(NOMANCOMPRESS) -.for man in BLT barchart bgexec bitmap bltdebug busy dragdrop graph \ - htext spline table tile vector watch winop - gzip -9nf ${PREFIX}/man/mann/${man}.n -.endfor -.endif .include <bsd.port.mk> |