aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2011-09-10 01:19:11 +0800
committercrees <crees@FreeBSD.org>2011-09-10 01:19:11 +0800
commit74b8436059c44d480d616588e114d9900d69571a (patch)
tree6a04f490c53ce36f9857582a1576667ae0f97d43 /x11
parentb89509b71e6252897414aa9cfceacbb6a9ffadbe (diff)
downloadfreebsd-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/Makefile6
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>