diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2016-04-05 08:58:34 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2016-04-05 08:58:34 +0000 |
commit | c45852130b5206dd0df91d8bd1c3ffa23b7dc2a9 (patch) | |
tree | 1f4f97c93be068735a9d774ccae9f04c828e420b /math/pspp | |
parent | f8807164d7707bf17e55e7d67e962d1a7fbfd32c (diff) |
Notes
Diffstat (limited to 'math/pspp')
-rw-r--r-- | math/pspp/Makefile | 15 | ||||
-rw-r--r-- | math/pspp/distinfo | 4 |
2 files changed, 8 insertions, 11 deletions
diff --git a/math/pspp/Makefile b/math/pspp/Makefile index 2e803b58b98d..a960fd943a5e 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pspp -PORTVERSION= 0.10.0 +PORTVERSION= 0.10.1 CATEGORIES= math MASTER_SITES= GNU @@ -39,20 +39,17 @@ GUI_LIB_DEPENDS= libgladeui-2.so:devel/glade GUI_RUN_DEPENDS= yelp:x11/yelp GUI_USES= desktop-file-utils GUI_USE= gnome=gtk30,gtksourceview3 +GUI_VARS= INSTALLS_ICONS=yes GUI_CONFIGURE_WITH= cairo gui gui-tools GUI_INSTALL_TARGET= install-icons install-ext-icons + NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls NLS_MAKE_ARGS_OFF= POFILES="" + PGSQL_USES= pgsql PGSQL_CONFIGURE_WITH= libpq -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MGUI} -INSTALLS_ICONS= yes -.endif - post-patch: @${REINPLACE_CMD} -e \ 's|: $$(INSTALL_DATA_HOOKS)|:|' ${WRKSRC}/Makefile.in @@ -60,9 +57,9 @@ post-patch: post-install: ${INSTALL_DATA} ${WRKSRC}/pspp-mode.el \ ${STAGEDIR}${PREFIX}/share/emacs/site-lisp -.if ${PORT_OPTIONS:MGUI} + +post-install-GUI-on: ${RM} -r ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/mimetypes -.endif post-install-DOCS-on: (cd ${WRKSRC} && ${COPYTREE_SHARE} \ diff --git a/math/pspp/distinfo b/math/pspp/distinfo index 3355cc372eb8..42d4e03ab4b2 100644 --- a/math/pspp/distinfo +++ b/math/pspp/distinfo @@ -1,2 +1,2 @@ -SHA256 (pspp-0.10.0.tar.gz) = ef3dbfc71755a4fd7f48f257d40599924b2b6c174d238818251eb95d51ee96db -SIZE (pspp-0.10.0.tar.gz) = 7262172 +SHA256 (pspp-0.10.1.tar.gz) = 44cc08864de736880bc0d7e2b1f8c8493ac0e0c2164a4f9471077608f00c8677 +SIZE (pspp-0.10.1.tar.gz) = 7269109 |