diff options
author | thierry <thierry@FreeBSD.org> | 2006-09-18 05:11:44 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-09-18 05:11:44 +0800 |
commit | f6ab507075dc42a65433367204ca97ee971e3ff3 (patch) | |
tree | 7d6d4539e25fbe469ae9d12ed415db36621c99f2 /math/rkward/Makefile | |
parent | 9ee55602093a8973403dab9ffa2f8acf0a683432 (diff) | |
download | freebsd-ports-gnome-f6ab507075dc42a65433367204ca97ee971e3ff3.tar.gz freebsd-ports-gnome-f6ab507075dc42a65433367204ca97ee971e3ff3.tar.zst freebsd-ports-gnome-f6ab507075dc42a65433367204ca97ee971e3ff3.zip |
Upgrade to 0.3.7.
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=448075>.
Diffstat (limited to 'math/rkward/Makefile')
-rw-r--r-- | math/rkward/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/rkward/Makefile b/math/rkward/Makefile index fffa9b1697d3..79c9772bbcd5 100644 --- a/math/rkward/Makefile +++ b/math/rkward/Makefile @@ -6,7 +6,7 @@ # PORTNAME= rkward -PORTVERSION= 0.3.6 +PORTVERSION= 0.3.7 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,6 +23,7 @@ USE_GETTEXT= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" +INSTALLS_ICONS= yes DOCSDIR= ${PREFIX}/share/doc/HTML/en/rkward |