diff options
Diffstat (limited to 'x11/gcursor/Makefile')
-rw-r--r-- | x11/gcursor/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/gcursor/Makefile b/x11/gcursor/Makefile index 00ae77a33076..92115f9ddfef 100644 --- a/x11/gcursor/Makefile +++ b/x11/gcursor/Makefile @@ -26,8 +26,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ DOCS= AUTHORS COPYING ChangeLog INSTALL TODO post-patch: - @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g ; \ - s|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/src/gcursor.c + @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/src/gcursor.c .ifndef (NOPORTDOCS) post-install: |