diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-10-26 16:28:18 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-10-26 16:28:18 +0000 |
commit | 46ebd3dec63b05b35be2b815307c44a5381917fd (patch) | |
tree | 80cc51f795e0aa9988a5b6c5dd82cc54272d8e2f /x11-wm | |
parent | DISTNAME affects WRKSRC-generation, sigh. (diff) |
- Remove hardcoded X11BASE.
Reported by: kris
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/tpager/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-wm/tpager/Makefile b/x11-wm/tpager/Makefile index 25df4201a5da..dd2786d082a8 100644 --- a/x11-wm/tpager/Makefile +++ b/x11-wm/tpager/Makefile @@ -17,7 +17,11 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_X_PREFIX= yes USE_BZIP2= yes +USE_REINPLACE= yes PLIST_FILES= bin/tpager +post-patch: + @${REINPLACE_CMD} -e 's#/usr/X11R6#${X11BASE}#' ${WRKSRC}/Makefile + .include <bsd.port.mk> |