diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2013-10-11 02:27:06 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2013-10-11 02:27:06 +0800 |
commit | a38471b0e72edee38601eb87b68891461dfb4794 (patch) | |
tree | de0b32889010902846c5a9f8226164421d80b9f2 /databases/postgresql-plruby | |
parent | 15836a66421a0fa8a4784f979b15e0ebe6be4bb2 (diff) | |
download | freebsd-ports-gnome-a38471b0e72edee38601eb87b68891461dfb4794.tar.gz freebsd-ports-gnome-a38471b0e72edee38601eb87b68891461dfb4794.tar.zst freebsd-ports-gnome-a38471b0e72edee38601eb87b68891461dfb4794.zip |
- Switch to ruby19
With hat: portmgr
Diffstat (limited to 'databases/postgresql-plruby')
-rw-r--r-- | databases/postgresql-plruby/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql-plruby/Makefile b/databases/postgresql-plruby/Makefile index 85b78473ebce..6866a6634f5d 100644 --- a/databases/postgresql-plruby/Makefile +++ b/databases/postgresql-plruby/Makefile @@ -62,7 +62,7 @@ post-install: 's,^${PREFIX}/?,,' >> ${TMPPLIST} @${FIND} -ds ${RUBY_MODDOCDIR} -type d -print | ${SED} -E -e \ 's,^${PREFIX}/?,@dirrm ,' >> ${TMPPLIST} - @${ECHO_CMD} "@unexec rmdir %D/share/doc/ruby18/ 2>/dev/null || true" \ + @${ECHO_CMD} "@unexec rmdir %D/share/doc/ruby19/ 2>/dev/null || true" \ >> ${TMPPLIST} .endif @${CAT} ${PKGMESSAGE} |