aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2004-02-17 22:31:58 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2004-02-17 22:31:58 +0000
commitf3fed75671b59c1d827db1712797a8360b061a7a (patch)
tree7aca79a902917434ffecdde8f5c86e92a002ec50
parent671fd7f2e97be92795c992ea69ed847b9f6134d5 (diff)
Make fetchable (Alan Eldridge wrote that he "got explicit permission
via email from the author to include it in ports"). Take maintainership. Remove cruft. Avoid use of "cut". Remove comments from packing list.
Notes
Notes: svn path=/head/; revision=101259
-rw-r--r--devel/invitation_to_ruby/Makefile20
1 files changed, 5 insertions, 15 deletions
diff --git a/devel/invitation_to_ruby/Makefile b/devel/invitation_to_ruby/Makefile
index 18117bd3943a..20a8586058df 100644
--- a/devel/invitation_to_ruby/Makefile
+++ b/devel/invitation_to_ruby/Makefile
@@ -9,22 +9,14 @@
PORTNAME= invitation_to_ruby
PORTVERSION= 1.0.0
-#PORTEPOCH=
CATEGORIES= devel
-MASTER_SITES= ftp://ftp.one.net/pub/users/jweirich/talks/
-#MASTER_SITE_SUBDIR=
-#PKGNAMEPREFIX=
-#PKGNAMESUFFIX=
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= trevor
DISTNAME= invitationtoruby
EXTRACT_SUFX= .tgz
-#DISTFILES=
-#DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME}
-#EXTRACT_ONLY=
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= trevor@FreeBSD.org
COMMENT= A talk given by Jim Weirich, a brief introduction to Ruby
-DEPRECATED= "no longer available in original form from any website"
-EXPIRATION_DATE= "April 09, 2004"
NO_BUILD= yes
@@ -34,12 +26,10 @@ PLIST= ${WRKDIR}/plist
pre-install:
${RM} -f ${PLIST}
- ${ECHO_CMD} "@comment files" >> ${PLIST}
- cd ${WRKSRC}; ${FIND} . -type f | cut -c2- \
+ cd ${WRKSRC}; ${FIND} * -type f \
| ${SED} 's|^|${DOCSDIR:S,${PREFIX}/,,}|' \
| ${SORT} >> ${PLIST}
- ${ECHO_CMD} "@comment directories" >> ${PLIST}
- cd ${WRKSRC}; ${FIND} . -type d | cut -c2- \
+ cd ${WRKSRC}; ${FIND} * -type d \
| ${SED} 's|^|@dirrm ${DOCSDIR:S,${PREFIX}/,,}|' \
| ${SORT} -r >> ${PLIST}