diff options
author | crees <crees@FreeBSD.org> | 2011-09-10 01:19:11 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-09-10 01:19:11 +0800 |
commit | 74b8436059c44d480d616588e114d9900d69571a (patch) | |
tree | 6a04f490c53ce36f9857582a1576667ae0f97d43 /x11 | |
parent | b89509b71e6252897414aa9cfceacbb6a9ffadbe (diff) | |
download | freebsd-ports-gnome-74b8436059c44d480d616588e114d9900d69571a.tar.gz freebsd-ports-gnome-74b8436059c44d480d616588e114d9900d69571a.tar.zst freebsd-ports-gnome-74b8436059c44d480d616588e114d9900d69571a.zip |
Remove stale REINPLACE-- fails if WITH_PERL is set because patched file no longer exists.
PR: ports/159998
Submitted by: me
Approved by: maintainer timeout (oliver, 18 days)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfce4-conf/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/x11/xfce4-conf/Makefile b/x11/xfce4-conf/Makefile index e910a7dd0adc..bd80213dc990 100644 --- a/x11/xfce4-conf/Makefile +++ b/x11/xfce4-conf/Makefile @@ -70,10 +70,4 @@ post-patch: @${REINPLACE_CMD} -e 's|--module-dir|--module=xfconf &|' \ ${WRKSRC}/docs/reference/Makefile.in -post-build: -.if defined(WITH_PERL) - @${REINPLACE_CMD} -E -e 's! doc_(perl|site|\$$\(INSTALLDIRS\))_install$$!!' \ - ${WRKSRC}/xfconf-perl/Makefile.perl -.endif - .include <bsd.port.post.mk> |