aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/ithought/Makefile
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2003-07-06 18:14:34 +0800
committeroliver <oliver@FreeBSD.org>2003-07-06 18:14:34 +0800
commit4fd1c8e689a9d3cc2704d2554c776a145816cbe6 (patch)
tree89d178a7a7b70336fed9683257d9d0468c703f8f /deskutils/ithought/Makefile
parent567625c791ff8e5b2f312d4caf8e561f1dc99f52 (diff)
downloadfreebsd-ports-gnome-4fd1c8e689a9d3cc2704d2554c776a145816cbe6.tar.gz
freebsd-ports-gnome-4fd1c8e689a9d3cc2704d2554c776a145816cbe6.tar.zst
freebsd-ports-gnome-4fd1c8e689a9d3cc2704d2554c776a145816cbe6.zip
replace ${PERL} with ${REINPLACE_CMD}
PR: 47406
Diffstat (limited to 'deskutils/ithought/Makefile')
-rw-r--r--deskutils/ithought/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/deskutils/ithought/Makefile b/deskutils/ithought/Makefile
index b4b3762ef224..e1cb3c82c142 100644
--- a/deskutils/ithought/Makefile
+++ b/deskutils/ithought/Makefile
@@ -14,18 +14,11 @@ MASTER_SITE_SUBDIR= ithought
MAINTAINER= ports@FreeBSD.org
COMMENT= An extensible text management system
-LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
+LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datadir=${PREFIX}/libexec
USE_GNOME= gtk12
-post-patch:
- @${PERL} -i.orig -p \
- -e 's#`gnome-config --cflags gtk`#`${GTK_CONFIG} --cflags`#;' \
- -e 's#`gnome-config --cflags gtk xml`#`${GTK_CONFIG} --cflags; xml-config --cflags`#;' \
- -e 's#`gnome-config --libs gtk xml`#`${GTK_CONFIG} --libs; xml-config --libs`#;' \
- ${WRKSRC}/src/Makefile.in
-
.include <bsd.port.mk>