summaryrefslogtreecommitdiffstats
path: root/devel/glib12/Makefile
diff options
context:
space:
mode:
authorflathill <flathill@FreeBSD.org>1999-03-26 23:29:12 +0000
committerflathill <flathill@FreeBSD.org>1999-03-26 23:29:12 +0000
commitb577858cf143cf0f0df40c85a65cdbff1addb4bd (patch)
tree6bbc33e21bc49a5a6643769644086e48a993e672 /devel/glib12/Makefile
parentca6a76ccc5bf31d38457ec351c1de7f1a57a5924 (diff)
downloadFreeBSD-ports-b577858cf143cf0f0df40c85a65cdbff1addb4bd.zip
FreeBSD-ports-b577858cf143cf0f0df40c85a65cdbff1addb4bd.tar.gz
Update to 1.2.1
can't apply patch-aa and it is needless PR: ports/10810 Submitted by: mreimer@vpop.net
Diffstat (limited to 'devel/glib12/Makefile')
-rw-r--r--devel/glib12/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/glib12/Makefile b/devel/glib12/Makefile
index 7992787..6189f0c 100644
--- a/devel/glib12/Makefile
+++ b/devel/glib12/Makefile
@@ -3,10 +3,10 @@
# Date Created: 28 July 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.17 1999/02/17 18:12:08 vanilla Exp $
+# $Id: Makefile,v 1.18 1999/03/09 01:08:52 nectar Exp $
#
-DISTNAME= glib-1.2.0
+DISTNAME= glib-1.2.1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.2/ \
ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.2/ \
@@ -15,14 +15,12 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.2/ \
MAINTAINER= vanilla@FreeBSD.ORG
GNU_CONFIGURE= yes
-
CONFIGURE_ARGS= --includedir=${PREFIX}/include/glib12
-
MAN1= glib12-config.1
post-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \
- ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
+ ${SED} -ne '1,/Menu:/p' ${PREFIX}/info/dir > ${PREFIX}/info/dir; \
fi
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
OpenPOWER on IntegriCloud