diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
commit | 3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch) | |
tree | d573ea09b2bf6be67cb497df199932da9e2707c4 /deskutils/griffith | |
parent | 40049f4af2200d0dcf33596508688623fc75f764 (diff) |
Notes
Diffstat (limited to 'deskutils/griffith')
-rw-r--r-- | deskutils/griffith/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/griffith/Makefile b/deskutils/griffith/Makefile index 4647adc301fd..6d8a26483edc 100644 --- a/deskutils/griffith/Makefile +++ b/deskutils/griffith/Makefile @@ -31,6 +31,6 @@ post-patch: @${FIND} ${WRKSRC}/ -name Makefile |\ ${XARGS} ${REINPLACE_CMD} -e '/^PREFIX/d' -e '/^MANDIR/s|=.*|=${MANPREFIX}/man|' @${REINPLACE_CMD} -e '/^LANGUAGES=/s|find.*|cd i18n/\&\&ls -d *)|' ${WRKSRC}/Makefile - @${REINPLACE_CMD} -e 's|/usr/share/fonts|${X11BASE}/lib/X11/fonts|' ${WRKSRC}/${PORTNAME} + @${REINPLACE_CMD} -e 's|/usr/share/fonts|${LOCALBASE}/lib/X11/fonts|' ${WRKSRC}/${PORTNAME} .include <bsd.port.mk> |