aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2005-09-14 10:35:32 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2005-09-14 10:35:32 +0000
commit1c26a24b673c24e386efc8be0c97224a90c8436e (patch)
treed6730db22f238259ac8bccb9dfef36aee371f452 /x11-toolkits
parentb5d21791bfa3290776eb6a2b448322f6ba6f7ee9 (diff)
downloadports-1c26a24b673c24e386efc8be0c97224a90c8436e.tar.gz
ports-1c26a24b673c24e386efc8be0c97224a90c8436e.zip
- cleanup old Makefile location
Notes
Notes: svn path=/head/; revision=142700
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gtoolkit/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/gtoolkit/Makefile b/x11-toolkits/gtoolkit/Makefile
index f3ac638cd158..aa3d2ff78e19 100644
--- a/x11-toolkits/gtoolkit/Makefile
+++ b/x11-toolkits/gtoolkit/Makefile
@@ -36,6 +36,8 @@ CONFIGURE_WRKSRC= ${WRKDIR}/${DISTNAME}
post-patch:
${REINPLACE_CMD} -e 's#gtk-config#gtk12-config#g' \
${CONFIGURE_WRKSRC}/configure
+ ${REINPLACE_CMD} -e 's|)/Makefiles|)/Library/Makefiles|' \
+ ${WRKSRC}/Makefile.gnustep
.include <bsd.port.pre.mk>