diff options
Diffstat (limited to 'net/gspoof/Makefile')
-rw-r--r-- | net/gspoof/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gspoof/Makefile b/net/gspoof/Makefile index 0ef48da71823..ac3eedc5f8bb 100644 --- a/net/gspoof/Makefile +++ b/net/gspoof/Makefile @@ -31,7 +31,7 @@ post-patch: ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} @${REINPLACE_CMD} -e 's|-Wall -O2|@CFLAGS@|g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|/usr/local/share|${PREFIX}/share|g ; \ - s|/usr/share|${X11BASE}/share|g' ${WRKSRC}/gtk.c + s|/usr/share|${LOCALBASE}/share|g' ${WRKSRC}/gtk.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gspoof ${PREFIX}/bin |