diff options
author | kris <kris@FreeBSD.org> | 2002-09-18 08:31:23 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-09-18 08:31:23 +0800 |
commit | f6f31e427253205aad37a9fab451d6119a2b3b49 (patch) | |
tree | cbc7f42baf83bf37e53e8579b8f453b8171eafe4 /devel/allegro | |
parent | dff8b647baa13f43357538e589edf9e65d038eaf (diff) | |
download | freebsd-ports-gnome-f6f31e427253205aad37a9fab451d6119a2b3b49.tar.gz freebsd-ports-gnome-f6f31e427253205aad37a9fab451d6119a2b3b49.tar.zst freebsd-ports-gnome-f6f31e427253205aad37a9fab451d6119a2b3b49.zip |
Fix plist and installation
Diffstat (limited to 'devel/allegro')
-rw-r--r-- | devel/allegro/Makefile | 6 | ||||
-rw-r--r-- | devel/allegro/pkg-plist | 4 |
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 |