From 042a5e832eac1dfef4595193d3fffd960ef53c1b Mon Sep 17 00:00:00 2001 From: asami Date: Wed, 13 Nov 1996 12:41:39 +0000 Subject: 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. --- mbone/vat/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'mbone/vat') diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile index f98bd33db104..eb3b167a2592 100644 --- a/mbone/vat/Makefile +++ b/mbone/vat/Makefile @@ -3,11 +3,11 @@ # Date created: 2 November 1996 # Whom: fenner # -# $Id: $ +# $Id: Makefile,v 1.1.1.1 1996/11/10 21:11:47 fenner Exp $ # DISTNAME= vat-4.0b2 -CATEGORIES+= mbone +CATEGORIES= mbone MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/vat/alpha-test/ DISTFILES= vatsrc-4.0b2.tar.gz @@ -22,11 +22,10 @@ LIB_DEPENDS= tk41:${PORTSDIR}/x11/tk41 \ USE_X11= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gsm=${GSM_DIR}/work/gsm-1.0-pl10 - INSTALL_TARGET= install install-man +MAN1= vat.1 post-install: strip ${PREFIX}/bin/vat - ${COMPRESS_MAN} ${PREFIX}/man/man1/vat.1 .include -- cgit