diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-08-12 00:49:51 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-08-12 00:49:51 +0800 |
commit | bb991f8ae416c3a444e8e1644b5d890457a90ffc (patch) | |
tree | 8e4f2678b3bc5c26e62a16cfe7daa7cd9513aec2 | |
parent | ebe980b1a1b71a17eb534bc822a864d75e4169fb (diff) | |
download | freebsd-ports-gnome-bb991f8ae416c3a444e8e1644b5d890457a90ffc.tar.gz freebsd-ports-gnome-bb991f8ae416c3a444e8e1644b5d890457a90ffc.tar.zst freebsd-ports-gnome-bb991f8ae416c3a444e8e1644b5d890457a90ffc.zip |
Take maintainership
-rw-r--r-- | textproc/rubygem-sass/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/textproc/rubygem-sass/Makefile b/textproc/rubygem-sass/Makefile index cbbbe1164efe..484c7d82ce77 100644 --- a/textproc/rubygem-sass/Makefile +++ b/textproc/rubygem-sass/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 3.5.7 CATEGORIES= textproc ruby MASTER_SITES= RG -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Sass is an extension of CSS3 LICENSE= MIT @@ -14,14 +14,16 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-sass-listen>=4.0.0:textproc/rubygem-sass-listen -# bin/sass bin/sass-convert bin/scss -CONFLICTS_INSTALL= rubygem-sass34 - -NO_ARCH= yes USES= gem shebangfix USE_RUBY= yes -SHEBANG_FILES= extra/sass-spec-ref.sh + +NO_ARCH= yes PLIST_FILES= bin/sass bin/sass-convert bin/scss +# bin/sass bin/sass-convert bin/scss +CONFLICTS_INSTALL= rubygem-sass34 + +SHEBANG_FILES= extra/sass-spec-ref.sh + .include <bsd.port.mk> |