diff options
author | crees <crees@FreeBSD.org> | 2011-06-25 20:26:47 +0000 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-06-25 20:26:47 +0000 |
commit | 62243e2fb2a7dd14a4ebe3939410275ee8c0323b (patch) | |
tree | 1ae127c73f32a294a02d0cd22154c6619f14b884 /dns | |
parent | 44737706c36ed406dd198ad61074a0e8ce119afb (diff) | |
download | FreeBSD-ports-62243e2fb2a7dd14a4ebe3939410275ee8c0323b.zip FreeBSD-ports-62243e2fb2a7dd14a4ebe3939410275ee8c0323b.tar.gz |
- Deprecate; Unmaintained, distfile has changed with no explanation, uses pw directly
Expires in one month
PR: ports/157603
Approved by: rene (mentor)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dhid/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dns/dhid/Makefile b/dns/dhid/Makefile index f74092d..7561abe 100644 --- a/dns/dhid/Makefile +++ b/dns/dhid/Makefile @@ -24,6 +24,9 @@ USE_RC_SUBR= dhid PORTDOCS= AUTHORS CONTRIBUTORS COPYRIGHT INSTALL README WHATSNEW PLIST_FILES= sbin/dhid bin/genkeys etc/dhid.conf.sample +DEPRECATED= Unmaintained, distfile has changed with no explanation +EXPIRATION_DATE=2011-07-25 + DHID_USER= dhis DHID_GROUP= dhis DHID_PID_DIR= /var/run/dhis |