diff options
Diffstat (limited to 'math/vtk/Makefile')
-rw-r--r-- | math/vtk/Makefile | 3 |
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 |