diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-05-22 20:40:52 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-05-22 20:40:52 +0000 |
commit | c7caaad738a45c27c131f8c2e680a8a99000ef02 (patch) | |
tree | daa6e69597d3d4a68e2a5c14c0a082ab86d0bc83 /audio/beep | |
parent | 4c0392f973ad28097f2827d754dfd3eba5b86351 (diff) |
Notes
Diffstat (limited to 'audio/beep')
-rw-r--r-- | audio/beep/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/beep/Makefile b/audio/beep/Makefile index a82de19d9c27..2e62cbabd031 100644 --- a/audio/beep/Makefile +++ b/audio/beep/Makefile @@ -7,7 +7,8 @@ PORTNAME= beep PORTVERSION= 1.0 CATEGORIES= audio -MASTER_SITES= ftp://ftp.ugh.net.au/pub/unix/beep/ +MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \ + http://ftp.osuosl.org/pub/FreeBSD/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= Beeps a certain duration and pitch out of the PC Speaker |