diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2009-07-08 17:22:30 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2009-07-08 17:22:30 +0800 |
commit | 38c321f008e812793bab15acd3f549a0e49c6b15 (patch) | |
tree | cac2afa37771942cd6ffdc64d5b917eaa0740f35 /textproc | |
parent | 74b0b9aedc53b413462f9528978319e488925f24 (diff) | |
download | freebsd-ports-gnome-38c321f008e812793bab15acd3f549a0e49c6b15.tar.gz freebsd-ports-gnome-38c321f008e812793bab15acd3f549a0e49c6b15.tar.zst freebsd-ports-gnome-38c321f008e812793bab15acd3f549a0e49c6b15.zip |
- Use checksum file under lang/python${PYTHON_SUFFIX}/,
for removal lang/python/distinfo
PR: ports/136202
Submitted by: lwhsu
Approved by: perky
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-expat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-expat/Makefile b/textproc/py-expat/Makefile index 40a5d75b80bf..e6f4fb6ddc69 100644 --- a/textproc/py-expat/Makefile +++ b/textproc/py-expat/Makefile @@ -26,7 +26,7 @@ USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= pyexpat PYDISTUTILS_PKGVERSION= 0.0.0 WRKSRC= ${PYTHON_WRKSRC}/Modules -MD5_FILE= ${PORTSDIR}/lang/python/distinfo +MD5_FILE= ${PORTSDIR}/lang/python${PYTHON_SUFFIX}/distinfo post-extract: @${CP} ${FILESDIR}/setup.py ${WRKSRC} |