From 37a8629051e62530efa59266df88fae87ec30cfc Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Mon, 23 Jul 2007 16:53:00 +0000 Subject: [PATCH] - using ${PKGNAME} in ${WRKDIST} is plain stupid (yes, my fault) ; unbreak - no bump since it did no package problem found by Moritz Grimm --- x11/liberation-fonts/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/x11/liberation-fonts/Makefile b/x11/liberation-fonts/Makefile index 3ecbaa140d4..f64ac030cf2 100644 --- a/x11/liberation-fonts/Makefile +++ b/x11/liberation-fonts/Makefile @@ -1,11 +1,13 @@ -# $OpenBSD: Makefile,v 1.2 2007/07/22 08:02:11 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.3 2007/07/23 16:53:00 ajacoutot Exp $ PKG_ARCH= * COMMENT= substitute for MS TTF core fonts -DISTNAME= liberation-fonts-ttf-3 -PKGNAME= liberation-fonts-0.2p0 +V= 0.2 +BASENAME= liberation-fonts +DISTNAME= ${BASENAME}-ttf-3 +PKGNAME= ${BASENAME}-${V}p0 CATEGORIES= x11 HOMEPAGE= http://www.redhat.com/promo/fonts/ @@ -23,7 +25,7 @@ MASTER_SITES= https://www.redhat.com/f/fonts/ NO_BUILD= Yes NO_REGRESS= Yes -WRKDIST= ${WRKDIR}/${PKGNAME} +WRKDIST= ${WRKDIR}/${BASENAME}-${V} INST_DIR= ${PREFIX}/lib/X11/fonts/Liberation do-install: