diff options
author | salo <salo@pkgsrc.org> | 2002-12-01 13:49:38 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2002-12-01 13:49:38 +0000 |
commit | 77e08cb99162242733f35959d173fe8e631757ad (patch) | |
tree | 6a70661767445fee7ab387b60e24660d16973b61 /graphics/giram/Makefile | |
parent | b2aa3a580bae899ec8156a4a8d486fd19377386d (diff) | |
download | pkgsrc-77e08cb99162242733f35959d173fe8e631757ad.tar.gz |
USE_PKGLOCALEDIR, remove unnecessary patch, delint.
Diffstat (limited to 'graphics/giram/Makefile')
-rw-r--r-- | graphics/giram/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile index e73352c3db7..bb025d58b9b 100644 --- a/graphics/giram/Makefile +++ b/graphics/giram/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2002/10/20 13:37:17 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2002/12/01 13:49:40 salo Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1999/06/19 17:38:24 cpiazza Exp $ DISTNAME= Giram-0.1.2 @@ -13,12 +13,11 @@ COMMENT= Giram is Really A Modeller DEPENDS+= povray-[0-9]*:../../graphics/povray -USE_BUILDLINK2= yes -USE_X11= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes - -CONFIGURE_ENV= PKGLOCALEDIR="${PKGLOCALEDIR}" +USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= yes +USE_X11= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes post-install: @${INSTALL_DATA_DIR} ${PREFIX}/share/examples/Giram |