aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2002-08-26 03:40:45 +0800
committermi <mi@FreeBSD.org>2002-08-26 03:40:45 +0800
commit2c7381e77a3f0ef57a6f6fd5ec2c13f909536fd7 (patch)
tree317a1b615a40b145841a32872d67b9d8831de1c7
parenteb31bb8232cc48e6ce1ea269922dd37a8184d248 (diff)
downloadfreebsd-ports-gnome-2c7381e77a3f0ef57a6f6fd5ec2c13f909536fd7.tar.gz
freebsd-ports-gnome-2c7381e77a3f0ef57a6f6fd5ec2c13f909536fd7.tar.zst
freebsd-ports-gnome-2c7381e77a3f0ef57a6f6fd5ec2c13f909536fd7.zip
Install all files in one go, instead of invoking install(1) for each
one. Approved by: maintainer
-rw-r--r--x11-fonts/artwiz-fonts/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/x11-fonts/artwiz-fonts/Makefile b/x11-fonts/artwiz-fonts/Makefile
index aeea321160b9..ed82f1068b6c 100644
--- a/x11-fonts/artwiz-fonts/Makefile
+++ b/x11-fonts/artwiz-fonts/Makefile
@@ -15,7 +15,6 @@ MAINTAINER= dominic_marks@btinternet.com
NO_BUILD= yes
USE_BZIP2= yes
-USE_REINPLACE= yes
USE_X_PREFIX= yes
PKGMESSAGE= ${WRKDIR}/pkg-message
WRKSRC= ${WRKDIR}/fluxbox-${PORTNAME}
@@ -23,16 +22,13 @@ WRKSRC= ${WRKDIR}/fluxbox-${PORTNAME}
FONTS= anorexia aqui cure cursor drift edges gelly glisp-bold \
glisp lime mints-mild mints-strong nu snap
FONTDIR= ${X11BASE}/lib/X11/fonts/${PORTNAME}/
-FONTEXT= pcf.gz
+FILES= ${FONTS:S,$,.pcf.gz,} ${FILESDIR}/fonts.dir
.include <bsd.port.pre.mk>
do-install:
@${MKDIR} ${FONTDIR}
-.for FONT in ${FONTS}
- @${INSTALL_DATA} ${WRKSRC}/${FONT}.${FONTEXT} ${FONTDIR}
-.endfor
- @${INSTALL_DATA} ${FILESDIR}/fonts.dir ${FONTDIR}
+ cd ${WRKSRC} && ${INSTALL_DATA} ${FILES} ${FONTDIR}
post-install:
@${SED} 's|$${X11BASE}|${X11BASE}|g' \