aboutsummaryrefslogtreecommitdiff
path: root/deskutils/gworkspace
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 /deskutils/gworkspace
parentb5d21791bfa3290776eb6a2b448322f6ba6f7ee9 (diff)
downloadports-1c26a24b673c24e386efc8be0c97224a90c8436e.tar.gz
ports-1c26a24b673c24e386efc8be0c97224a90c8436e.zip
Notes
Diffstat (limited to 'deskutils/gworkspace')
-rw-r--r--deskutils/gworkspace/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/deskutils/gworkspace/Makefile b/deskutils/gworkspace/Makefile
index 2629df61d413..59df564b62ba 100644
--- a/deskutils/gworkspace/Makefile
+++ b/deskutils/gworkspace/Makefile
@@ -30,6 +30,7 @@ MAKE_ENV+= ADDITIONAL_LDFLAGS="${ADDITIONAL_LDFLAGS}"
DEFAULT_LIBVERSION2= 0.1.0
PLIST_SUB+= LIBVERSION2=${DEFAULT_LIBVERSION2}
PLIST_SUB+= MAJORLIBVERSION2=${DEFAULT_LIBVERSION2:C/([0-9]).*/\1/1}
+USE_REINPLACE= yes
.if defined(WITHOUT_GHOSTSCRIPT)
PLIST_SUB+= PDFVIEW="@comment "
@@ -38,4 +39,8 @@ PLIST_SUB+= PDFVIEW=""
USE_GHOSTSCRIPT= yes
.endif
+post-patch:
+ ${REINPLACE_CMD} -e 's|)/Makefiles|)/Library/Makefiles|' \
+ ${WRKSRC}/FSNode/GNUmakefile
+
.include <bsd.port.mk>