mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- make portlint happier
This commit is contained in:
parent
7ddc68f453
commit
96d6eb5bd2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162225
2 changed files with 3 additions and 4 deletions
|
@ -8,6 +8,7 @@ PORTNAME= syntax
|
||||||
PORTVERSION= 1.0.0
|
PORTVERSION= 1.0.0
|
||||||
CATEGORIES= textproc rubygems
|
CATEGORIES= textproc rubygems
|
||||||
MASTER_SITES= http://rubyforge.org/frs/download.php/4953/
|
MASTER_SITES= http://rubyforge.org/frs/download.php/4953/
|
||||||
|
PKGNAMEPREFIX= rubygem-
|
||||||
|
|
||||||
MAINTAINER= dinoex@FreeBSD.org
|
MAINTAINER= dinoex@FreeBSD.org
|
||||||
COMMENT= A module for using Systax highlighting in Ruby
|
COMMENT= A module for using Systax highlighting in Ruby
|
||||||
|
@ -19,8 +20,6 @@ COMMENT= A module for using Systax highlighting in Ruby
|
||||||
BUILD_DEPENDS+= ${RUBYGEMBIN}:${PORTSDIR}/devel/ruby-gems
|
BUILD_DEPENDS+= ${RUBYGEMBIN}:${PORTSDIR}/devel/ruby-gems
|
||||||
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
PKGNAMEPREFIX= rubygem-
|
|
||||||
|
|
||||||
REV= 1.8
|
REV= 1.8
|
||||||
GEMS_BASE_DIR= lib/ruby/gems/${REV}
|
GEMS_BASE_DIR= lib/ruby/gems/${REV}
|
||||||
GEMS_DIR= ${GEMS_BASE_DIR}/gems
|
GEMS_DIR= ${GEMS_BASE_DIR}/gems
|
||||||
|
|
Loading…
Add table
Reference in a new issue