diff options
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/imm/Makefile | 4 | ||||
-rw-r--r-- | mbone/nte/Makefile | 4 | ||||
-rw-r--r-- | mbone/sdr/Makefile | 4 | ||||
-rw-r--r-- | mbone/speak_freely/Makefile | 8 | ||||
-rw-r--r-- | mbone/vic/Makefile | 4 | ||||
-rw-r--r-- | mbone/wb/Makefile | 4 |
6 files changed, 12 insertions, 16 deletions
diff --git a/mbone/imm/Makefile b/mbone/imm/Makefile index b2aaa4110b58..88488dc14876 100644 --- a/mbone/imm/Makefile +++ b/mbone/imm/Makefile @@ -3,11 +3,11 @@ # Date created: 13 October 1994 # Whom: wollman # -# $Id: Makefile,v 1.7 1996/11/07 12:25:45 asami Exp $ +# $Id: Makefile,v 1.8 1996/11/11 07:05:28 asami Exp $ # DISTNAME= imm-3.3 -CATEGORIES+= mbone +CATEGORIES= mbone MASTER_SITES= ftp://ftp.ucs.ed.ac.uk/pub/videoconference/imm/ DISTFILES= imm.src.tar.Z diff --git a/mbone/nte/Makefile b/mbone/nte/Makefile index b9ace9939754..6e7b7ae2407b 100644 --- a/mbone/nte/Makefile +++ b/mbone/nte/Makefile @@ -3,12 +3,12 @@ # Date created: 5 September 1996 # Whom: Bill Fenner <fenner@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/11/10 21:14:51 fenner Exp $ # DISTNAME= nt.1.5a23 PKGNAME= nte-1.5a23 -CATEGORIES+= mbone +CATEGORIES= mbone MASTER_SITES= ftp://cs.ucl.ac.uk/mice/nte/ RESTRICTED= "Contains DES encryption" diff --git a/mbone/sdr/Makefile b/mbone/sdr/Makefile index d24bad61947e..a0141ce495e3 100644 --- a/mbone/sdr/Makefile +++ b/mbone/sdr/Makefile @@ -3,12 +3,12 @@ # Date created: 5 September 1996 # Whom: Bill Fenner <fenner@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/11/10 21:16:46 fenner Exp $ # DISTNAME= sdr.V2.3a1 PKGNAME= sdr-2.3a1 -CATEGORIES+= mbone +CATEGORIES= mbone MASTER_SITES= ftp://cs.ucl.ac.uk/mice/sdr/ RESTRICTED= "Contains DES encryption" diff --git a/mbone/speak_freely/Makefile b/mbone/speak_freely/Makefile index f46be7b0f3b5..5e968297b445 100644 --- a/mbone/speak_freely/Makefile +++ b/mbone/speak_freely/Makefile @@ -4,7 +4,7 @@ # Date created: 18 Apr 1996 # Whom: ache # -# $Id: Makefile,v 1.1.1.1 1996/11/11 23:17:38 ache Exp $ +# $Id: Makefile,v 1.2 1996/11/11 23:24:31 ache Exp $ # DISTNAME= speak_freely-6.1b @@ -19,6 +19,7 @@ UTILS= sfspeaker sfmike sflwl DEMNS= sfecho sflwld DDEMNS= sfvod SFLIB= ${PREFIX}/lib/speak_freely +MAN1= ${UTILS:S/$/.1/} ${DEMNS:S/$/.1/} ${DDEMNS:S/$/.1/} do-install: if [ ! -d ${SFLIB} ]; then \ @@ -41,10 +42,5 @@ do-install: $(INSTALL_SCRIPT) $$p ${PREFIX}/sbin; \ $(INSTALL_MAN) $$p.1 ${PREFIX}/man/man1; \ done; -.if !defined(NOMANCOMPRESS) - for p in ${UTILS} ${DEMNS} ${DDEMNS}; do \ - gzip -9nf ${PREFIX}/man/man1/$$p.1; \ - done -.endif .include <bsd.port.mk> diff --git a/mbone/vic/Makefile b/mbone/vic/Makefile index a1892ebe338f..4dd2af16c988 100644 --- a/mbone/vic/Makefile +++ b/mbone/vic/Makefile @@ -3,11 +3,11 @@ # Date created: 14 December 1994 # Whom: wollman # -# $Id: Makefile,v 1.8 1996/11/07 12:27:06 asami Exp $ +# $Id: Makefile,v 1.9 1996/11/13 12:41:20 asami Exp $ # DISTNAME= vic-2.8 -CATEGORIES+= mbone +CATEGORIES= mbone MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/vic/ DISTFILES= vicsrc-2.8.tar.gz diff --git a/mbone/wb/Makefile b/mbone/wb/Makefile index c4d92ce6c6e2..181bba230e0d 100644 --- a/mbone/wb/Makefile +++ b/mbone/wb/Makefile @@ -3,11 +3,11 @@ # Date created: 2 Novermber 1996 # Whom: fenner # -# $Id: $ +# $Id: Makefile,v 1.1.1.1 1996/11/10 21:13:06 fenner Exp $ # DISTNAME= wb-1.59 -CATEGORIES+= mbone +CATEGORIES= mbone MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/wb/ DISTFILES= i386-wb-1.59.tar.Z |