aboutsummaryrefslogtreecommitdiff
path: root/archivers/dact/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/dact/Makefile')
-rw-r--r--archivers/dact/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/archivers/dact/Makefile b/archivers/dact/Makefile
index 13e074451976..a4952a819095 100644
--- a/archivers/dact/Makefile
+++ b/archivers/dact/Makefile
@@ -7,10 +7,9 @@
#
PORTNAME= dact
-PORTVERSION= 0.8.35
-PORTREVISION= 1
+PORTVERSION= 0.8.39
CATEGORIES= archivers
-MASTER_SITES= http://www.rkeene.org/files/oss/dact/
+MASTER_SITES= http://www.rkeene.org/files/oss/dact/release/
MAINTAINER= ports@FreeBSD.org
COMMENT= Dynamic Adaptive Compression Tool
@@ -24,11 +23,13 @@ LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
USE_GETOPT_LONG= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
+ --libdir=${PREFIX}/lib
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= dact.1
+INSTALLS_SHLIB= yes
post-install:
.if !defined(NOPORTDOCS)