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 /mbone/vic | |
parent | use updated net/wais (diff) |
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 'mbone/vic')
-rw-r--r-- | mbone/vic/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mbone/vic/Makefile b/mbone/vic/Makefile index f0f72a226a1f..a1892ebe338f 100644 --- a/mbone/vic/Makefile +++ b/mbone/vic/Makefile @@ -3,7 +3,7 @@ # Date created: 14 December 1994 # Whom: wollman # -# $Id: Makefile,v 1.7 1996/11/07 02:15:09 fenner Exp $ +# $Id: Makefile,v 1.8 1996/11/07 12:27:06 asami Exp $ # DISTNAME= vic-2.8 @@ -13,14 +13,14 @@ DISTFILES= vicsrc-2.8.tar.gz MAINTAINER= fenner@FreeBSD.ORG -LIB_DEPENDS= tk41:${PORTSDIR}/x11/tk41 +LIB_DEPENDS= tk41\\.1:${PORTSDIR}/x11/tk41 GNU_CONFIGURE= yes USE_X11= yes +MAN1= vic.1 post-install: strip ${PREFIX}/bin/vic strip ${PREFIX}/bin/histtolut - ${COMPRESS_MAN} ${PREFIX}/man/man1/vic.1 - + .include <bsd.port.mk> |