diff options
author | steve <steve@FreeBSD.org> | 1999-06-22 17:18:30 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-22 17:18:30 +0000 |
commit | fae3a592d200d34ca22feeb12273ce73a27e2926 (patch) | |
tree | 2083a2a45fb67d757f3869669f462169af4d7c7d /graphics/povray36/Makefile | |
parent | 1f8f925ffcffe5a7467f8526d88c6ee468365b5d (diff) | |
download | FreeBSD-ports-fae3a592d200d34ca22feeb12273ce73a27e2926.zip FreeBSD-ports-fae3a592d200d34ca22feeb12273ce73a27e2926.tar.gz |
Move this port's distfiles to its own subdirectory since they conflict
with the one's in the povray31 port.
Diffstat (limited to 'graphics/povray36/Makefile')
-rw-r--r-- | graphics/povray36/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/povray36/Makefile b/graphics/povray36/Makefile index ac1da7d..a8ff5a1 100644 --- a/graphics/povray36/Makefile +++ b/graphics/povray36/Makefile @@ -3,7 +3,7 @@ # Date created: 3 Dec 1996 # Whom: paulo@isr.uc.pt # -# $Id: Makefile,v 1.13 1999/01/23 07:05:29 vanilla Exp $ +# $Id: Makefile,v 1.14 1999/06/07 12:03:44 kris Exp $ # DISTNAME= povray3 @@ -19,6 +19,8 @@ MAINTAINER= kris@FreeBSD.ORG LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png +DIST_SUBDIR= povray30 + USE_XLIB= yes MAN1= povray.1 |