diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-02-24 22:02:15 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-02-24 22:02:15 +0800 |
commit | 277405b6ceb4e1713f93d6374e34ba3421487662 (patch) | |
tree | e2b22583d93c75358ebb2f23faf82c545a8f7e4b /graphics | |
parent | b27a9ee2474bd987a415d6e24ef29c6f07b3c73e (diff) | |
download | freebsd-ports-gnome-277405b6ceb4e1713f93d6374e34ba3421487662.tar.gz freebsd-ports-gnome-277405b6ceb4e1713f93d6374e34ba3421487662.tar.zst freebsd-ports-gnome-277405b6ceb4e1713f93d6374e34ba3421487662.zip |
Remove outdated post-configure:
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-SWF-File/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/graphics/p5-SWF-File/Makefile b/graphics/p5-SWF-File/Makefile index 17e3f39349eb..7b03b9f44c1d 100644 --- a/graphics/p5-SWF-File/Makefile +++ b/graphics/p5-SWF-File/Makefile @@ -18,7 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 dos2unix USE_PERL5= configure -post-configure: - @${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile - .include <bsd.port.mk> |