summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn>2015-04-26 09:25:44 +0000
committertnn <tnn>2015-04-26 09:25:44 +0000
commit8457a99f16db06e80eccbc65e165f8f9999c869c (patch)
treef3a52aca007cc95609073b67e09bc52479359ae4
parent84b7e420b58a4206784ce41a3d36e3927a1a7a4d (diff)
downloadpkgsrc-8457a99f16db06e80eccbc65e165f8f9999c869c.tar.gz
Unbreak after revbump. Needs to use PKGVERSION_NOREV for PLIST stuff.
-rw-r--r--graphics/gnuplot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile
index 53fc9a82ee9..ba388550266 100644
--- a/graphics/gnuplot/Makefile
+++ b/graphics/gnuplot/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.97 2015/04/25 14:23:12 tnn Exp $
+# $NetBSD: Makefile,v 1.98 2015/04/26 09:25:44 tnn Exp $
DISTNAME= gnuplot-5.0.0
-API_VERSION= ${PKGVERSION:C/([0-9])\.([0-9])\.([0-9])/\1.\2/}
+API_VERSION= ${PKGVERSION_NOREV:C/([0-9])\.([0-9])\.([0-9])/\1.\2/}
CATEGORIES+= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/}