diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2018-11-10 18:12:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2018-11-10 18:12:57 +0000 |
commit | 7990f810661ef0c3f4870afc67b1eb08684b8dc8 (patch) | |
tree | f40cba2ed30c79b84c1d56a779b7139f24d6c36f /textproc/scss/Makefile | |
parent | fa0d2e76ea8e387f084dbd4135979433ed303274 (diff) | |
download | ports-7990f810661ef0c3f4870afc67b1eb08684b8dc8.tar.gz ports-7990f810661ef0c3f4870afc67b1eb08684b8dc8.zip |
Notes
Diffstat (limited to 'textproc/scss/Makefile')
-rw-r--r-- | textproc/scss/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/scss/Makefile b/textproc/scss/Makefile index 31cf6bd0e4a2..4050b493f9e8 100644 --- a/textproc/scss/Makefile +++ b/textproc/scss/Makefile @@ -3,7 +3,7 @@ PORTNAME= scss PORTVERSION= 0.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc scheme MASTER_SITES= SAVANNAH \ http://www.c-s.li/ports/ @@ -28,6 +28,6 @@ do-install: .for f in ${FILES} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/share/guile/scss .endfor - ${INSTALL_DATA} ${WRKSRC}/scss.info ${STAGEDIR}${PREFIX}/info + ${INSTALL_DATA} ${WRKSRC}/scss.info ${STAGEDIR}${PREFIX}/${INFO_PATH} .include <bsd.port.mk> |