diff options
Diffstat (limited to 'x11-toolkits/scx/Makefile')
-rw-r--r-- | x11-toolkits/scx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/scx/Makefile b/x11-toolkits/scx/Makefile index b15847397981..7a0fdb74c58d 100644 --- a/x11-toolkits/scx/Makefile +++ b/x11-toolkits/scx/Makefile @@ -26,7 +26,7 @@ EXPIRATION_DATE= 2007-10-28 PLIST_SUB= TARGET=${MACHINE_ARCH}-portbld-freebsd${OSREL} post-patch: - ${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|g' \ + ${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' \ -e 's|echo aout|echo elf|g' \ ${WRKSRC}/configure |