diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-01 12:51:41 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-01 12:51:41 +0000 |
commit | ac3066bf75f468401e4a8243ba4ea731c187b370 (patch) | |
tree | e3a493de948df0105f48151974dbe8794e55fc20 /print/psutils-letter | |
parent | 8938ad51ee770a85d67fd2e77d524ffae87efe38 (diff) | |
download | ports-ac3066bf75f468401e4a8243ba4ea731c187b370.tar.gz ports-ac3066bf75f468401e4a8243ba4ea731c187b370.zip |
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
Notes
Notes:
svn path=/head/; revision=1267
Diffstat (limited to 'print/psutils-letter')
-rw-r--r-- | print/psutils-letter/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/psutils-letter/Makefile b/print/psutils-letter/Makefile index 514306a383cc..867f3d7dabcf 100644 --- a/print/psutils-letter/Makefile +++ b/print/psutils-letter/Makefile @@ -1,6 +1,7 @@ DISTNAME= psutils-1.13 WRKSRC= $(WRKDIR)/src-1.3 MASTER_SITES= ftp://ftp.sunet.se/pub/text-processing/postscript/utilities/psutils/ +CATEGORIES+= printing pre-install: @mkdir -p ${PREFIX}/share/psutils |