diff options
author | trevor <trevor@FreeBSD.org> | 2004-03-09 16:21:16 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-03-09 16:21:16 +0000 |
commit | 48f56d2856f0716ff7943e16406ef14820bb5438 (patch) | |
tree | 11df3abdc72485d6324cd3c7e4d9b4da572318a3 | |
parent | 60512a041a50c8fbdaa2d7e8bf492eeb16db561f (diff) | |
download | FreeBSD-ports-48f56d2856f0716ff7943e16406ef14820bb5438.zip FreeBSD-ports-48f56d2856f0716ff7943e16406ef14820bb5438.tar.gz |
Fix a problem caused by edwin's commit: batch builds failed with
"mbrolavox/mbrolavox-3.0.1.tar.gz is not in
/usr/ports/audio/mbrolavox/distinfo." '
-rw-r--r-- | audio/mbrolavox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mbrolavox/Makefile b/audio/mbrolavox/Makefile index c8ea2cc..8358199 100644 --- a/audio/mbrolavox/Makefile +++ b/audio/mbrolavox/Makefile @@ -8,7 +8,7 @@ PORTNAME= mbrolavox PORTVERSION= 3.0.1 CATEGORIES= audio accessibility -MASTER_SITES= # filled in later after the configure script has run +MASTER_SITES= DIST_SUBDIR= mbrolavox MAINTAINER= trevor@FreeBSD.org |