summaryrefslogtreecommitdiff
path: root/audio/vat
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-13 12:41:39 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-13 12:41:39 +0000
commit92cb14961276109a5c384faad8b01035e6c9a243 (patch)
tree52a6ccb1657c964ed74817c0b5617d8297802c57 /audio/vat
parentuse 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 'audio/vat')
-rw-r--r--audio/vat/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/vat/Makefile b/audio/vat/Makefile
index f98bd33db104..eb3b167a2592 100644
--- a/audio/vat/Makefile
+++ b/audio/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 <bsd.port.mk>