diff options
author | knu <knu@FreeBSD.org> | 2004-12-26 05:39:35 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2004-12-26 05:39:35 +0800 |
commit | 20a380bf79702b0e048a6e1e493d2d0c62b5ddb0 (patch) | |
tree | 38f9aba3e8827b6665f504bee9c0fdb939e3d875 | |
parent | d8dec4b086baeb815c6aaa2a865c967e6371b92c (diff) | |
download | freebsd-ports-gnome-20a380bf79702b0e048a6e1e493d2d0c62b5ddb0.tar.gz freebsd-ports-gnome-20a380bf79702b0e048a6e1e493d2d0c62b5ddb0.tar.zst freebsd-ports-gnome-20a380bf79702b0e048a6e1e493d2d0c62b5ddb0.zip |
Back out the previous commmit and fix installation.
Please do not break my port just to satisfy portlint..
-rw-r--r-- | devel/ruby-cache/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/ruby-cache/Makefile b/devel/ruby-cache/Makefile index ea18b7547cc8..708d3750e355 100644 --- a/devel/ruby-cache/Makefile +++ b/devel/ruby-cache/Makefile @@ -24,10 +24,10 @@ RUBY_SETUP= install.rb RUBY_RD_FILES= ${WRKSRC}/MANUAL.rd ${WRKSRC}/README.rd DOCS= ${RUBY_RD_FILES} ${RUBY_RD_HTML_FILES} -.include <bsd.port.pre.mk> - post-install: doc-install +.include <bsd.port.mk> + doc-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODDOCDIR} @@ -37,5 +37,3 @@ doc-install: ${MKDIR} ${RUBY_MODEXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/sample/*.rb ${RUBY_MODEXAMPLESDIR}/ .endif - -.include <bsd.port.post.mk> |