aboutsummaryrefslogtreecommitdiffstats
path: root/devel/invitation_to_ruby
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2004-03-16 06:21:04 +0800
committertrevor <trevor@FreeBSD.org>2004-03-16 06:21:04 +0800
commit863ebcb5cb4c2d5038fd84aa9d110189a880adc5 (patch)
tree2e61b3eaca744c938ee00a4fbced910ce97b21ff /devel/invitation_to_ruby
parentb25d55d6895681f2fd4d9ed6ecccadc902ae2795 (diff)
downloadfreebsd-ports-graphics-863ebcb5cb4c2d5038fd84aa9d110189a880adc5.tar.gz
freebsd-ports-graphics-863ebcb5cb4c2d5038fd84aa9d110189a880adc5.tar.zst
freebsd-ports-graphics-863ebcb5cb4c2d5038fd84aa9d110189a880adc5.zip
Fix packing list (with pointy hat for me).
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 f159aadcb61..efc00890f5a 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}