3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
13 lines
297 B
Text
13 lines
297 B
Text
--- Imakefile.orig Mon Sep 20 22:46:38 1999
|
|
+++ Imakefile Thu Sep 23 14:59:31 1999
|
|
@@ -11,8 +11,8 @@
|
|
|
|
XCOMM Set up for local environment
|
|
|
|
-BINDIR=/usr/local/bin
|
|
-MANPATH=/usr/local/man
|
|
+BINDIR=${LOCALBASE}/bin
|
|
+MANPATH=${LOCALBASE}${MAN1PREFIX}/man
|
|
MANSUFFIX=1
|
|
|
|
XCOMM Build xcut and manpage
|