diff options
Diffstat (limited to 'devel/glib13/Makefile')
-rw-r--r-- | devel/glib13/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/glib13/Makefile b/devel/glib13/Makefile index dcac5602a959..6d00dcee18fe 100644 --- a/devel/glib13/Makefile +++ b/devel/glib13/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: glib -# Version required: 1.1.4 +# Version required: 1.1.3 # Date Created: 28 July 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.4 1998/10/28 15:46:56 vanilla Exp $ +# $Id: Makefile,v 1.5 1998/11/02 15:59:38 vanilla Exp $ # -DISTNAME= glib-1.1.4 +DISTNAME= glib-1.1.3 CATEGORIES= devel MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.1/ \ ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.1/ \ @@ -20,9 +20,9 @@ CONFIGURE_ENV= INSTALL='$${INSTALL} -c' CONFIGURE_ARGS= --includedir=${PREFIX}/include/glib post-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi +# @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.mk> |