aboutsummaryrefslogtreecommitdiff
path: root/devel/invitation_to_ruby
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2004-03-15 22:21:04 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2004-03-15 22:21:04 +0000
commit3babd53e4fb8cc195a6edf07ace11b5ab5b36811 (patch)
tree31d9a3f2987cd4438e1637ec140249247c112f07 /devel/invitation_to_ruby
parent91255164ff146fca72d8470ad099c3dc1bd7cfe3 (diff)
downloadports-3babd53e4fb8cc195a6edf07ace11b5ab5b36811.tar.gz
ports-3babd53e4fb8cc195a6edf07ace11b5ab5b36811.zip
Fix packing list (with pointy hat for me).
Notes
Notes: svn path=/head/; revision=104121
Diffstat (limited to 'devel/invitation_to_ruby')
-rw-r--r--devel/invitation_to_ruby/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/invitation_to_ruby/Makefile b/devel/invitation_to_ruby/Makefile
index f159aadcb611..efc00890f5af 100644
--- a/devel/invitation_to_ruby/Makefile
+++ b/devel/invitation_to_ruby/Makefile
@@ -18,8 +18,6 @@ EXTRACT_SUFX= .tgz
MAINTAINER= trevor@FreeBSD.org
COMMENT= A talk given by Jim Weirich, a brief introduction to Ruby
-BROKEN= "Broken pkg-plist"
-
NO_BUILD= yes
NO_CDROM= \
"no commercial use--see \<URL:http://creativecommons.org/licenses/by-nc/1.0/\>"
@@ -30,10 +28,10 @@ PLIST= ${WRKDIR}/plist
pre-install:
${RM} -f ${PLIST}
- cd ${WRKSRC}; ${FIND} * -type f \
+ cd ${WRKSRC}; ${FIND} . -type f | ${CUT} -c2- \
| ${SED} 's|^|${DOCSDIR:S,${PREFIX}/,,}|' \
| ${SORT} >> ${PLIST}
- cd ${WRKSRC}; ${FIND} * -type d \
+ cd ${WRKSRC}; ${FIND} . -type d | ${CUT} -c2- \
| ${SED} 's|^|@dirrm ${DOCSDIR:S,${PREFIX}/,,}|' \
| ${SORT} -r >> ${PLIST}