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 /audio/vat | |
parent | 44bab554424ac7bb53311e5b4759d26455961887 (diff) | |
download | ports-92cb14961276109a5c384faad8b01035e6c9a243.tar.gz ports-92cb14961276109a5c384faad8b01035e6c9a243.zip |
Notes
Diffstat (limited to 'audio/vat')
-rw-r--r-- | audio/vat/Makefile | 7 |
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> |