diff options
author | madpilot <madpilot@FreeBSD.org> | 2014-11-15 02:19:31 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2014-11-15 02:19:31 +0800 |
commit | 9ded66c713798977889635b6a73e1f60fa4832cc (patch) | |
tree | 95be81c4add6222261f74e1879f9d9494811bda6 /x11/florence/Makefile | |
parent | e0c77ba83a0a32dfcd11e6d3bde595dd07c40a63 (diff) | |
download | freebsd-ports-gnome-9ded66c713798977889635b6a73e1f60fa4832cc.tar.gz freebsd-ports-gnome-9ded66c713798977889635b6a73e1f60fa4832cc.tar.zst freebsd-ports-gnome-9ded66c713798977889635b6a73e1f60fa4832cc.zip |
- Update to 0.6.3
- Use install-strip target
- Update plist
PR: 194867
Submitted by: Horia Racoviceanu <horia at racoviceanu.com> (maintainer)
Diffstat (limited to 'x11/florence/Makefile')
-rw-r--r-- | x11/florence/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/florence/Makefile b/x11/florence/Makefile index 9c656eed6a8f..574fa5f0c155 100644 --- a/x11/florence/Makefile +++ b/x11/florence/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= florence -PORTVERSION= 0.6.2 +PORTVERSION= 0.6.3 CATEGORIES= x11 MASTER_SITES= SF/florence/florence/${PORTVERSION}/ @@ -24,6 +24,7 @@ CONFIGURE_ARGS+=--prefix="${LOCALBASE}" \ USE_LDCONFIG= yes INSTALLS_OMF= yes GLIB_SCHEMAS= org.florence.gschema.xml +INSTALL_TARGET= install-strip PORTDOCS= AUTHORS ChangeLog NEWS README @@ -45,8 +46,6 @@ post-patch: .endif post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libflorence-1.0.so.1 - @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} |