From a882364f2403bc9d88e823745313b7de799bd176 Mon Sep 17 00:00:00 2001 From: lioux Date: Sun, 10 Nov 2002 16:48:51 +0000 Subject: o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) --- mbone/speak_freely/Makefile | 2 -- mbone/speak_freely/pkg-comment | 1 + mbone/wbd/Makefile | 2 -- mbone/wbd/pkg-comment | 1 + 4 files changed, 2 insertions(+), 4 deletions(-) create mode 100644 mbone/speak_freely/pkg-comment create mode 100644 mbone/wbd/pkg-comment (limited to 'mbone') diff --git a/mbone/speak_freely/Makefile b/mbone/speak_freely/Makefile index 3b9a9cf2e923..56ddd107a7af 100644 --- a/mbone/speak_freely/Makefile +++ b/mbone/speak_freely/Makefile @@ -12,8 +12,6 @@ MASTER_SITES= http://www.fourmilab.ch/speakfree/unix/ MAINTAINER= ports@FreeBSD.org -PORTCOMMENT= Voice Communication Over Data Networks - LIB_DEPENDS= gsm.1:${PORTSDIR}/audio/gsm UTILS= sfspeaker sfmike sflwl sflaunch diff --git a/mbone/speak_freely/pkg-comment b/mbone/speak_freely/pkg-comment new file mode 100644 index 000000000000..131b6287c617 --- /dev/null +++ b/mbone/speak_freely/pkg-comment @@ -0,0 +1 @@ +Voice Communication Over Data Networks diff --git a/mbone/wbd/Makefile b/mbone/wbd/Makefile index d91eed022c47..e3519336402b 100644 --- a/mbone/wbd/Makefile +++ b/mbone/wbd/Makefile @@ -13,8 +13,6 @@ DISTNAME= wbd-1.0ucl4 MAINTAINER= ports@FreeBSD.org -PORTCOMMENT= A shared drawing (whiteboard) tool using multicast, compatible with wb - LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 WRKSRC= ${WRKDIR}/wbd diff --git a/mbone/wbd/pkg-comment b/mbone/wbd/pkg-comment new file mode 100644 index 000000000000..33b258f29d82 --- /dev/null +++ b/mbone/wbd/pkg-comment @@ -0,0 +1 @@ +A shared drawing (whiteboard) tool using multicast, compatible with wb -- cgit