diff options
author | ak <ak@FreeBSD.org> | 2014-07-04 02:39:33 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2014-07-04 02:39:33 +0800 |
commit | ce1f444fd00b6f1c8d4b2ab509bd8c01ab70c51c (patch) | |
tree | ad04f5d06b20178d0b785af1688e6d69ffd53430 /sysutils/readlink | |
parent | 1e995f8f2cbe05f8ac8ecc469c6a11136e28a603 (diff) | |
download | freebsd-ports-gnome-ce1f444fd00b6f1c8d4b2ab509bd8c01ab70c51c.tar.gz freebsd-ports-gnome-ce1f444fd00b6f1c8d4b2ab509bd8c01ab70c51c.tar.zst freebsd-ports-gnome-ce1f444fd00b6f1c8d4b2ab509bd8c01ab70c51c.zip |
- Deprecate and set expiration date to 2014-08-03: All features implemented in the base system since FreeBSD 8.3
Diffstat (limited to 'sysutils/readlink')
-rw-r--r-- | sysutils/readlink/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/readlink/Makefile b/sysutils/readlink/Makefile index b08fc1b45dc1..3342b04a1db4 100644 --- a/sysutils/readlink/Makefile +++ b/sysutils/readlink/Makefile @@ -9,6 +9,9 @@ MASTER_SITES= LOCAL/dd MAINTAINER= ports@FreeBSD.org COMMENT= Dereference a symbolic link and print the name of the target +DEPRECATED= All features implemented in the base system since FreeBSD 8.3 +EXPIRATION_DATE= 2014-08-03 + PLIST_FILES= bin/readlink \ man/man1/readlink.1.gz |