aboutsummaryrefslogtreecommitdiff
path: root/graphics/giblib
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2013-10-17 23:51:45 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2013-10-17 23:51:45 +0000
commit7138a786b909311b900f234ce04ba5204d99efcb (patch)
treef871361d6dce4bef8e0235ab52f06d03a443c9f6 /graphics/giblib
parentd6ec82ed110f96d2088422b653bbf0a0605ba40a (diff)
downloadports-7138a786b909311b900f234ce04ba5204d99efcb.tar.gz
ports-7138a786b909311b900f234ce04ba5204d99efcb.zip
- Support staging
Notes
Notes: svn path=/head/; revision=330692
Diffstat (limited to 'graphics/giblib')
-rw-r--r--graphics/giblib/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/graphics/giblib/Makefile b/graphics/giblib/Makefile
index b6d7647fe116..959a28a217d1 100644
--- a/graphics/giblib/Makefile
+++ b/graphics/giblib/Makefile
@@ -11,22 +11,21 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A utility library that includes a wrapper for imlib2
USE_AUTOTOOLS= libtool
-USES= pathfix pkgconfig
+USES= pathfix pkgconfig
USE_EFL= imlib2
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
+OPTIONS_DEFINE= DOCS
+OPTIONS_DEFAULT=DOCS
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|: install-docsDATA|:|g' ${WRKSRC}/Makefile.in
post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in AUTHORS ChangeLog README TODO
- ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
.include <bsd.port.mk>