oops, backout: copy-and-pasto, and I missed the files in share/,
spotted by rpointel
This commit is contained in:
parent
1a90cb8485
commit
a30bc0e114
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2017/04/07 22:01:11 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2017/04/08 06:52:18 sthen Exp $
|
||||
|
||||
COMMENT = ForensicArtifacts.com Artifact Repository
|
||||
|
||||
MODPY_EGG_VERSION = 20161022
|
||||
DISTNAME = artifacts-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
REVISION = 1
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = security
|
||||
|
||||
@ -27,8 +27,4 @@ RUN_DEPENDS = textproc/py-yaml${MODPY_FLAVOR}
|
||||
TEST_DEPENDS = ${RUN_DEPENDS}
|
||||
MAKE_ENV += LC_CTYPE='en_US.UTF-8'
|
||||
|
||||
post-install:
|
||||
mv ${PREFIX}/bin/stats.py ${PREFIX}/bin/bin/stats.py${MODPY_BIN_SUFFIX}
|
||||
mv ${PREFIX}/bin/validator.py ${PREFIX}/bin/validator.py${MODPY_BIN_SUFFIX}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2017/04/07 22:01:11 sthen Exp $
|
||||
bin/stats.py${MODPY_BIN_SUFFIX}
|
||||
bin/validator.py${MODPY_BIN_SUFFIX}
|
||||
@comment $OpenBSD: PLIST,v 1.4 2017/04/08 06:52:18 sthen Exp $
|
||||
@conflict py-artifacts-*
|
||||
@conflict py3-artifacts-*
|
||||
bin/stats.py
|
||||
bin/validator.py
|
||||
lib/python${MODPY_VERSION}/site-packages/artifacts/
|
||||
lib/python${MODPY_VERSION}/site-packages/artifacts-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/artifacts-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
|
Loading…
x
Reference in New Issue
Block a user