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 /x11-toolkits/blt | |
parent | 44bab554424ac7bb53311e5b4759d26455961887 (diff) | |
download | ports-92cb14961276109a5c384faad8b01035e6c9a243.tar.gz ports-92cb14961276109a5c384faad8b01035e6c9a243.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.
Notes
Notes:
svn path=/head/; revision=4440
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 0fde7421971c..d1aca853e329 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> |