I like my /etc/mk.conf .poison lines.

"/usr/ports/infrastructure/mk/mk.conf", line 27: Poisoned variable REVSION is already set
This commit is contained in:
sthen 2011-09-23 20:17:20 +00:00
parent 484152e9c7
commit 25aa105559

View File

@ -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 COMMENT= Python bindings to TagLib audio file tag library
MODPY_EGG_VERSION = 0.94.8 MODPY_EGG_VERSION = 0.94.8
DISTNAME = tagpy-${MODPY_EGG_VERSION} DISTNAME = tagpy-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME} PKGNAME = py-${DISTNAME}
REVSION = 0 REVISION = 0
CATEGORIES = audio devel CATEGORIES = audio devel