diff options
author | asami <asami@FreeBSD.org> | 1996-11-13 20:41:39 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-13 20:41:39 +0800 |
commit | 042a5e832eac1dfef4595193d3fffd960ef53c1b (patch) | |
tree | 7ae602bbca92eda42ce423e98ed1c217b42a7352 /mbone | |
parent | 3ed0aba637059650fffd2c7f54457a8e03245198 (diff) | |
download | freebsd-ports-gnome-042a5e832eac1dfef4595193d3fffd960ef53c1b.tar.gz freebsd-ports-gnome-042a5e832eac1dfef4595193d3fffd960ef53c1b.tar.zst freebsd-ports-gnome-042a5e832eac1dfef4595193d3fffd960ef53c1b.zip |
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.
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/rtpmon/Makefile | 6 | ||||
-rw-r--r-- | mbone/vat/Makefile | 7 | ||||
-rw-r--r-- | mbone/vic/Makefile | 8 |
3 files changed, 10 insertions, 11 deletions
diff --git a/mbone/rtpmon/Makefile b/mbone/rtpmon/Makefile index 0aa6e8d4c4e4..05e0349af5bc 100644 --- a/mbone/rtpmon/Makefile +++ b/mbone/rtpmon/Makefile @@ -3,11 +3,11 @@ # Date created: 1 November 1996 # Whom: Bill Fenner <fenner@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/11/10 21:10:46 fenner Exp $ # DISTNAME= rtpmon-1.0a5 -CATEGORIES+= mbone +CATEGORIES= mbone MASTER_SITES= ftp://mm-ftp.cs.berkeley.edu/pub/rtpmon/ MAINTAINER= fenner@FreeBSD.org @@ -16,9 +16,9 @@ LIB_DEPENDS= tk41\\.1:${PORTSDIR}/x11/tk41 GNU_CONFIGURE= yes USE_X11= yes +MAN1= rtpmon.1 post-install: strip ${PREFIX}/bin/rtpmon - ${COMPRESS_MAN} ${PREFIX}/man/man1/rtpmon.1 .include <bsd.port.mk> 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 <bsd.port.mk> 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> |