- Respect X11BASE

PR:		ports/106071
Submitted by:	rafan
Approved by:	portmgr (linimon)
This commit is contained in:
Rong-En Fan 2006-12-09 08:23:21 +00:00
parent 81e75d5a3b
commit 7166a481df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179260

View file

@ -140,7 +140,7 @@ pre-configure:
@${REINPLACE_CMD} -e ' \
s|\$$gtk_config_prefix/bin/gtk-config|\$${GTK_CONFIG}|g; \
s|\$$gtk_config_exec_prefix/bin/gtk-config|\$${GTK_CONFIG}|g; \
s|/usr/local|${LOCALBASE}|g' \
s|/usr/local|${LOCALBASE}|g; s|/usr/X11R6|${X11BASE}|g '\
${WRKSRC}/auto/configure
# Clean up junk files to keep them from being installed.