aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-10-02 18:28:03 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-10-02 18:28:03 +0000
commit6a0c1d78f5871be6f66641fe9ad644ccee9efb29 (patch)
treeeccbc3d49e142948077e721705071ecd67aa2c93 /math
parent7dc09c4da21b7d02f1668c1263d210d55f4186bf (diff)
downloadports-6a0c1d78f5871be6f66641fe9ad644ccee9efb29.tar.gz
ports-6a0c1d78f5871be6f66641fe9ad644ccee9efb29.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/vtk/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/math/vtk/Makefile b/math/vtk/Makefile
index 7239a27d6281..c141588c7279 100644
--- a/math/vtk/Makefile
+++ b/math/vtk/Makefile
@@ -7,7 +7,6 @@ PORTREVISION= 7
CATEGORIES= math graphics
MASTER_SITES= http://ovt.irfu.se/vtk/files/
DISTFILES?= VTK-${PORTVERSION}-LatestRelease.tar.gz
-PKGNAMESUFFIX= 4
MAINTAINER= ports@FreeBSD.org
COMMENT?= The Visualization Toolkit shared libs
@@ -210,6 +209,6 @@ print-pkg-message:
post-install: print-pkg-message
-.ifndef(PKGNAMESUFFIX) || ${PKGNAMESUFFIX} == 4
+.ifndef(PKGNAMESUFFIX)
.include <bsd.port.post.mk>
.endif