svn commit: r349097 - head/devel/libdict
Baptiste Daroussin
bapt at FreeBSD.org
Mon Mar 24 23:42:47 UTC 2014
Author: bapt
Date: Mon Mar 24 23:42:46 2014
New Revision: 349097
URL: http://svnweb.freebsd.org/changeset/ports/349097
QAT: https://qat.redports.org/buildarchive/r349097/
Log:
support stage
Modified:
head/devel/libdict/Makefile
Modified: head/devel/libdict/Makefile
==============================================================================
--- head/devel/libdict/Makefile Mon Mar 24 23:40:57 2014 (r349096)
+++ head/devel/libdict/Makefile Mon Mar 24 23:42:46 2014 (r349097)
@@ -13,26 +13,21 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= rodrigo at 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>
More information about the svn-ports-all
mailing list