diff options
author | wiz <wiz@pkgsrc.org> | 2013-07-06 22:31:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-07-06 22:31:53 +0000 |
commit | 361ba2c9fc8fffc21ebbd50009e0b95e7000639c (patch) | |
tree | 7f2d02fa4bcb2f41760d58ccd61e4e391d9d366a | |
parent | c7ac133115e2996f8059ca4a873ba21c169c24cb (diff) | |
download | pkgsrc-361ba2c9fc8fffc21ebbd50009e0b95e7000639c.tar.gz |
Install allegro.m4 file so packages using autoconf can find it.
Bump PKGREVISION.
-rw-r--r-- | devel/allegro/Makefile | 10 | ||||
-rw-r--r-- | devel/allegro/PLIST | 5 |
2 files changed, 10 insertions, 5 deletions
diff --git a/devel/allegro/Makefile b/devel/allegro/Makefile index 034c411cb5c..66a8070bada 100644 --- a/devel/allegro/Makefile +++ b/devel/allegro/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2013/02/16 11:20:41 wiz Exp $ -# +# $NetBSD: Makefile,v 1.38 2013/07/06 22:31:53 wiz Exp $ DISTNAME= allegro-4.4.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=alleg/} @@ -34,6 +33,11 @@ PKGCONFIG_OVERRIDE+= misc/allegrogl.pc.in PKGCONFIG_OVERRIDE+= misc/jpgalleg.pc.in PKGCONFIG_OVERRIDE+= misc/allegro.pc.in +INSTALLATION_DIRS= share/aclocal + +post-install: + ${INSTALL_DATA} ${WRKSRC}/misc/allegro.m4 ${DESTDIR}${PREFIX}/share/aclocal + .include "../../audio/libvorbis/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../graphics/glu/buildlink3.mk" diff --git a/devel/allegro/PLIST b/devel/allegro/PLIST index 9fa94976f4a..2cb068c725b 100644 --- a/devel/allegro/PLIST +++ b/devel/allegro/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2012/02/20 15:39:37 reinoud Exp $ +@comment $NetBSD: PLIST,v 1.14 2013/07/06 22:31:53 wiz Exp $ bin/allegro-config bin/colormap bin/dat @@ -120,8 +120,8 @@ info/allegro.info lib/allegro/${PKGVERSION}/alleg-dga2.so lib/allegro/${PKGVERSION}/modules.lst lib/liballeg.so -lib/liballeg.so.4.4 lib/liballeg.so.${PKGVERSION} +lib/liballeg.so.4.4 lib/liballeggl.a lib/libjpgalleg.a lib/libloadpng.a @@ -131,6 +131,7 @@ lib/pkgconfig/allegrogl.pc lib/pkgconfig/jpgalleg.pc lib/pkgconfig/loadpng.pc lib/pkgconfig/logg.pc +share/aclocal/allegro.m4 share/doc/${PKGNAME}/AUTHORS share/doc/${PKGNAME}/CHANGES share/doc/${PKGNAME}/THANKS |