summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
Diffstat (limited to 'x11')
-rw-r--r--x11/mlterm/Makefile4
-rw-r--r--x11/py-Pmw/Makefile6
-rw-r--r--x11/rep-gtk/Makefile6
-rw-r--r--x11/xjman/Makefile6
-rw-r--r--x11/xservers/Makefile6
5 files changed, 14 insertions, 14 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile
index 79a0a3b31bb..4b749bc56dc 100644
--- a/x11/mlterm/Makefile
+++ b/x11/mlterm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/01/24 15:30:33 grant Exp $
+# $NetBSD: Makefile,v 1.19 2004/01/27 00:53:10 heinz Exp $
DISTNAME= mlterm-2.7.0
PKGREVISION= 2
@@ -29,7 +29,7 @@ CONFIGURE_ARGS+= --enable-anti-alias
CONFIGURE_ARGS+= --without-libiconv-prefix
post-patch:
- @${FIND} ${WRKSRC} -name Makefile.in | \
+ @${FIND} ${WRKSRC} -name Makefile.in -print | \
while read f; do \
${MV} $$f $${f}.orig; \
${SED} \
diff --git a/x11/py-Pmw/Makefile b/x11/py-Pmw/Makefile
index 5a021ff0364..a85819c6a69 100644
--- a/x11/py-Pmw/Makefile
+++ b/x11/py-Pmw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/01/20 12:28:27 agc Exp $
+# $NetBSD: Makefile,v 1.11 2004/01/27 00:53:10 heinz Exp $
#
DISTNAME= Pmw.0.8.5
@@ -18,9 +18,9 @@ USE_BUILDLINK2= YES
do-build:
do-install:
- (cd ${WRKDIR}; ${FIND} Pmw -type d | \
+ (cd ${WRKDIR}; ${FIND} Pmw -type d -print | \
${SED} -e 's,^,${PREFIX}/${PYSITELIB}/,' | ${XARGS} ${INSTALL_DATA_DIR})
- (cd ${WRKDIR}; for f in `${FIND} Pmw -type f`; do \
+ (cd ${WRKDIR}; for f in `${FIND} Pmw -type f -print`; do \
${INSTALL_DATA} $$f ${PREFIX}/${PYSITELIB}/$$f; done)
${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC}
(cd ${PREFIX}; ${FIND} ${PYSITELIB}/Pmw \
diff --git a/x11/rep-gtk/Makefile b/x11/rep-gtk/Makefile
index 35bb5c5a065..feedcf892d0 100644
--- a/x11/rep-gtk/Makefile
+++ b/x11/rep-gtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2004/01/24 15:30:34 grant Exp $
+# $NetBSD: Makefile,v 1.23 2004/01/27 00:53:10 heinz Exp $
#
DISTNAME= rep-gtk-0.15
@@ -23,9 +23,9 @@ post-install:
${INSTALL_ALIASES} -c ${FILESDIR} ${REPEXECDIR}
${RM} -f ${PLIST_SRC}
cd ${PREFIX} && ${FIND} libexec/rep/${MACHINE_GNU_PLATFORM} \
- -name "gnomelib.*" > ${PLIST_SRC}
+ -name "gnomelib.*" -print > ${PLIST_SRC}
cd ${PREFIX} && ${FIND} libexec/rep/${MACHINE_GNU_PLATFORM}/gui/gnome \
- -name "lib.*" >> ${PLIST_SRC}
+ -name "lib.*" -print >> ${PLIST_SRC}
${CAT} ${PKGDIR}/PLIST >> ${PLIST_SRC}
.include "../../devel/libglade/buildlink2.mk"
diff --git a/x11/xjman/Makefile b/x11/xjman/Makefile
index 95debbd30a8..6e7e3a570a0 100644
--- a/x11/xjman/Makefile
+++ b/x11/xjman/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/01/20 12:28:28 agc Exp $
+# $NetBSD: Makefile,v 1.5 2004/01/27 00:53:10 heinz Exp $
# FreeBSD Id: ports/japanese/xjman/Makefile,v 1.10 1999/10/30 15:34:24 sada Exp
DISTNAME= xjman-0.5
@@ -54,11 +54,11 @@ MKCATPAGES?= yes
post-build:
@${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
@(cd ${WRKSRC}; \
- ${FIND} man1/*.1 man3/*.3 man5/*.5 -type f | \
+ ${FIND} man1/*.1 man3/*.3 man5/*.5 -type f -print | \
${SED} -e 's|^|${XJMANDIR}/|' | sort >> ${PLIST_SRC})
.if ${MKCATPAGES} != no
@(cd ${WRKSRC}; \
- ${FIND} man1/*.1 man3/*.3 man5/*.5 -type f | \
+ ${FIND} man1/*.1 man3/*.3 man5/*.5 -type f -print | \
${SED} -e 's|^|${XJMANDIR}/|' \
-e 's|man[135]\(/.*\)\.\([135]\)$$|cat\2\1.0|' | \
sort >> ${PLIST_SRC})
diff --git a/x11/xservers/Makefile b/x11/xservers/Makefile
index f47474daf99..e6476975aad 100644
--- a/x11/xservers/Makefile
+++ b/x11/xservers/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2003/07/17 22:57:03 grant Exp $#
+# $NetBSD: Makefile,v 1.13 2004/01/27 00:53:10 heinz Exp $#
DISTNAME= xservers-3.3.6.3
CATEGORIES= x11
@@ -55,8 +55,8 @@ do-configure:
post-install:
cd ${PREFIX} && \
- ${FIND} ${X11_SUBDIR} \! -type d | ${SORT} >${PLIST_SRC} && \
- ${FIND} ${X11_SUBDIR} -type d | ${SORT} -r | \
+ ${FIND} ${X11_SUBDIR} \! -type d -print | ${SORT} >${PLIST_SRC} && \
+ ${FIND} ${X11_SUBDIR} -type d -print | ${SORT} -r | \
${AWK} '{print("@dirrm "$$1)}' >>${PLIST_SRC}
.include "../../mk/bsd.pkg.mk"