summaryrefslogtreecommitdiff
path: root/net/rinetd
diff options
context:
space:
mode:
authorJohn-Mark Gurney <jmg@FreeBSD.org>1999-06-14 05:01:45 +0000
committerJohn-Mark Gurney <jmg@FreeBSD.org>1999-06-14 05:01:45 +0000
commit0e1e6ea40aeae31ba2803979a4d13c9c25cd4849 (patch)
tree0b37ad9032790c08fb8c751c1b63fd289c0964f4 /net/rinetd
parentMake DESCR upto-date. (diff)
make port adhere to ${PREFIX}
Notes
Notes: svn path=/head/; revision=19468
Diffstat (limited to 'net/rinetd')
-rw-r--r--net/rinetd/files/patch-aa8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/rinetd/files/patch-aa b/net/rinetd/files/patch-aa
index a0a827845b63..b821b2f0f4e4 100644
--- a/net/rinetd/files/patch-aa
+++ b/net/rinetd/files/patch-aa
@@ -1,8 +1,8 @@
--- ../rinetd.orig/Makefile Mon Mar 1 13:41:50 1999
-+++ Makefile Fri Jun 11 19:56:19 1999
++++ Makefile Sat Jun 12 12:54:48 1999
@@ -1,9 +1,14 @@
-CFLAGS=-DLINUX -g
-+CFLAGS+=-I.
++CFLAGS+=-I. -DLINUX
-rinetd: rinetd.o match.o
- gcc rinetd.o match.o -o rinetd
@@ -17,6 +17,6 @@
install: rinetd
- install -m 700 rinetd /usr/sbin
- install -m 644 rinetd.8 /usr/man/man8
-+ install -C -o root -g wheel -m 700 rinetd /usr/local/sbin
-+ install -C -o root -g wheel -m 644 rinetd.8 /usr/local/man/man8
++ install -C -o root -g wheel -m 700 rinetd ${PREFIX}/sbin
++ install -C -o root -g wheel -m 644 rinetd.8 ${PREFIX}/man/man8