summaryrefslogtreecommitdiff
path: root/x11/rep-gtk/Makefile
diff options
context:
space:
mode:
authorheinz <heinz>2004-01-27 00:53:10 +0000
committerheinz <heinz>2004-01-27 00:53:10 +0000
commitc4a746650ec3ce51092f46b30440ee814f6dbcaa (patch)
tree0e38a95bbce9b72b902212b13f3fff0a72b2b5fd /x11/rep-gtk/Makefile
parentd8e3f2f0d5830a73b60fbd37e5d63bfc0282c3c6 (diff)
downloadpkgsrc-c4a746650ec3ce51092f46b30440ee814f6dbcaa.tar.gz
Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248
Diffstat (limited to 'x11/rep-gtk/Makefile')
-rw-r--r--x11/rep-gtk/Makefile6
1 files changed, 3 insertions, 3 deletions
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"