From f6f31e427253205aad37a9fab451d6119a2b3b49 Mon Sep 17 00:00:00 2001 From: kris Date: Wed, 18 Sep 2002 00:31:23 +0000 Subject: Fix plist and installation --- devel/allegro/Makefile | 6 +++--- devel/allegro/pkg-plist | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'devel/allegro') diff --git a/devel/allegro/Makefile b/devel/allegro/Makefile index c9f2575..fc99553 100644 --- a/devel/allegro/Makefile +++ b/devel/allegro/Makefile @@ -36,15 +36,15 @@ pre-configure: pre-build: cd ${WRKSRC} && ${GMAKE} depend -.if !defined(NOPORTDOCS) post-install: +.if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/allegro ${CP} ${WRKSRC}/docs/html/* ${PREFIX}/share/doc/allegro +.endif @${MV} ${LOCALBASE}/lib/liballeg-4.0.0.so \ - ${LOCALBASE}/lib/liballeg.so.4.0 + ${LOCALBASE}/lib/liballeg.so.4 @${MV} ${LOCALBASE}/lib/liballeg_unsharable.a \ ${LOCALBASE}/lib/liballeg.a -.endif .if !defined (WITHOUT_MAN) INSTALL_TARGET+= install-man diff --git a/devel/allegro/pkg-plist b/devel/allegro/pkg-plist index 54ba294..462141b 100644 --- a/devel/allegro/pkg-plist +++ b/devel/allegro/pkg-plist @@ -88,6 +88,8 @@ include/allegro/timer.h include/allegro/unicode.h include/linalleg.h include/xalleg.h +lib/allegro/4.0/alleg-dga2.so +lib/allegro/4.0/modules.lst lib/liballeg.a lib/liballeg.so.4.0 %%PORTDOCS%%share/doc/allegro/abi.html @@ -143,6 +145,8 @@ lib/liballeg.so.4.0 %%PORTDOCS%%share/doc/allegro/thanks.html %%PORTDOCS%%share/doc/allegro/tmpfile.txt %%PORTDOCS%%@dirrm share/doc/allegro +@dirrm lib/allegro/4.0 +@dirrm lib/allegro @dirrm include/allegro/platform @dirrm include/allegro/internal @dirrm include/allegro/inline -- cgit v1.1