- Remove hardcoded X11BASE.

Reported by:	kris
This commit is contained in:
Florent Thoumie 2005-10-26 16:28:18 +00:00
parent dea02c7600
commit 46ebd3dec6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146424

View File

@ -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>