aboutsummaryrefslogtreecommitdiffstats
path: root/devel/allegro
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2002-03-28 23:34:57 +0800
committerolgeni <olgeni@FreeBSD.org>2002-03-28 23:34:57 +0800
commit32c9f0126b545cd4a36a4538cf307b4ca3ac546c (patch)
treec97dabaa9266b56073226e8a4320631b0ac6cbcc /devel/allegro
parentbc144c19b03ab9b1f12cd29d287fa930a296f988 (diff)
downloadfreebsd-ports-gnome-32c9f0126b545cd4a36a4538cf307b4ca3ac546c.tar.gz
freebsd-ports-gnome-32c9f0126b545cd4a36a4538cf307b4ca3ac546c.tar.zst
freebsd-ports-gnome-32c9f0126b545cd4a36a4538cf307b4ca3ac546c.zip
Use proper names for installed libraries.
Diffstat (limited to 'devel/allegro')
-rw-r--r--devel/allegro/Makefile5
-rw-r--r--devel/allegro/pkg-plist4
2 files changed, 7 insertions, 2 deletions
diff --git a/devel/allegro/Makefile b/devel/allegro/Makefile
index 572569b733f0..518c0aaf44b5 100644
--- a/devel/allegro/Makefile
+++ b/devel/allegro/Makefile
@@ -7,6 +7,7 @@
PORTNAME= allegro
PORTVERSION= 4.0.0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= alleg
@@ -39,6 +40,10 @@ pre-build:
post-install:
${MKDIR} ${PREFIX}/share/doc/allegro
${CP} ${WRKSRC}/docs/html/* ${PREFIX}/share/doc/allegro
+ @${MV} ${LOCALBASE}/lib/liballeg-4.0.0.so \
+ ${LOCALBASE}/lib/liballeg.so.4
+ @${MV} ${LOCALBASE}/lib/liballeg_unsharable.a \
+ ${LOCALBASE}/lib/liballeg.a
.endif
.if !defined (WITHOUT_MAN)
diff --git a/devel/allegro/pkg-plist b/devel/allegro/pkg-plist
index f100c1aebc96..54ba294fafd5 100644
--- a/devel/allegro/pkg-plist
+++ b/devel/allegro/pkg-plist
@@ -88,8 +88,8 @@ include/allegro/timer.h
include/allegro/unicode.h
include/linalleg.h
include/xalleg.h
-lib/liballeg-4.0.0.so
-lib/liballeg_unsharable.a
+lib/liballeg.a
+lib/liballeg.so.4.0
%%PORTDOCS%%share/doc/allegro/abi.html
%%PORTDOCS%%share/doc/allegro/ahack.html
%%PORTDOCS%%share/doc/allegro/alleg000.html