diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-01-20 12:37:16 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-01-20 12:37:16 +0000 |
commit | 443141cfce46633a9811e804c844a763fecbec4f (patch) | |
tree | 56ef9588edcd876f118bd7d96348f97549e368eb | |
parent | - Rename patch file so it get used in make patch (diff) |
Remove unused/extraneous poast-extract target. No functional change
Notes
Notes:
svn path=/head/; revision=126939
-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 7fb4b5119d87..984fdf52c001 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) |