diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-05 14:47:43 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-05 14:47:43 +0800 |
commit | a090f72351f3566358fa4775e290eb75791abe43 (patch) | |
tree | 77582687fddfe9c6fd5294f9883937841b472c91 | |
parent | a2e1b6476a2ca7e48b91dc4d0edfe1fb9655e949 (diff) | |
download | marcuscom-ports-a090f72351f3566358fa4775e290eb75791abe43.tar marcuscom-ports-a090f72351f3566358fa4775e290eb75791abe43.tar.gz marcuscom-ports-a090f72351f3566358fa4775e290eb75791abe43.tar.bz2 marcuscom-ports-a090f72351f3566358fa4775e290eb75791abe43.tar.lz marcuscom-ports-a090f72351f3566358fa4775e290eb75791abe43.tar.xz marcuscom-ports-a090f72351f3566358fa4775e290eb75791abe43.tar.zst marcuscom-ports-a090f72351f3566358fa4775e290eb75791abe43.zip |
Fix the installation, missed a X11BASE -> LOCALBASE.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7582 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-wm/pager/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/pager/Makefile b/x11-wm/pager/Makefile index e78b7ab4a..5c266eeee 100644 --- a/x11-wm/pager/Makefile +++ b/x11-wm/pager/Makefile @@ -23,7 +23,7 @@ USE_GMAKE= yes MAKEFILE= GNUmakefile USE_XLIB= yes -SAWFISH_VERSION= `${X11BASE}/bin/sawfish --version 2>&1 | \ +SAWFISH_VERSION= `${LOCALBASE}/bin/sawfish --version 2>&1 | \ ${SED} 's/^.*version[ ]*\([0-9.]*\).*/\1/'` PLIST_SUB+= SAWFISH_VERSION="${SAWFISH_VERSION}" |