diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-01 01:45:51 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-01 01:45:51 +0000 |
commit | e6890b482fecf418353b8c8a8c97429f9676a6e4 (patch) | |
tree | 7953603fb90d08f18c3fe598aaf09a1db3430245 /x11/bricons/files | |
parent | change distfile name (diff) |
- Fix MASTER_SITES
- Support CFLAGS/PREFIX properly
PR: 17169
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=27216
Diffstat (limited to 'x11/bricons/files')
-rw-r--r-- | x11/bricons/files/patch-aa | 12 | ||||
-rw-r--r-- | x11/bricons/files/patch-ac | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/x11/bricons/files/patch-aa b/x11/bricons/files/patch-aa index fe3ca6990f81..a559725121f7 100644 --- a/x11/bricons/files/patch-aa +++ b/x11/bricons/files/patch-aa @@ -28,22 +28,22 @@ /**/# Here's what to change to customize the installation... /**/# Where do you want this stuff (if the defaults aren't okay)? -! BINDIR = /usr/X11R6/bin -! LIBDIR = /usr/X11R6/lib -! MANDIR = /usr/X11R6/man/man1 +! XCOMM BINDIR = /home/cur/bri/bin/mbins/${M}bin +! XCOMM LIBDIR = /home/cur/bri/lib +! XCOMM MANDIR = /home/cur/bri/Man /**/# Where is the Xpm header and library files /**/# This program needs the Xpm libraries written by Arnaud Le Hors. /**/# it can be obtained by anonymous ftp to: export.lcs.mit.edu /**/# and from many other sites. -! XPM_DIR = /usr/X11R6/include/X11 +! XPM_DIR = $(INCROOT)/X11 XPM_INCLUDE_DIR = $(XPM_DIR) -! XPM_LIB_DIR = /usr/X11R6/lib +! XPM_LIB_DIR = $(LIBDIR) /**/# This is -g for debugging or -O for optimization (or nothing). -! CDEBUGFLAGS = -O2 +! XCOMM CDEBUGFLAGS = -g /**/# Nothing to change below here diff --git a/x11/bricons/files/patch-ac b/x11/bricons/files/patch-ac index 2d7fa06f2e98..ba87b18d4bc4 100644 --- a/x11/bricons/files/patch-ac +++ b/x11/bricons/files/patch-ac @@ -16,7 +16,7 @@ ! B.R. Ingram 9th Sept 1991 *no_of_cols: 16 ! *help_file: bricons -! *.bitmapFilePath: /usr/X11R6/include/X11/bitmaps +! *.bitmapFilePath: %%PREFIX%%/include/X11/bitmaps *borderColor: yellow *popup_layout*.borderColor: black *background: #ffd28e |