diff options
author | Ade Lovett <ade@FreeBSD.org> | 2003-03-07 06:14:21 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2003-03-07 06:14:21 +0000 |
commit | 7e52725f2a86aad46bd6b50d5581b6ef0afd0e19 (patch) | |
tree | fd4e3235fcfaf2558312feb3c9527f1592b91aff /sysutils/readlink | |
parent | baa68c63d40ffc2c059c978764c3c89675445e55 (diff) | |
download | ports-7e52725f2a86aad46bd6b50d5581b6ef0afd0e19.tar.gz ports-7e52725f2a86aad46bd6b50d5581b6ef0afd0e19.zip |
Notes
Diffstat (limited to 'sysutils/readlink')
-rw-r--r-- | sysutils/readlink/Makefile | 1 | ||||
-rw-r--r-- | sysutils/readlink/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/readlink/Makefile b/sysutils/readlink/Makefile index deff82107970..47c4afcbf312 100644 --- a/sysutils/readlink/Makefile +++ b/sysutils/readlink/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} \ MASTER_SITE_SUBDIR= dd MAINTAINER= dd@FreeBSD.org +COMMENT= Dereference a symbolic link and print the name of the target MANSECTS= 1 MAN1= readlink.1 diff --git a/sysutils/readlink/pkg-comment b/sysutils/readlink/pkg-comment deleted file mode 100644 index 0fb897731028..000000000000 --- a/sysutils/readlink/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Dereference a symbolic link and print the name of the target |