NO_REGRESS

ok Xavier Santolaria (maintainer)
This commit is contained in:
sturm 2004-01-18 19:16:18 +00:00
parent 263fc72373
commit ebe974601d
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/10/11 12:41:48 sturm Exp $
# $OpenBSD: Makefile,v 1.2 2004/01/18 19:16:18 sturm Exp $
COMMENT= "read and manipulate ID3 tags on MP3 files with Python"
@ -20,6 +20,8 @@ PERMIT_DISTFILES_FTP= Yes
MODULES= python
NO_REGRESS= Yes
WRKSRC= ${WRKDIR}/${DISTNAME:S/py_/py-/}
post-install:

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/07/28 18:16:15 sturm Exp $
# $OpenBSD: Makefile,v 1.2 2004/01/18 19:16:18 sturm Exp $
COMMENT= "Python interface to XMMS"
@ -25,6 +25,8 @@ MODPY_DISTUTILS_BUILD= build_ext
MODPY_DISTUTILS_BUILDARGS= -I${LOCALBASE}/include \
-L${LOCALBASE}/lib
NO_REGRESS= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/py-xmms
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/py-xmms