mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +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
222 B
Plaintext
12 lines
222 B
Plaintext
--- ./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
|