summaryrefslogtreecommitdiff
path: root/devel/glib12/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1999-01-20 21:59:44 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1999-01-20 21:59:44 +0000
commit418fd7aba9afdec974317159ca3ea5e9d35b84da (patch)
treefb658caafd5c643b9a417cc398164fdab95cf71f /devel/glib12/Makefile
parentRespect the value of ${PREFIX}. (diff)
Install info & man page now.
Notes
Notes: svn path=/head/; revision=16215
Diffstat (limited to 'devel/glib12/Makefile')
-rw-r--r--devel/glib12/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/glib12/Makefile b/devel/glib12/Makefile
index 42ae5010284f..c9938f33c10b 100644
--- a/devel/glib12/Makefile
+++ b/devel/glib12/Makefile
@@ -3,7 +3,7 @@
# Date Created: 28 July 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.12 1999/01/05 00:56:06 vanilla Exp $
+# $Id: Makefile,v 1.13 1999/01/20 18:30:57 vanilla Exp $
#
DISTNAME= glib-1.1.13
@@ -26,7 +26,12 @@ CONFIGURE_ARGS+= --with-threads=none
CONFIGURE_ARGS+= --with-threads=uthread
.endif
+MAN1= glib-config.1
+
post-install:
+ @if [ ! -f ${PREFIX}/info/dir ]; then \
+ ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
+ fi
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.post.mk>