Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Mar 2014 14:45:06 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r347643 - head/net/dhcpcd
Message-ID:  <201403091445.s29Ej6OU096665@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403091445.s29Ej6OU096665>