diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1998-08-31 16:09:19 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1998-08-31 16:09:19 +0000 |
commit | 1949da6772e941ea5ed203d683f6eb8cb2b868fb (patch) | |
tree | 28b0a71e7311547e1ef3840391ee436151889ed9 /japanese/okphone/files/patch-ac | |
parent | Define MAN1 in the Makefile and remove the man page entry from (diff) |
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.
Notes
Notes:
svn path=/head/; revision=12968
Diffstat (limited to 'japanese/okphone/files/patch-ac')
-rw-r--r-- | japanese/okphone/files/patch-ac | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/japanese/okphone/files/patch-ac b/japanese/okphone/files/patch-ac new file mode 100644 index 000000000000..6f922dfb3a41 --- /dev/null +++ b/japanese/okphone/files/patch-ac @@ -0,0 +1,29 @@ +--- ./master/Makefile.org Wed Feb 7 18:45:36 1996 ++++ ./master/Makefile Wed Feb 7 18:45:36 1996 +@@ -29,7 +29,7 @@ + #CFLAGS = -O -DSERVICES -DDPATH=\"$(CONVD)\" -DFORK + #CFLAGS = -O -DINETD -DDPATH=\"$(CONVD)\" + #CFLAGS = -O -DINETD -DDPATH=\"$(CONVD)\" -DSERVICES +-CFLAGS = $(OFLAG) $(INETD) -DFORK -DSERVICES -DDPATH=\"/usr/local/etc/convd\" ++CFLAGS += $(OFLAGS) $(INETD) -DFORK -DSERVICES -DDPATH=\"${PREFIX}/libexec/convd\" + + LPR = lpr -Psony + CC = cc +@@ -44,7 +44,7 @@ + reinvite.o strsave.o utmp.o + + DEST = phoned +-RDEST = /usr/local/etc/in.phoned ++RDEST = ${PREFIX}/libexec/phoned + #RDEST = /etc/phoned + + +@@ -61,7 +61,7 @@ + + install: ${DEST} + /bin/rm -f ${RDEST} +- cp ${DEST} ${RDEST} ++ install -cs -m 755 -o bin -g bin ${DEST} ${RDEST} + + clean: + /bin/rm -f ${DEST} core *.o |