summaryrefslogtreecommitdiff
path: root/graphics/dcmtk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/dcmtk/Makefile')
-rw-r--r--graphics/dcmtk/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/dcmtk/Makefile b/graphics/dcmtk/Makefile
index 85e785a9a853..a692ac69b076 100644
--- a/graphics/dcmtk/Makefile
+++ b/graphics/dcmtk/Makefile
@@ -1,7 +1,6 @@
PORTNAME= dcmtk
DISTVERSIONPREFIX= ${PORTNAME:tu}-
-DISTVERSION= 3.6.7
-PORTREVISION= 5
+DISTVERSION= 3.6.8
CATEGORIES= graphics devel
MAINTAINER= yuri@FreeBSD.org
@@ -29,6 +28,10 @@ OPTIONS_DEFINE= DOCS
PORTDOCS= *
+ETCDIR= ${PREFIX}/etc/${PORTNAME}-${PORTVERSION}
+DATADIR= ${PREFIX}/share/${PORTNAME}-${PORTVERSION}
+DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
+
TEST_TARGET= test test-exhaustive
.include <bsd.port.pre.mk>