diff options
Diffstat (limited to 'graphics/g3d')
-rw-r--r-- | graphics/g3d/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/g3d/Makefile b/graphics/g3d/Makefile index 774b201f6b8..eb6e1d9e8fe 100644 --- a/graphics/g3d/Makefile +++ b/graphics/g3d/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.23 2006/09/03 00:56:29 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2006/10/04 21:44:46 wiz Exp $ # DISTNAME= g3d-0.0.2 PKGREVISION= 6 CATEGORIES= graphics -MASTER_SITES= http://condor.stcloudstate.edu/~hebl9901/g3d/ +MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://condor.stcloudstate.edu/~hebl9901/g3d/ COMMENT= 3D modeller with a view of 3D modelling WRKSRC= ${WRKDIR}/g3d |