diff options
author | naddy <naddy@FreeBSD.org> | 2003-01-19 20:28:41 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-01-19 20:28:41 +0000 |
commit | fef06e1de7e22d5ebf790e0c03539eb8858f1894 (patch) | |
tree | 8957f12037b65aa9dda0b793cdac110f64fc810a /audio/cdparanoia/Makefile | |
parent | d4b33c55b130b74846c270445ac676ed6a74cd7a (diff) | |
download | FreeBSD-ports-fef06e1de7e22d5ebf790e0c03539eb8858f1894.zip FreeBSD-ports-fef06e1de7e22d5ebf790e0c03539eb8858f1894.tar.gz |
Prevent log clobber on -STABLE machines with special drives.
PR: 47190
Submitted by: Simon Schubert <corecode@corecode.ath.cx>
Diffstat (limited to 'audio/cdparanoia/Makefile')
-rw-r--r-- | audio/cdparanoia/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/cdparanoia/Makefile b/audio/cdparanoia/Makefile index 14ff3dc..0da645c 100644 --- a/audio/cdparanoia/Makefile +++ b/audio/cdparanoia/Makefile @@ -7,7 +7,7 @@ PORTNAME= cdparanoia PORTVERSION= 3.9.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio sysutils MASTER_SITES= http://www.xiph.org/paranoia/download/ DISTNAME= ${PORTNAME}-${PORTVERSION:C/^3\./III-alpha/} |