diff options
author | crees <crees@FreeBSD.org> | 2011-06-26 04:26:47 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-06-26 04:26:47 +0800 |
commit | 62243e2fb2a7dd14a4ebe3939410275ee8c0323b (patch) | |
tree | 1ae127c73f32a294a02d0cd22154c6619f14b884 | |
parent | 44737706c36ed406dd198ad61074a0e8ce119afb (diff) | |
download | freebsd-ports-gnome-62243e2fb2a7dd14a4ebe3939410275ee8c0323b.tar.gz freebsd-ports-gnome-62243e2fb2a7dd14a4ebe3939410275ee8c0323b.tar.zst freebsd-ports-gnome-62243e2fb2a7dd14a4ebe3939410275ee8c0323b.zip |
- Deprecate; Unmaintained, distfile has changed with no explanation, uses pw directly
Expires in one month
PR: ports/157603
Approved by: rene (mentor)
-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 f74092da5000..7561abe98c7a 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 |