diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-03-08 10:51:34 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-03-08 10:51:34 +0000 |
commit | 7887c684adab042fed1bfcba2e91589ecd17c4a8 (patch) | |
tree | 961839899dce7f75292a08c079f548973bdbd40d /editors | |
parent | 85544f2c01be814e0af1ebee1076012e7ed60bb0 (diff) | |
download | ports-7887c684adab042fed1bfcba2e91589ecd17c4a8.tar.gz ports-7887c684adab042fed1bfcba2e91589ecd17c4a8.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/abiword/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index f72679c6e40a..a2d254c501da 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -84,6 +84,11 @@ CONFIGURE_ARGS+= --disable-clipart PLIST_SUB+= CLIPART="@comment " .endif +post-patch: + @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ + ${WRKSRC}/goffice-bits/goffice/app/goffice-app.h \ + ${WRKSRC}/src/af/util/xp/ut_go_file.h + post-install: @${MKDIR} ${PREFIX}/lib/${PORTNAME}-${ABIVERSION}/plugins @-update-desktop-database |