Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jun 2015 12:21:39 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388530 - head/www/tokyopromenade
Message-ID:  <201506041221.t54CLd7b040952@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jun  4 12:21:38 2015
New Revision: 388530
URL: https://svnweb.freebsd.org/changeset/ports/388530

Log:
  - Strip binaries
  - Drop @dirrm* from plist

Modified:
  head/www/tokyopromenade/Makefile
  head/www/tokyopromenade/pkg-plist

Modified: head/www/tokyopromenade/Makefile
==============================================================================
--- head/www/tokyopromenade/Makefile	Thu Jun  4 12:16:06 2015	(r388529)
+++ head/www/tokyopromenade/Makefile	Thu Jun  4 12:21:38 2015	(r388530)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tokyopromenade
 PORTVERSION=	0.9.22
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	http://fallabs.com/${PORTNAME}/
 
@@ -36,4 +36,9 @@ CFLAGS+=		-Wno-incompatible-pointer-type
 post-patch:
 	${REINPLACE_CMD} -e "s/llua/llua-${LUA_VER}/g" ${WRKSRC}/configure
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/prommgr
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/promenade.cgi
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/promenade.fcgi
+
 .include <bsd.port.post.mk>

Modified: head/www/tokyopromenade/pkg-plist
==============================================================================
--- head/www/tokyopromenade/pkg-plist	Thu Jun  4 12:16:06 2015	(r388529)
+++ head/www/tokyopromenade/pkg-plist	Thu Jun  4 12:21:38 2015	(r388530)
@@ -27,6 +27,3 @@ man/man1/prommgr.1.gz
 %%DATADIR%%/passwd.txt
 %%DATADIR%%/promenade.css
 %%DATADIR%%/promenade.tmpl
-@dirrmtry %%DATADIR%%/misc
-@dirrmtry %%DATADIR%%/doc
-@dirrmtry %%DATADIR%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506041221.t54CLd7b040952>