mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
66 lines
2.1 KiB
Plaintext
66 lines
2.1 KiB
Plaintext
*** Makefile.orig Thu Feb 9 17:36:13 1995
|
|
--- Makefile Thu Feb 9 23:57:16 1995
|
|
***************
|
|
*** 11,21 ****
|
|
# hpalib, hplow, hp3, dec, solaris, sparc, linux, freebsd, sgi,
|
|
# soundblaster, aix, next.
|
|
# gmake needed to handle this file in FreeBSD and NeXTStep
|
|
! MACHINE = sparc
|
|
|
|
# The name of your C compiler. For most machines this will be
|
|
# either 'cc' or 'gcc'.
|
|
! CC = acc
|
|
|
|
OPTS=-c
|
|
|
|
--- 11,21 ----
|
|
# hpalib, hplow, hp3, dec, solaris, sparc, linux, freebsd, sgi,
|
|
# soundblaster, aix, next.
|
|
# gmake needed to handle this file in FreeBSD and NeXTStep
|
|
! MACHINE = freebsd
|
|
|
|
# The name of your C compiler. For most machines this will be
|
|
# either 'cc' or 'gcc'.
|
|
! CC = cc
|
|
|
|
OPTS=-c
|
|
|
|
***************
|
|
*** 31,37 ****
|
|
MAN_DIR = $(PREFIX)/man
|
|
|
|
# Where to put the compression methods description
|
|
! COMPRESSION_FILE=$(PREFIX)/lib/compression_methods
|
|
|
|
# How to install the binaries and manpage. If you have a unix system,
|
|
# use the GNU install program if you have it, otherwise try 'cp'. For
|
|
--- 31,37 ----
|
|
MAN_DIR = $(PREFIX)/man
|
|
|
|
# Where to put the compression methods description
|
|
! COMPRESSION_FILE=$(PREFIX)/etc/compression_methods
|
|
|
|
# How to install the binaries and manpage. If you have a unix system,
|
|
# use the GNU install program if you have it, otherwise try 'cp'. For
|
|
***************
|
|
*** 52,59 ****
|
|
#
|
|
# If you don't wish to use the 'make install' and 'make install.man'
|
|
# commands, you can ignore these.
|
|
! INST_BIN_OPT = -c -s -m 755 -o root -g root
|
|
! INST_MAN_OPT = -c -m 644 -o root -g root
|
|
###############################################################################
|
|
#
|
|
# C compiler flags and libraries for each machine.
|
|
--- 52,61 ----
|
|
#
|
|
# If you don't wish to use the 'make install' and 'make install.man'
|
|
# commands, you can ignore these.
|
|
! #INST_BIN_OPT = -c -s -m 755 -o root -g root
|
|
! #INST_MAN_OPT = -c -m 644 -o root -g root
|
|
! INST_BIN_OPT = -c -s -m 555 -o bin -g bin
|
|
! INST_MAN_OPT = -c -m 644 -o bin -g bin
|
|
###############################################################################
|
|
#
|
|
# C compiler flags and libraries for each machine.
|