summaryrefslogtreecommitdiff
path: root/fonts/t1lib
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2004-01-27 00:53:10 +0000
committerheinz <heinz@pkgsrc.org>2004-01-27 00:53:10 +0000
commit18a916d5e6481b140ffb5e120e09d36645a44a11 (patch)
tree0e38a95bbce9b72b902212b13f3fff0a72b2b5fd /fonts/t1lib
parentd84262f580a6d28b6b7bde5294039c4f6e0999df (diff)
downloadpkgsrc-18a916d5e6481b140ffb5e120e09d36645a44a11.tar.gz
Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248
Diffstat (limited to 'fonts/t1lib')
-rw-r--r--fonts/t1lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/t1lib/Makefile b/fonts/t1lib/Makefile
index ef5bd922089..95e783f2148 100644
--- a/fonts/t1lib/Makefile
+++ b/fonts/t1lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/01/22 08:38:29 grant Exp $
+# $NetBSD: Makefile,v 1.10 2004/01/27 00:53:11 heinz Exp $
DISTNAME= t1lib-1.3.1
CATEGORIES= fonts devel graphics
@@ -25,7 +25,7 @@ CONF_FILES= ${EGDIR}/t1lib.config.sample ${DATADIR}/t1lib.config
CONF_FILES+= ${EGDIR}/FontDataBase ${DATADIR}/FontDataBase
pre-build:
- ${FIND} ${WRKSRC} -name "*.orig" | ${XARGS} ${RM}
+ ${FIND} ${WRKSRC} -name "*.orig" -print | ${XARGS} ${RM}
post-install:
${INSTALL_DATA_DIR} ${DATADIR}