diff options
author | lioux <lioux@FreeBSD.org> | 2005-01-20 12:37:16 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-01-20 12:37:16 +0000 |
commit | b5bb323f951b7113acb731a5c2edda7858d7aa34 (patch) | |
tree | 011f5f62193081787cb97f7b2b68949e3ab318fb /dns/py-dnspython | |
parent | 5436d4810eac61d8722f7fa2ddb51e8e53b208b6 (diff) | |
download | FreeBSD-ports-b5bb323f951b7113acb731a5c2edda7858d7aa34.zip FreeBSD-ports-b5bb323f951b7113acb731a5c2edda7858d7aa34.tar.gz |
Remove unused/extraneous poast-extract target. No functional change
Diffstat (limited to 'dns/py-dnspython')
-rw-r--r-- | dns/py-dnspython/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dns/py-dnspython/Makefile b/dns/py-dnspython/Makefile index 7fb4b51..984fdf5 100644 --- a/dns/py-dnspython/Makefile +++ b/dns/py-dnspython/Makefile @@ -28,9 +28,6 @@ EXAMPLE_FILES= \ reverse.py \ xfr.py -poast-extract: - @${CHMOD} -Rf u+w ${WRKSRC} - post-install: # docs .ifndef(NOPORTDOCS) |