diff options
Diffstat (limited to 'security/py-fchksum')
-rw-r--r-- | security/py-fchksum/Makefile | 1 | ||||
-rw-r--r-- | security/py-fchksum/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/security/py-fchksum/Makefile b/security/py-fchksum/Makefile index cce3317bd3ec..f24816736aca 100644 --- a/security/py-fchksum/Makefile +++ b/security/py-fchksum/Makefile @@ -16,6 +16,7 @@ DISTNAME= python-${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Python module to find the checksum of files +PLIST_FILES= lib/%%PYTHON_VERSION%%/site-packages/fchksum.so USE_PYTHON= yes USE_PYDISTUTILS= yes GNU_CONFIGURE= yes diff --git a/security/py-fchksum/pkg-plist b/security/py-fchksum/pkg-plist deleted file mode 100644 index 8d677e4add82..000000000000 --- a/security/py-fchksum/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -lib/%%PYTHON_VERSION%%/site-packages/fchksum.so |