diff options
author | asami <asami@FreeBSD.org> | 1996-05-20 16:08:00 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-05-20 16:08:00 +0800 |
commit | 946ba93c186be0e41946fc2d3e34f4799715c154 (patch) | |
tree | 890a120d29b40d4b52817faba269c25aeed10390 /net-mgmt | |
parent | 3f62e7372593aff0034e9e744f69e2f0a4c3e51f (diff) | |
download | freebsd-ports-gnome-946ba93c186be0e41946fc2d3e34f4799715c154.tar.gz freebsd-ports-gnome-946ba93c186be0e41946fc2d3e34f4799715c154.tar.zst freebsd-ports-gnome-946ba93c186be0e41946fc2d3e34f4799715c154.zip |
Don't forget the -c flag to install and -f flag to gzip so that "make
reinstall" works.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/wide-dhcp/files/patch-aa | 4 | ||||
-rw-r--r-- | net-mgmt/wide-dhcp/files/patch-ae | 8 | ||||
-rw-r--r-- | net-mgmt/wide-dhcp/files/patch-ag | 6 | ||||
-rw-r--r-- | net-mgmt/wide-dhcp/files/patch-aq | 4 |
4 files changed, 11 insertions, 11 deletions
diff --git a/net-mgmt/wide-dhcp/files/patch-aa b/net-mgmt/wide-dhcp/files/patch-aa index c6e470feab04..26f4afbd61dd 100644 --- a/net-mgmt/wide-dhcp/files/patch-aa +++ b/net-mgmt/wide-dhcp/files/patch-aa @@ -18,9 +18,9 @@ ${CC} ${CFLAGS} -o dhcpc ${OBJ} ${LDFLAGS} + +install: dhcpc -+ ${INSTALL} -m 755 -s dhcpc ${SBIN}/dhcpc ++ ${INSTALL} -c -m 755 -s dhcpc ${SBIN}/dhcpc + cp dhcpc.8 ${MAN}/man8/dhcpc.8 -+ gzip ${MAN}/man8/dhcpc.8 ++ gzip -9nf ${MAN}/man8/dhcpc.8 clean: rm -f *~ *.o *core* dhcpc diff --git a/net-mgmt/wide-dhcp/files/patch-ae b/net-mgmt/wide-dhcp/files/patch-ae index ceb4e48f595c..0481ca24cd4a 100644 --- a/net-mgmt/wide-dhcp/files/patch-ae +++ b/net-mgmt/wide-dhcp/files/patch-ae @@ -18,13 +18,13 @@ ${CC} ${CFLAGS} -o dhcps ${OBJ} ${LDFLAGS} + +install: dhcps -+ ${INSTALL} -m 755 -s dhcps ${SBIN}/dhcps ++ ${INSTALL} -c -m 755 -s dhcps ${SBIN}/dhcps + cp dhcpdb.pool.5 ${MAN}/man5/dhcpdb.pool.5 -+ gzip ${MAN}/man5/dhcpdb.pool.5 ++ gzip -9nf ${MAN}/man5/dhcpdb.pool.5 + cp dhcpdb.relay.5 ${MAN}/man5/dhcpdb.relay.5 -+ gzip ${MAN}/man5/dhcpdb.relay.5 ++ gzip -9nf ${MAN}/man5/dhcpdb.relay.5 + cp dhcps.8 ${MAN}/man8/dhcps.8 -+ gzip ${MAN}/man8/dhcps.8 ++ gzip -9nf ${MAN}/man8/dhcps.8 clean: rm -f *~ *.o *core* dhcps diff --git a/net-mgmt/wide-dhcp/files/patch-ag b/net-mgmt/wide-dhcp/files/patch-ag index dc5bfa381e1c..4995b3060932 100644 --- a/net-mgmt/wide-dhcp/files/patch-ag +++ b/net-mgmt/wide-dhcp/files/patch-ag @@ -15,11 +15,11 @@ ${CC} ${CFLAGS} -o relay ${OBJ} ${LDFLAGS} + +install: relay -+ ${INSTALL} -m 755 -s relay ${SBIN}/relay ++ ${INSTALL} -c -m 755 -s relay ${SBIN}/relay + cp relay.8 ${MAN}/man8/relay.8 -+ gzip ${MAN}/man8/relay.8 ++ gzip -9nf ${MAN}/man8/relay.8 + cp dhcpdb.server.5 ${MAN}/man5/dhcpdb.server.5 -+ gzip ${MAN}/man5/dhcpdb.server.5 ++ gzip -9nf ${MAN}/man5/dhcpdb.server.5 relay.o: relay.c common.h ../server/dhcp.h ../server/common_subr.h common_subr.o: ../server/common_subr.c ../server/dhcp.h common.h ../server/common_subr.h diff --git a/net-mgmt/wide-dhcp/files/patch-aq b/net-mgmt/wide-dhcp/files/patch-aq index 9b5337b9c133..ba80d96d5705 100644 --- a/net-mgmt/wide-dhcp/files/patch-aq +++ b/net-mgmt/wide-dhcp/files/patch-aq @@ -13,9 +13,9 @@ $(CC) $(CFLAGS) dhcpm.c -o dhcpm + +install: dhcpm -+ ${INSTALL} -m 755 -s dhcpm ${SBIN}/dhcpm ++ ${INSTALL} -c -m 755 -s dhcpm ${SBIN}/dhcpm + cp dhcpm.8 ${MAN}/man8/dhcpm.8 -+ gzip ${MAN}/man8/dhcpm.8 ++ gzip -9nf ${MAN}/man8/dhcpm.8 clean: rm -rf *~ *.o *core* dhcpm |