diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-20 21:59:44 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-20 21:59:44 +0000 |
commit | 418fd7aba9afdec974317159ca3ea5e9d35b84da (patch) | |
tree | fb658caafd5c643b9a417cc398164fdab95cf71f /devel/glib13/Makefile | |
parent | Respect the value of ${PREFIX}. (diff) |
Install info & man page now.
Diffstat (limited to 'devel/glib13/Makefile')
-rw-r--r-- | devel/glib13/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/glib13/Makefile b/devel/glib13/Makefile index 42ae5010284f..c9938f33c10b 100644 --- a/devel/glib13/Makefile +++ b/devel/glib13/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> |