diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2012-09-26 11:28:56 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2012-09-26 11:28:56 +0000 |
commit | 8dcaf09198c2025911d04ce61daeebd132cc10db (patch) | |
tree | 4ced8c306473bbe0f9cb3a8c5be3b587e4b113f6 /www/xombrero/Makefile | |
parent | 12bd2d4537ce9d3b4b9991247f7f7992f78a604d (diff) | |
download | ports-8dcaf09198c2025911d04ce61daeebd132cc10db.tar.gz ports-8dcaf09198c2025911d04ce61daeebd132cc10db.zip |
Notes
Diffstat (limited to 'www/xombrero/Makefile')
-rw-r--r-- | www/xombrero/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/xombrero/Makefile b/www/xombrero/Makefile index 5055c6ee7299..b5b97ad76169 100644 --- a/www/xombrero/Makefile +++ b/www/xombrero/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xombrero -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 CATEGORIES= www MASTER_SITES= https://opensource.conformal.com/snapshots/xombrero/ EXTRACT_SUFX= .tgz @@ -58,7 +58,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/xombreroicon${i}.png ${PREFIX}/share/icons/hicolor/${i}x${i}/apps .endfor ${MKDIR} ${DATADIR} -.for i in style.css tld-rules +.for i in hsts-preload style.css tld-rules ${INSTALL_DATA} ${WRKSRC}/${i} ${DATADIR} .endfor ${MKDIR} ${PREFIX}/share/applications |