aboutsummaryrefslogtreecommitdiff
path: root/archivers/dact/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-01-09 00:24:57 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-01-09 00:24:57 +0000
commita58471abd6bd5f18e21aa57c7160e385f0ec56a7 (patch)
treedc4817074f3ea08c15a9522b3c946fe94286821f /archivers/dact/Makefile
parentc5093c311822dddb35bd60fe94d1dd3d8ed8e08a (diff)
downloadports-a58471abd6bd5f18e21aa57c7160e385f0ec56a7.tar.gz
ports-a58471abd6bd5f18e21aa57c7160e385f0ec56a7.zip
Notes
Diffstat (limited to 'archivers/dact/Makefile')
-rw-r--r--archivers/dact/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/archivers/dact/Makefile b/archivers/dact/Makefile
index 2921a98f6df6..c8b78bdb8afb 100644
--- a/archivers/dact/Makefile
+++ b/archivers/dact/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= dact
-PORTVERSION= 0.8.34
+PORTVERSION= 0.8.35
PORTREVISION= 0
CATEGORIES= archivers
MASTER_SITES= http://www.rkeene.org/files/oss/dact/
@@ -29,4 +29,11 @@ CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
MAN1= dact.1
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/Docs/dact.txt ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+.endif
+
.include <bsd.port.mk>