diff options
Diffstat (limited to 'graphics/aalib/Makefile')
-rw-r--r-- | graphics/aalib/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/aalib/Makefile b/graphics/aalib/Makefile index 3bfe61b..c13aa45 100644 --- a/graphics/aalib/Makefile +++ b/graphics/aalib/Makefile @@ -3,7 +3,7 @@ # Date created: 9 Dec 1997 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.4 1998/03/29 01:33:10 steve Exp $ +# $Id: Makefile,v 1.5 1998/04/19 10:26:47 andreas Exp $ # DISTNAME= aalib-1.2 @@ -19,4 +19,7 @@ pre-install: ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ fi +post-install: + @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib + .include <bsd.port.mk> |