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 | |
parent | b2aa3a580bae899ec8156a4a8d486fd19377386d (diff) | |
download | pkgsrc-77e08cb99162242733f35959d173fe8e631757ad.tar.gz |
USE_PKGLOCALEDIR, remove unnecessary patch, delint.
Diffstat (limited to 'graphics/giram')
-rw-r--r-- | graphics/giram/Makefile | 13 | ||||
-rw-r--r-- | graphics/giram/distinfo | 3 | ||||
-rw-r--r-- | graphics/giram/patches/patch-aa | 13 |
3 files changed, 7 insertions, 22 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 diff --git a/graphics/giram/distinfo b/graphics/giram/distinfo index 4ec3fa8f6e0..7300dc2fa93 100644 --- a/graphics/giram/distinfo +++ b/graphics/giram/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.3 2002/01/25 19:20:28 wiz Exp $ +$NetBSD: distinfo,v 1.4 2002/12/01 13:49:40 salo Exp $ SHA1 (Giram-0.1.2.tar.gz) = d0758b5bdc51d41c868ae68cf3ce1352b16b68ea Size (Giram-0.1.2.tar.gz) = 452540 bytes -SHA1 (patch-aa) = 17354eedaedd64e8cdee895bc5c4c39d06391f4d SHA1 (patch-ak) = 27587c5825d11ee9278edfb342fa1b6e6d20a428 diff --git a/graphics/giram/patches/patch-aa b/graphics/giram/patches/patch-aa deleted file mode 100644 index d32e208ba04..00000000000 --- a/graphics/giram/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2002/01/25 19:20:29 wiz Exp $ - ---- configure.orig Mon Aug 30 19:18:47 1999 -+++ configure -@@ -4497,7 +4497,7 @@ - s%@USE_INCLUDED_LIBINTL@%$USE_INCLUDED_LIBINTL%g - s%@CATALOGS@%$CATALOGS%g - s%@CATOBJEXT@%$CATOBJEXT%g --s%@DATADIRNAME@%$DATADIRNAME%g -+s%@DATADIRNAME@%$PKGLOCALEDIR%g - s%@GMOFILES@%$GMOFILES%g - s%@INSTOBJEXT@%$INSTOBJEXT%g - s%@INTLDEPS@%$INTLDEPS%g |