diff options
author | tnn <tnn@pkgsrc.org> | 2008-05-29 19:13:24 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-05-29 19:13:24 +0000 |
commit | ef34e767101dec912440a9160a754cd9a4c8d93a (patch) | |
tree | 8eb0c1f0fc1aeef142f768cfea8f4a8e4f91541a /graphics/glx-utils/Makefile | |
parent | 340b1a555ec46bf0fe96d17f04ad690c0dff2a7b (diff) | |
download | pkgsrc-ef34e767101dec912440a9160a754cd9a4c8d93a.tar.gz |
Actually let's just reach over for the distinfo now that it works.
Diffstat (limited to 'graphics/glx-utils/Makefile')
-rw-r--r-- | graphics/glx-utils/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/glx-utils/Makefile b/graphics/glx-utils/Makefile index 4234731399d..d01b2c59d87 100644 --- a/graphics/glx-utils/Makefile +++ b/graphics/glx-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/04/24 09:41:38 tnn Exp $ +# $NetBSD: Makefile,v 1.5 2008/05/29 19:13:24 tnn Exp $ DISTNAME= MesaDemos-${MESA_VERSION} PKGNAME= glx-utils-${MESA_PKGVERSION} @@ -9,6 +9,8 @@ PKG_DESTDIR_SUPPORT= user-destdir .include "../../graphics/Mesa/Makefile.common" +DISTINFO_FILE= ${.CURDIR}/../MesaLib/distinfo + INSTALLATION_DIRS= bin .include "../../graphics/glu/buildlink3.mk" |