aboutsummaryrefslogtreecommitdiffstats
path: root/math/gretl/Makefile
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-01-27 04:38:03 +0800
committerkrion <krion@FreeBSD.org>2004-01-27 04:38:03 +0800
commit14ec071dde97e736999bcb6dc3a25af25dfa2245 (patch)
tree866f90e99ce9b6790710f1e28e2698c5d7cb9ae0 /math/gretl/Makefile
parentcb65c343ebdb778a8d7fa2f82f660d66f5ce836d (diff)
downloadfreebsd-ports-gnome-14ec071dde97e736999bcb6dc3a25af25dfa2245.tar.gz
freebsd-ports-gnome-14ec071dde97e736999bcb6dc3a25af25dfa2245.tar.zst
freebsd-ports-gnome-14ec071dde97e736999bcb6dc3a25af25dfa2245.zip
- Update to version 1.2.1
PR: ports/61959 Submitted by: Ports Fury
Diffstat (limited to 'math/gretl/Makefile')
-rw-r--r--math/gretl/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/gretl/Makefile b/math/gretl/Makefile
index 2a1db304af05..f8d1719ed251 100644
--- a/math/gretl/Makefile
+++ b/math/gretl/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= gretl
-PORTVERSION= 1.2.0
+PORTVERSION= 1.2.1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -44,10 +44,9 @@ BROKEN= "math/lapack appears to be broken on alpha"
.if ${HAVE_GNOME:Mlibgnomeui}!=""
PKGNAMESUFFIX= -gnome
USE_GNOME+= gnomeprefix gtksourceview libgnomeui
-PLIST_SUB+= GRETLDATADIR="share/gnome/gretl"
+DATADIR= ${PREFIX}/share/gnome/${PORTNAME}
.else
CONFIGURE_ARGS+= --without-gnome --without-gtksourceview
-PLIST_SUB+= GRETLDATADIR="share/gretl"
.endif
post-patch: