diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-12-23 18:55:08 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-12-23 18:55:08 +0000 |
commit | 23e2bf7e0b72784e9979992e75a5fb47c01ccc99 (patch) | |
tree | 972069b866d20f6128ef0645f50f5ccbdd401f46 /net/isc-dhcp3 | |
parent | Tweak. (diff) |
Return to PORTS at F-R-E-E-B-S-D dot O-R-G.
Notes
Notes:
svn path=/head/; revision=36280
Diffstat (limited to 'net/isc-dhcp3')
-rw-r--r-- | net/isc-dhcp3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/isc-dhcp3/Makefile b/net/isc-dhcp3/Makefile index 9306fc3898ba..0c565a531cd7 100644 --- a/net/isc-dhcp3/Makefile +++ b/net/isc-dhcp3/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/ DISTNAME= dhcp-3.0b2pl${PORTVERSION:S/3.0.b2.//g} -MAINTAINER= obrien@FreeBSD.org +MAINTAINER= ports@FreeBSD.org .if defined(USE_FACILITY) _USE_FACILITY:= `${ECHO} ${USE_FACILITY} | ${TR} "[:lower:]" "[:upper:]"` |