diff options
author | max <max@FreeBSD.org> | 1997-09-15 03:36:43 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-09-15 03:36:43 +0800 |
commit | 450e66020f5f636ba057e004a26b149b9bd30cb1 (patch) | |
tree | 62db77d0ea60e36c7ddaca58cf7707fe0b31c39c /graphics/imlib2-tmp/Makefile | |
parent | 41bbfc559e76f219ae88209be522171bd6e5ef41 (diff) | |
download | freebsd-ports-gnome-450e66020f5f636ba057e004a26b149b9bd30cb1.tar.gz freebsd-ports-gnome-450e66020f5f636ba057e004a26b149b9bd30cb1.tar.zst freebsd-ports-gnome-450e66020f5f636ba057e004a26b149b9bd30cb1.zip |
Upgrade, 0.4 -> 0.5.
Submitted by: the port maintainer
PR: 4536
Diffstat (limited to 'graphics/imlib2-tmp/Makefile')
-rw-r--r-- | graphics/imlib2-tmp/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/imlib2-tmp/Makefile b/graphics/imlib2-tmp/Makefile index 420286b73dbc..2f0972468046 100644 --- a/graphics/imlib2-tmp/Makefile +++ b/graphics/imlib2-tmp/Makefile @@ -1,18 +1,18 @@ # New ports collection makefile for: imlib -# Version required: 0.4 +# Version required: 0.5 # Date created: 18 August 1997 # Whom: Vanill I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.2 1997/08/18 17:45:11 chuckr Exp $ +# $Id: Makefile,v 1.3 1997/08/28 04:38:36 chuckr Exp $ # -DISTNAME= imlib_DR-0.4 -PKGNAME= imlib-0.4 +DISTNAME= imlib_DR-0.5 +PKGNAME= imlib-0.5 CATEGORIES= graphics MASTER_SITES= http://www.rasterman.com/ftp/ \ ftp://cthulhu.mandrake.net/pub/enlightenment/ -MAINTAINER= Vanill I. Shu <vanilla@MinJe.com.TW> +MAINTAINER= vanilla@MinJe.com.TW USE_GMAKE= yes USE_IMAKE= yes @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/imlib post-patch: $(CP) $(WRKSRC)/Imakefile $(WRKSRC)/Imakefile.pat - sed -e "s%X11BASE%$(X11BASE)%" <$(WRKSRC)/Imakefile.pat >$(WRKSRC)/Imakefile + ${SED} -e "s%X11BASE%$(X11BASE)%" <$(WRKSRC)/Imakefile.pat >$(WRKSRC)/Imakefile post-install: ${LDCONFIG} -m ${PREFIX}/lib |