diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2008-02-27 20:10:54 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2008-02-27 20:10:54 +0800 |
commit | e036449343964da314466b5be1603a1e0cded79e (patch) | |
tree | d48f90c21b93efbdb333249ce788e7991d1eb877 /net/dhcpcd/Makefile | |
parent | 57ac8c3ffe837792138a03f60365400ae94debcb (diff) | |
download | freebsd-ports-gnome-e036449343964da314466b5be1603a1e0cded79e.tar.gz freebsd-ports-gnome-e036449343964da314466b5be1603a1e0cded79e.tar.zst freebsd-ports-gnome-e036449343964da314466b5be1603a1e0cded79e.zip |
- Update to 3.2.3
- Update WWW
PR: 121076
Submitted by: Roy Marples <roy@marples.name> (maintainer)
Diffstat (limited to 'net/dhcpcd/Makefile')
-rw-r--r-- | net/dhcpcd/Makefile | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile index 305dec54ff4d..af9bf64e6aa7 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -3,23 +3,22 @@ # Whom: Roy Marples <roy@marples.name> # # $FreeBSD$ +# -PORTNAME= dhcpcd -PORTVERSION= 3.1.8 -PORTREVISION= 1 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_BERLIOS} -MASTER_SITE_SUBDIR= dhcpcd - -MAINTAINER= roy@marples.name -COMMENT= DHCP client +PORTNAME= dhcpcd +PORTVERSION= 3.2.3 +CATEGORIES= net +MASTER_SITES= http://roy.marples.name/dhcpcd/ \ + http://critical.ch/distfiles/ \ + http://energy.critical.ch/distfiles/ -PLIST_FILES= sbin/dhcpcd -MAN8= dhcpcd.8 +MAINTAINER= roy@marples.name +COMMENT= DHCP client -USE_BZIP2= yes -USE_RC_SUBR= dhcpcd +USE_BZIP2= yes +USE_RC_SUBR= dhcpcd -MAKE_ARGS= INFODIR=/var/db +MAN8= dhcpcd.8 +PLIST_FILES= sbin/dhcpcd .include <bsd.port.mk> |