svn commit: r347643 - head/net/dhcpcd
Martin Wilke
miwi at FreeBSD.org
Sun Mar 9 14:45:07 UTC 2014
Author: miwi
Date: Sun Mar 9 14:45:06 2014
New Revision: 347643
URL: http://svnweb.freebsd.org/changeset/ports/347643
QAT: https://qat.redports.org/buildarchive/r347643/
Log:
- Stage support
Modified:
head/net/dhcpcd/Makefile
head/net/dhcpcd/pkg-plist
Modified: head/net/dhcpcd/Makefile
==============================================================================
--- head/net/dhcpcd/Makefile Sun Mar 9 14:44:59 2014 (r347642)
+++ head/net/dhcpcd/Makefile Sun Mar 9 14:45:06 2014 (r347643)
@@ -15,11 +15,6 @@ GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_RC_SUBR= dhcpcd
-NO_STAGE= yes
-
CONFIGURE_ARGS+= --mandir=${PREFIX}/man
-MAN5= dhcpcd.conf.5
-MAN8= dhcpcd.8 dhcpcd-run-hooks.8
-
.include <bsd.port.mk>
Modified: head/net/dhcpcd/pkg-plist
==============================================================================
--- head/net/dhcpcd/pkg-plist Sun Mar 9 14:44:59 2014 (r347642)
+++ head/net/dhcpcd/pkg-plist Sun Mar 9 14:45:06 2014 (r347643)
@@ -9,4 +9,7 @@ libexec/dhcpcd-hooks/30-hostname
libexec/dhcpcd-hooks/01-test
libexec/dhcpcd-hooks/29-lookup-hostname
libexec/dhcpcd-run-hooks
+man/man5/dhcpcd.conf.5.gz
+man/man8/dhcpcd-run-hooks.8.gz
+man/man8/dhcpcd.8.gz
@dirrmtry libexec/dhcpcd-hooks
More information about the svn-ports-all
mailing list