diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-01-09 02:43:51 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-01-09 02:43:51 +0000 |
commit | fc31be24c834e4821505bdf7fc005e5a611b0a78 (patch) | |
tree | 946ed1412009df68ed750adf5f1f9102b9867edb | |
parent | * Add dummy knob WANT_FORTRAN for future gfortran (diff) |
- Fix breakage of pkg-plist.
PR: ports/107111
Submitted by: KIMURA Yasuhiro <yasu_AT_utahime dot org>
Approved by: maintainer (timeout)
Notes
Notes:
svn path=/head/; revision=181828
-rw-r--r-- | www/rubygem-mongrel_cluster/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/rubygem-mongrel_cluster/Makefile b/www/rubygem-mongrel_cluster/Makefile index f4dd3f123f73..4cced3173030 100644 --- a/www/rubygem-mongrel_cluster/Makefile +++ b/www/rubygem-mongrel_cluster/Makefile @@ -16,8 +16,6 @@ COMMENT= Manages multiple Mongrel processes BUILD_DEPENDS= rubygem-mongrel>=0.3.13.4:${PORTSDIR}/www/rubygem-mongrel RUN_DEPENDS= ${BUILD_DEPENDS} -BROKEN= Incomplete pkg-plist - USE_RC_SUBR= mongrel_cluster # This target is only meant to be used by the port maintainer. @@ -34,6 +32,9 @@ x-generate-plist: ;s,^@dirrm (${SPEC_DIR}|${GEMS_DIR}|lib/ruby).*$$,,g \ ' | ${TR} -s '\n') > temp-pkg-plist +post-install: + ${RMDIR} ${PREFIX}/${GEM_DOC_DIR} + .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/ruby-gems/Makefile.common" .include <bsd.port.post.mk> |