1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/security/pidentd/files/patch-ab

39 lines
823 B
Plaintext
Raw Normal View History

*** Makefile.orig Thu Oct 20 17:08:27 1994
--- Makefile Wed Nov 9 21:16:56 1994
***************
*** 14,20 ****
# on the command line (like "make DESTROOT=/usr/wheel sunos4")
#
MAKE=make
! DESTROOT=/usr/local
DESTDIR=$(DESTROOT)/sbin
MANROOT=$(DESTROOT)/man
MANDIR=$(MANROOT)/man8
--- 14,20 ----
# on the command line (like "make DESTROOT=/usr/wheel sunos4")
#
MAKE=make
! DESTROOT=${PREFIX}
DESTDIR=$(DESTROOT)/sbin
MANROOT=$(DESTROOT)/man
MANDIR=$(MANROOT)/man8
***************
*** 43,49 ****
CFLAGS=-O
! all:
@echo "Please specify the type of system you wish to build for."
@echo "Valid systems are:"
@echo ""
--- 43,51 ----
CFLAGS=-O
! all: freebsd
!
! fake:
@echo "Please specify the type of system you wish to build for."
@echo "Valid systems are:"
@echo ""