aboutsummaryrefslogtreecommitdiff
path: root/devel/libdict
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-03-24 23:42:46 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-03-24 23:42:46 +0000
commitcea437d659cdb46daf1465b0f93facd93000134a (patch)
tree99f5f3e8f6ac0d5ec9362779ea86b7bd6df8431f /devel/libdict
parentc7391ef33486e06b3ec4e1c392dddb0b62127cc1 (diff)
Notes
Diffstat (limited to 'devel/libdict')
-rw-r--r--devel/libdict/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/devel/libdict/Makefile b/devel/libdict/Makefile
index 1b4dca03a682..e864bf78d3a1 100644
--- a/devel/libdict/Makefile
+++ b/devel/libdict/Makefile
@@ -13,26 +13,21 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= Library providing access to ``dictionary'' data structures
-USE_GMAKE= yes
+USES= gmake
MAKEFILE= GNUmakefile
USE_LDCONFIG= yes
+MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
-NO_STAGE= yes
post-extract:
. for ___f in avl_insert.pdf empty.pdf treap_insert.pdf
@${CP} ${DISTDIR}/${___f} ${WRKSRC}/
. endfor
-pre-install:
- -@${MKDIR} ${PREFIX}/include/
- -@${MKDIR} ${PREFIX}/lib/
-.ifndef(NOPORTDOCS)
- -@${MKDIR} ${DOCSDIR}
post-install:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
. for ___f in avl_insert.pdf empty.pdf treap_insert.pdf
- @${CP} ${WRKSRC}/${___f} ${DOCSDIR}
+ @${CP} ${WRKSRC}/${___f} ${STAGEDIR}${DOCSDIR}
. endfor
-.endif
.include <bsd.port.mk>