From 25aa105559c05fb763fe5106165f3bab6cc06ecd Mon Sep 17 00:00:00 2001 From: sthen Date: Fri, 23 Sep 2011 20:17:20 +0000 Subject: [PATCH] I like my /etc/mk.conf .poison lines. "/usr/ports/infrastructure/mk/mk.conf", line 27: Poisoned variable REVSION is already set --- audio/py-tagpy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/audio/py-tagpy/Makefile b/audio/py-tagpy/Makefile index 545c9c83f91..38488cdf5c9 100644 --- a/audio/py-tagpy/Makefile +++ b/audio/py-tagpy/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.9 2011/09/16 08:26:11 espie Exp $ +# $OpenBSD: Makefile,v 1.10 2011/09/23 20:17:20 sthen Exp $ COMMENT= Python bindings to TagLib audio file tag library MODPY_EGG_VERSION = 0.94.8 DISTNAME = tagpy-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVSION = 0 +REVISION = 0 CATEGORIES = audio devel