head	1.3;
access;
symbols
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1
	RELEASE_3_4_0:1.1
	RELEASE_3_3_0:1.1
	RELEASE_3_2_0:1.1
	RELEASE_3_1_0:1.1
	RELEASE_2_2_8:1.1
	RELEASE_3_0_0:1.1
	RELEASE_2_2_7:1.1
	RELEASE_2_2_6:1.1
	RELEASE_2_2_5:1.1
	RELEASE_2_2_1:1.1
	RELEASE_2_2_2:1.1;
locks; strict;
comment	@# @;


1.3
date	2011.12.22.13.12.22;	author gabor;	state dead;
branches;
next	1.2;

1.2
date	2002.06.04.05.31.16;	author kris;	state Exp;
branches;
next	1.1;

1.1
date	95.01.05.04.21.11;	author ache;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Patch zoo to work properly when modifying existing archives on 64-bit
  systems
- Bump PORTREVISION

PR:		ports/162804
Submitted by:	Carl Johnson <carlj@@peak.org>
@
text
@*** makefile.old	Tue Jul 16 17:52:08 1991
--- makefile	Mon Jun  3 14:05:51 2002
***************
*** 18,30 ****
  
  MAKE = make	      # needed for some systems e.g. older BSD
  
! CC = cc
! CFLAGS =
  MODEL =
  EXTRA = -DBIG_MEM -DNDEBUG
  LINTFLAGS = -DLINT
! OPTIM = -O
! DESTDIR = /usr/local/bin
  
  #List of all object files created for Zoo
  ZOOOBJS = addbfcrc.o addfname.o basename.o comment.o crcdefs.o \
--- 18,30 ----
  
  MAKE = make	      # needed for some systems e.g. older BSD
  
! #CC = cc
! #CFLAGS =
  MODEL =
  EXTRA = -DBIG_MEM -DNDEBUG
  LINTFLAGS = -DLINT
! OPTIM = $(CFLAGS)
! DESTDIR = $(PREFIX)/bin
  
  #List of all object files created for Zoo
  ZOOOBJS = addbfcrc.o addfname.o basename.o comment.o crcdefs.o \
***************
*** 67,73 ****
  	@@echo "lint_turboc:  Run lint under **IX for checking Turbo C/MSDOS code"
  
  # install alpha zoo as "tzoo"
! install:
  	mv zoo $(DESTDIR)/tzoo
  
  # install beta zoo as "bzoo"
--- 67,73 ----
  	@@echo "lint_turboc:  Run lint under **IX for checking Turbo C/MSDOS code"
  
  # install alpha zoo as "tzoo"
! inst_test:
  	mv zoo $(DESTDIR)/tzoo
  
  # install beta zoo as "bzoo"
***************
*** 75,82 ****
  	mv zoo $(DESTDIR)/bzoo
  
  # install production zoo as "zoo"
! inst_prod:
! 	mv zoo $(DESTDIR)/zoo
  
  # executable targets
  TARGETS = zoo fiz
--- 75,83 ----
  	mv zoo $(DESTDIR)/bzoo
  
  # install production zoo as "zoo"
! install:
! 	$(BSD_INSTALL_PROGRAM) $(TARGETS) $(DESTDIR)
! 	$(BSD_INSTALL_MAN) zoo.1 fiz.1 $(PREFIX)/man/man1
  
  # executable targets
  TARGETS = zoo fiz
@


1.2
log
@Fix installation on -current due to *.mk changes.

Submitted by:	ru
@
text
@@


1.1
log
@Addition to upgrade
@
text
@d1 2
a2 2
*** makefile.old	Thu Aug  8 09:34:44 1991
--- makefile	Thu Jan  5 05:07:23 1995
d64 2
a65 2
! 	$(INSTALL) $(COPY) $(STRIP) -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) $(TARGETS) $(DESTDIR)
! 	$(INSTALL) -c -o $(BINOWN) -g $(BINGRP) -m 444 zoo.1 fiz.1 $(PREFIX)/man/man1
@

