diff options
author | lioux <lioux@FreeBSD.org> | 2002-11-11 00:48:51 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-11-11 00:48:51 +0800 |
commit | a882364f2403bc9d88e823745313b7de799bd176 (patch) | |
tree | dd5369640affc2ebaee3c07f6b9fa0a103a5c028 /mbone | |
parent | 3e65dfafbbc43ca7f1b56d2c5f043af567b691c7 (diff) | |
download | freebsd-ports-gnome-a882364f2403bc9d88e823745313b7de799bd176.tar.gz freebsd-ports-gnome-a882364f2403bc9d88e823745313b7de799bd176.tar.zst freebsd-ports-gnome-a882364f2403bc9d88e823745313b7de799bd176.zip |
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)
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/speak_freely/Makefile | 2 | ||||
-rw-r--r-- | mbone/speak_freely/pkg-comment | 1 | ||||
-rw-r--r-- | mbone/wbd/Makefile | 2 | ||||
-rw-r--r-- | mbone/wbd/pkg-comment | 1 |
4 files changed, 2 insertions, 4 deletions
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 |