svn commit: r330598 - in head/net/dhcp6: . files
Hiroki Sato
hrs at FreeBSD.org
Thu Oct 17 03:31:57 UTC 2013
Author: hrs
Date: Thu Oct 17 03:31:56 2013
New Revision: 330598
URL: http://svnweb.freebsd.org/changeset/ports/330598
Log:
Fix Makefile to get the manual pages compressed.
Modified:
head/net/dhcp6/Makefile
head/net/dhcp6/files/patch-Makefile.in
head/net/dhcp6/pkg-plist
Modified: head/net/dhcp6/Makefile
==============================================================================
--- head/net/dhcp6/Makefile Thu Oct 17 02:31:03 2013 (r330597)
+++ head/net/dhcp6/Makefile Thu Oct 17 03:31:56 2013 (r330598)
@@ -15,8 +15,6 @@ LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
GNU_CONFIGURE= yes
-GNU_CONFIGURE_PREFIX= ${STAGEDIR}${PREFIX}
-MANPREFIX= ${STAGEDIR}${PREFIX}
CONFIGURE_ARGS= --sysconfdir=${LOCALBASE}/etc \
--with-localdbdir=/var/db
USE_RC_SUBR= dhcp6c dhcp6relay dhcp6s
Modified: head/net/dhcp6/files/patch-Makefile.in
==============================================================================
--- head/net/dhcp6/files/patch-Makefile.in Thu Oct 17 02:31:03 2013 (r330597)
+++ head/net/dhcp6/files/patch-Makefile.in Thu Oct 17 03:31:56 2013 (r330598)
@@ -1,9 +1,10 @@
---- Makefile.in.orig 2013-10-17 05:40:19.000000000 +0900
-+++ Makefile.in 2013-10-17 05:40:57.000000000 +0900
-@@ -103,13 +103,13 @@
+--- Makefile.in.orig 2007-03-21 18:52:58.000000000 +0900
++++ Makefile.in 2013-10-17 12:26:22.000000000 +0900
+@@ -102,14 +102,14 @@
+ expand bootp-dhcp-parameters | perl gentab.pl > ianaopts.h
install::
- -mkdir -p $(sbindir) $(mandir)/man5 $(mandir)/man8
+- -mkdir -p $(sbindir) $(mandir)/man5 $(mandir)/man8
- $(INSTALL_PROGRAM) -s -o $(user) -g $(group) $(TARGET) $(sbindir)
- $(INSTALL_DATA) -o $(user) -g $(group) dhcp6c.8 $(mandir)/man8
- $(INSTALL_DATA) -o $(user) -g $(group) dhcp6s.8 $(mandir)/man8
@@ -11,13 +12,14 @@
- $(INSTALL_DATA) -o $(user) -g $(group) dhcp6ctl.8 $(mandir)/man8
- $(INSTALL_DATA) -o $(user) -g $(group) dhcp6c.conf.5 $(mandir)/man5
- $(INSTALL_DATA) -o $(user) -g $(group) dhcp6s.conf.5 $(mandir)/man5
-+ $(INSTALL_PROGRAM) $(TARGET) $(sbindir)
-+ $(INSTALL_DATA) dhcp6c.8 $(mandir)/man8
-+ $(INSTALL_DATA) dhcp6s.8 $(mandir)/man8
-+ $(INSTALL_DATA) dhcp6relay.8 $(mandir)/man8
-+ $(INSTALL_DATA) dhcp6ctl.8 $(mandir)/man8
-+ $(INSTALL_DATA) dhcp6c.conf.5 $(mandir)/man5
-+ $(INSTALL_DATA) dhcp6s.conf.5 $(mandir)/man5
++ -mkdir -p $(DESTDIR)$(sbindir) $(DESTDIR)$(mandir)/man5 $(DESTDIR)$(mandir)/man8
++ $(INSTALL_PROGRAM) $(TARGET) $(DESTDIR)$(sbindir)
++ $(INSTALL_DATA) dhcp6c.8 $(DESTDIR)$(mandir)/man8
++ $(INSTALL_DATA) dhcp6s.8 $(DESTDIR)$(mandir)/man8
++ $(INSTALL_DATA) dhcp6relay.8 $(DESTDIR)$(mandir)/man8
++ $(INSTALL_DATA) dhcp6ctl.8 $(DESTDIR)$(mandir)/man8
++ $(INSTALL_DATA) dhcp6c.conf.5 $(DESTDIR)$(mandir)/man5
++ $(INSTALL_DATA) dhcp6s.conf.5 $(DESTDIR)$(mandir)/man5
includes::
Modified: head/net/dhcp6/pkg-plist
==============================================================================
--- head/net/dhcp6/pkg-plist Thu Oct 17 02:31:03 2013 (r330597)
+++ head/net/dhcp6/pkg-plist Thu Oct 17 03:31:56 2013 (r330598)
@@ -11,9 +11,9 @@ sbin/dhcp6c
sbin/dhcp6relay
sbin/dhcp6s
sbin/dhcp6ctl
-man/man5/dhcp6c.conf.5
-man/man5/dhcp6s.conf.5
-man/man8/dhcp6c.8
-man/man8/dhcp6ctl.8
-man/man8/dhcp6relay.8
-man/man8/dhcp6s.8
+man/man5/dhcp6c.conf.5.gz
+man/man5/dhcp6s.conf.5.gz
+man/man8/dhcp6c.8.gz
+man/man8/dhcp6ctl.8.gz
+man/man8/dhcp6relay.8.gz
+man/man8/dhcp6s.8.gz
More information about the svn-ports-all
mailing list