aboutsummaryrefslogtreecommitdiff
path: root/devel/libdict
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-07-16 14:29:26 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-07-16 14:29:26 +0000
commit50570fd8413c2ed98fed5964460efa5fe98a58c6 (patch)
tree4e8e232b93af46a3dfa0ec60941d278144312ff4 /devel/libdict
parent3b14b4a0d92b804421a7452d66686a1988077764 (diff)
downloadports-50570fd8413c2ed98fed5964460efa5fe98a58c6.tar.gz
ports-50570fd8413c2ed98fed5964460efa5fe98a58c6.zip
Notes
Diffstat (limited to 'devel/libdict')
-rw-r--r--devel/libdict/Makefile3
-rw-r--r--devel/libdict/pkg-plist2
2 files changed, 4 insertions, 1 deletions
diff --git a/devel/libdict/Makefile b/devel/libdict/Makefile
index f214e81f1285..756a7bb6bc63 100644
--- a/devel/libdict/Makefile
+++ b/devel/libdict/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libdict
PORTVERSION= 0.2.1
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_LOCAL}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:source treap_insert.pdf:doc \
@@ -28,11 +29,13 @@ post-extract:
pre-install:
-@${MKDIR} ${PREFIX}/include/
-@${MKDIR} ${PREFIX}/lib/
+.ifndef(NOPORTDOCS)
-@${MKDIR} ${DOCSDIR}
post-install:
. for ___f in avl_insert.pdf empty.pdf treap_insert.pdf
@${CP} ${WRKSRC}/${___f} ${DOCSDIR}
. endfor
+.endif
.include <bsd.port.mk>
diff --git a/devel/libdict/pkg-plist b/devel/libdict/pkg-plist
index d447e57446e6..bf33be8332bf 100644
--- a/devel/libdict/pkg-plist
+++ b/devel/libdict/pkg-plist
@@ -14,4 +14,4 @@ include/dict/wb_tree.h
%%PORTDOCS%%%%DOCSDIR%%/empty.pdf
%%PORTDOCS%%%%DOCSDIR%%/treap_insert.pdf
@dirrm include/dict
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/
+%%PORTDOCS%%@dirrm %%DOCSDIR%%