mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
9267dbe6c2
Submitted by: adam via gpalmer OK'ed by: gpalmer
56 lines
1.3 KiB
Plaintext
56 lines
1.3 KiB
Plaintext
*** Makefile.orig Mon Jun 5 21:49:08 1995
|
|
--- Makefile Fri Jul 28 04:53:59 1995
|
|
***************
|
|
*** 15,21 ****
|
|
#
|
|
TAR=tar
|
|
MAKE=make
|
|
! DESTROOT=/usr/local
|
|
DESTDIR=$(DESTROOT)/sbin
|
|
MANROOT=$(DESTROOT)/man
|
|
MANDIR=$(MANROOT)/man8
|
|
--- 15,21 ----
|
|
#
|
|
TAR=tar
|
|
MAKE=make
|
|
! DESTROOT=${PREFIX}
|
|
DESTDIR=$(DESTROOT)/sbin
|
|
MANROOT=$(DESTROOT)/man
|
|
MANDIR=$(MANROOT)/man8
|
|
***************
|
|
*** 42,48 ****
|
|
# GLIBS=-lident -ldes
|
|
GLIBS=
|
|
|
|
! CFLAGS=-O
|
|
|
|
all:
|
|
@echo "Please specify the type of system you wish to build for."
|
|
--- 42,48 ----
|
|
# GLIBS=-lident -ldes
|
|
GLIBS=
|
|
|
|
! #CFLAGS=-O
|
|
|
|
all:
|
|
@echo "Please specify the type of system you wish to build for."
|
|
***************
|
|
*** 387,394 ****
|
|
|
|
install: in.identd idecrypt
|
|
cp identd.man $(MANDIR)/identd.$(MANSECT)
|
|
echo ".so man$(MANSECT)/identd.$(MANSECT)" > $(MANDIR)/in.identd.$(MANSECT)
|
|
! cp in.identd $(DESTDIR)/in.identd
|
|
cp idecrypt.man $(MANDIR)/idecrypt.$(MANSECT)
|
|
cp idecrypt $(DESTDIR)/idecrypt
|
|
|
|
--- 387,394 ----
|
|
|
|
install: in.identd idecrypt
|
|
cp identd.man $(MANDIR)/identd.$(MANSECT)
|
|
echo ".so man$(MANSECT)/identd.$(MANSECT)" > $(MANDIR)/in.identd.$(MANSECT)
|
|
! cp in.identd $(DESTDIR)/identd
|
|
cp idecrypt.man $(MANDIR)/idecrypt.$(MANSECT)
|
|
cp idecrypt $(DESTDIR)/idecrypt
|
|
|