diff options
author | kris <kris@FreeBSD.org> | 2004-04-02 15:29:48 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-02 15:29:48 +0800 |
commit | 7b97ce56e76408c079ea16e427bf5a726ebe0b74 (patch) | |
tree | 7a899bd5b68d41e34af8d11e9e139951f5d9f7f3 /picobsd/Makefile | |
parent | e2d890ce79e982e5b469cfc411061acff2d49599 (diff) | |
download | freebsd-ports-graphics-7b97ce56e76408c079ea16e427bf5a726ebe0b74.tar.gz freebsd-ports-graphics-7b97ce56e76408c079ea16e427bf5a726ebe0b74.tar.zst freebsd-ports-graphics-7b97ce56e76408c079ea16e427bf5a726ebe0b74.zip |
Remove category pkg/COMMENT files in favour of a COMMENT variable in the
category makefile.
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR: 59651
Diffstat (limited to 'picobsd/Makefile')
-rw-r--r-- | picobsd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/picobsd/Makefile b/picobsd/Makefile index a9962fe0e7c..f4644b30038 100644 --- a/picobsd/Makefile +++ b/picobsd/Makefile @@ -1,6 +1,8 @@ # $FreeBSD$ # + COMMENT = PicoBSD-related ports + SUBDIR += ssh-picobsd .include <bsd.port.subdir.mk> |