Properly register info page
This commit is contained in:
parent
1f1662315d
commit
6a6f36934b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385712
2 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= scss
|
||||
PORTVERSION= 0.4.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc scheme
|
||||
MASTER_SITES= SAVANNAH \
|
||||
http://www.c-s.li/ports/
|
||||
|
@ -18,6 +19,7 @@ NO_BUILD= yes
|
|||
|
||||
FILES= lexer.scm parser.scm scss.scm properties.scm \
|
||||
interface/sdom.scm common.scm
|
||||
INFO= scss
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/share/guile/scss
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
info/scss.info
|
||||
share/guile/scss/common.scm
|
||||
share/guile/scss/lexer.scm
|
||||
share/guile/scss/parser.scm
|
||||
|
|
Loading…
Reference in a new issue