Index: head/textproc/rubygem-sass/Makefile =================================================================== --- head/textproc/rubygem-sass/Makefile (revision 508637) +++ head/textproc/rubygem-sass/Makefile (revision 508638) @@ -1,27 +1,29 @@ # Created by: Steve Wills # $FreeBSD$ PORTNAME= sass 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 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