1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/biology/nab/files/patch-aa
Ying-Chieh Liao fa38289059 upgrade to 4.3.2
PR:		27273
Submitted by:	maintainer
2001-05-27 13:49:54 +00:00

33 lines
903 B
Plaintext

*** Makefile.orig Mon Oct 23 20:01:09 2000
--- Makefile Sun Jan 28 13:36:22 2001
***************
*** 1,5 ****
--- 1,6 ----
# top-level Makefile for the NAB suite of programs
+ all: compiler test
compiler:
-mkdir bin lib include
(cd ucpp-0.7; make install )
***************
*** 7,15 ****
(cd src; make install )
(cd nss; make install )
(cd tleap; make install )
! @echo
! @echo "completed installation of NAB version 4"
! @echo
# note: "make test" needs to follow "make", since it is very hard to
# tell if the compiler is completely "made" or not.
--- 8,16 ----
(cd src; make install )
(cd nss; make install )
(cd tleap; make install )
! # @echo
! # @echo "completed installation of NAB version 4"
! # @echo
# note: "make test" needs to follow "make", since it is very hard to
# tell if the compiler is completely "made" or not.