aboutsummaryrefslogtreecommitdiff
path: root/deskutils/gworkspace
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2007-01-13 10:55:37 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2007-01-13 10:55:37 +0000
commita2990535603a807b66276e23c684167b1776fde0 (patch)
tree93188b78aed8b1ba643dc1c99524dafaa750cd2f /deskutils/gworkspace
parentb0e78fd8722117f12f17f4349fde377d309e89b7 (diff)
downloadports-a2990535603a807b66276e23c684167b1776fde0.tar.gz
ports-a2990535603a807b66276e23c684167b1776fde0.zip
- use new macros
Notes
Notes: svn path=/head/; revision=182292
Diffstat (limited to 'deskutils/gworkspace')
-rw-r--r--deskutils/gworkspace/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/gworkspace/Makefile b/deskutils/gworkspace/Makefile
index d7169395fd90..74a6032f69e8 100644
--- a/deskutils/gworkspace/Makefile
+++ b/deskutils/gworkspace/Makefile
@@ -20,7 +20,7 @@ USE_GNUSTEP_BACK= yes
USE_GNUSTEP_CONFIGURE= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
-USE_GNUSTEP_LDCONFIG= ${SYSLIBDIR}
+USE_GNUSTEP_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES}
WRKSRC= ${WRKDIR}/GWorkspace-${PORTVERSION}
GNU_CONFIGURE= yes
@@ -38,6 +38,6 @@ USE_GHOSTSCRIPT= yes
post-install:
${CP} ${WRKSRC}/Inspector/ContentViewersProtocol.h \
- ${SYSTEMDIR}/Library/Frameworks/Inspector.framework/Versions/A/Headers/ContentViewersProtocol.h
+ ${GNUSTEP_SYSTEM_ROOT}/Library/Frameworks/Inspector.framework/Versions/A/Headers/ContentViewersProtocol.h
.include <bsd.port.mk>