aboutsummaryrefslogtreecommitdiff
path: root/devel/allegro
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-09-18 00:31:23 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-09-18 00:31:23 +0000
commit78be3b17815347d3fe9ad53625297cacd3ada8c6 (patch)
treedab347dd5979191d9b5e8437a30b35264a6b576d /devel/allegro
parentc11cc0a492734e5270a58dc17ad0cbfd6ea8e7f3 (diff)
downloadports-78be3b17815347d3fe9ad53625297cacd3ada8c6.tar.gz
ports-78be3b17815347d3fe9ad53625297cacd3ada8c6.zip
Fix plist and installation
Notes
Notes: svn path=/head/; revision=66545
Diffstat (limited to 'devel/allegro')
-rw-r--r--devel/allegro/Makefile6
-rw-r--r--devel/allegro/pkg-plist4
2 files changed, 7 insertions, 3 deletions
diff --git a/devel/allegro/Makefile b/devel/allegro/Makefile
index c9f25751e34d..fc995530c117 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 54ba294fafd5..462141b6aa0c 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