freebsd-ports/japanese/okphone/files/patch-ad
Masafumi Max NAKANE 1949da6772 Reorganize this port a bit:
- 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.
1998-08-31 16:09:19 +00:00

11 lines
222 B
Text

--- ./Makefile.org Fri Dec 15 01:30:07 1989
+++ ./Makefile Wed Feb 7 20:39:53 1996
@@ -13,3 +13,8 @@
done
default: all
+
+install:
+ for i in ${DIRS} ; do \
+ cd $$i ; make MFLAGS="${MFLAGS}" $@ ; cd .. ; \
+ done