diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-11 03:24:15 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-11 03:24:15 +0800 |
commit | a78ab3fbbd4c029b230473a64caced971c5b712f (patch) | |
tree | 40f79e02f2eb6e5bc5f5aeef86f41bd6a1019308 /devel | |
parent | 82a5f20ffadc7200e1781cbf2490dd8015e8ca61 (diff) | |
download | freebsd-ports-gnome-a78ab3fbbd4c029b230473a64caced971c5b712f.tar.gz freebsd-ports-gnome-a78ab3fbbd4c029b230473a64caced971c5b712f.tar.zst freebsd-ports-gnome-a78ab3fbbd4c029b230473a64caced971c5b712f.zip |
Support stage
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ndesk-dbus/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/devel/ndesk-dbus/Makefile b/devel/ndesk-dbus/Makefile index 1dedea9d5d9c..839075d5b722 100644 --- a/devel/ndesk-dbus/Makefile +++ b/devel/ndesk-dbus/Makefile @@ -13,20 +13,17 @@ COMMENT= A C\# implementation of D-Bus BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono RUN_DEPENDS= mono:${PORTSDIR}/lang/mono -USE_GMAKE= yes -USES= pathfix pkgconfig +OPTIONS_DEFINE= DOCS +USES= gmake pathfix pkgconfig GNU_CONFIGURE= yes -NO_STAGE= yes DOCS= AUTHORS COPYING README -.ifndef (NOPORTDOCS) post-install: - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor -.endif .include "${.CURDIR}/../../lang/mono/bsd.mono.mk" .include <bsd.port.mk> |