diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-16 16:30:46 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-16 16:30:46 +0800 |
commit | ed64c3eb5ab71d45d27887163dbc2ad80cef62ba (patch) | |
tree | ba93cc5a3f1fd4316d54d75e927e4c5f9f6594f7 /security | |
parent | b5bf127b5606447b2f95d01fd20f8889283ed36e (diff) | |
download | freebsd-ports-graphics-ed64c3eb5ab71d45d27887163dbc2ad80cef62ba.tar.gz freebsd-ports-graphics-ed64c3eb5ab71d45d27887163dbc2ad80cef62ba.tar.zst freebsd-ports-graphics-ed64c3eb5ab71d45d27887163dbc2ad80cef62ba.zip |
- Remove post-extract this is no longer needed.
Diffstat (limited to 'security')
-rw-r--r-- | security/pear-Net_Portscan/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/security/pear-Net_Portscan/Makefile b/security/pear-Net_Portscan/Makefile index 438fc75e2f3..a0df42e07f8 100644 --- a/security/pear-Net_Portscan/Makefile +++ b/security/pear-Net_Portscan/Makefile @@ -13,10 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear PEAR_AUTOINSTALL= yes -post-extract: - @cd ${WRKSRC} && ${MKDIR} -p ${WRKSRC}/docs - ${MV} ${WRKSRC}/README.portscan ${WRKSRC}/docs/ - .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> |