diff options
author | kris <kris@FreeBSD.org> | 2004-04-02 07:29:48 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-02 07:29:48 +0000 |
commit | 7b97ce56e76408c079ea16e427bf5a726ebe0b74 (patch) | |
tree | 7a899bd5b68d41e34af8d11e9e139951f5d9f7f3 /print | |
parent | e2d890ce79e982e5b469cfc411061acff2d49599 (diff) | |
download | FreeBSD-ports-7b97ce56e76408c079ea16e427bf5a726ebe0b74.zip FreeBSD-ports-7b97ce56e76408c079ea16e427bf5a726ebe0b74.tar.gz |
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 'print')
-rw-r--r-- | print/Makefile | 2 | ||||
-rw-r--r-- | print/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile index ba8f7af..f7c7b81 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,6 +1,8 @@ # $FreeBSD$ # + COMMENT = Desktop publishing + SUBDIR += a2ps-a4 SUBDIR += a2ps-letter SUBDIR += a2ps-letterdj diff --git a/print/pkg/COMMENT b/print/pkg/COMMENT deleted file mode 100644 index 832f788..0000000 --- a/print/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Desktop publishing |