mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
1949da6772
- Split a big patch-aa into five pieces. - Don't patch up the dist Makefile to install and compress the man page. - Define MAN1 and remove man page entry from the PLIST. - Make myself the maintainer (was ports@FreeBSD.ORG). - Install the docs into share/doc/okphone instead of share/okphone. - Honor ${NOPORTDOCS}. There might be some other changes I can't remember of.
12 lines
430 B
Plaintext
12 lines
430 B
Plaintext
--- ./client/sw/Makefile.org Fri Dec 15 01:30:11 1989
|
|
+++ ./client/sw/Makefile Wed Feb 7 20:57:50 1996
|
|
@@ -1,7 +1,7 @@
|
|
# $Header: /home/ncvs/ports/japanese/okphone/patches/patch-aa,v 1.3 1996/02/08 06:27:36 asami Exp $
|
|
|
|
#CFLAGS= -g -pg
|
|
-CFLAGS= -O
|
|
+CFLAGS+= -O
|
|
objs= winit.o wcreate.o woutput.o wredraw.o wput.o wclear.o wbox.o wbell.o\
|
|
tosjis.o
|
|
srcs= winit.c wcreate.c woutput.c wredraw.c wput.c wclear.c wbox.c wbell.c\
|