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 /graphics/povray37 | |
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 'graphics/povray37')
-rw-r--r-- | graphics/povray37/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/povray37/Makefile b/graphics/povray37/Makefile index ce9fcf185d91..cede05f4075e 100644 --- a/graphics/povray37/Makefile +++ b/graphics/povray37/Makefile @@ -3,11 +3,12 @@ # Date created: 28 Dec 1994 # Whom: jmacd@uclink.berkeley.edu # -# $Id: Makefile,v 1.2 1994/10/06 07:52:04 swallace Exp $ +# $Id: Makefile,v 1.1.1.1 1994/12/29 01:10:56 swallace Exp $ # DISTNAME= POV-Ray-2.2 MASTER_SITES= ftp://povray.cdrom.com/pub/povray/Official/Generic-Unix/ +CATEGORIES+= graphics DISTFILES= povdoc.tar.Z povscn.tar.Z povsrc.tar.Z EXTRACT_SUFX= tar.Z NO_WRKSUBDIR= |