Date: Tue, 1 Apr 2008 00:00:46 -0400 From: "Philip M. Gollucci" <pgollucci@p6m7g8.com> To: Cheng-Lung Sung <clsung@freebsd.org> Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/www/rubygem-mechanize Makefile distinfo pkg-plist Message-ID: <47F1B36E.6010204@p6m7g8.com> In-Reply-To: <200804010312.m313CU5d005419@repoman.freebsd.org> References: <200804010312.m313CU5d005419@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> - autogenerate plist > | +post-install: > | + @${ECHO} ${GEM_CACHE} > ${TMPPLIST} > | + @${FIND} ${PREFIX}/${GEM_DOC_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},${GEM_DOC_DIR},' >> ${TMPPLIST} > | + @${FIND} ${PREFIX}/${GEM_LIB_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},${GEM_LIB_DIR},' >> ${TMPPLIST} > | + @${ECHO} ${GEM_SPEC} >> ${TMPPLIST} > | + @${FIND} ${PREFIX}/${GEM_LIB_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},@dirrm ${GEM_LIB_DIR},' >> ${TMPPLIST} > | + @${FIND} ${PREFIX}/${GEM_DOC_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},@dirrm ${GEM_DOC_DIR},' >> ${TMPPLIST} > | + Shouldn't we move this into devel/ruby-gems ? as the default, I know that sysutils/rubygems-capistrano would need to override this because of the binaries it installs (i.e. cap, capify) -- ------------------------------------------------------------------------ Philip M. Gollucci (pgollucci@p6m7g8.com) c:703.336.9354 Consultant / http://p6m7g8.net/Resume/resume.txt http://riderway.com / http://ridecharge.com 1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB B89E 1324 9B4F EC88 A0BF Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47F1B36E.6010204>