diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-06-17 10:00:42 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-06-17 10:00:42 +0800 |
commit | 8daa4a65f6181f40e38d0942381846583e3463bd (patch) | |
tree | 0eac837960a4f83588ba667e115d4aea30eba3fd /irc | |
parent | 2fd1c33033de77029d27fb1e8c981f853b5f6e6d (diff) | |
download | freebsd-ports-gnome-8daa4a65f6181f40e38d0942381846583e3463bd.tar.gz freebsd-ports-gnome-8daa4a65f6181f40e38d0942381846583e3463bd.tar.zst freebsd-ports-gnome-8daa4a65f6181f40e38d0942381846583e3463bd.zip |
Stagify.
Approved by: portmgr@
Diffstat (limited to 'irc')
-rw-r--r-- | irc/dxirc/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/irc/dxirc/Makefile b/irc/dxirc/Makefile index 382432d14aa3..bdba24e5432e 100644 --- a/irc/dxirc/Makefile +++ b/irc/dxirc/Makefile @@ -12,7 +12,7 @@ COMMENT= Simple IRC client written using the FOX toolkit LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= FOX-1.6:${PORTSDIR}/x11-toolkits/fox16 +LIB_DEPENDS= libFOX-1.6.so:${PORTSDIR}/x11-toolkits/fox16 USE_XORG= xft USES= gmake pkgconfig @@ -29,7 +29,6 @@ NOTIFY_DESC= Libnotify support PORTDOCS= README -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} @@ -63,19 +62,19 @@ CONFIGURE_ARGS+= --disable-lua .endif .if ${PORT_OPTIONS:MENCHANT} -LIB_DEPENDS+= enchant:${PORTSDIR}/textproc/enchant +LIB_DEPENDS+= libenchant.so:${PORTSDIR}/textproc/enchant CONFIGURE_ARGS+= --enable-enchant .endif .if ${PORT_OPTIONS:MNOTIFY} -LIB_DEPENDS+= notify:${PORTSDIR}/devel/libnotify +LIB_DEPENDS+= libnotify.so:${PORTSDIR}/devel/libnotify CONFIGURE_ARGS+= --enable-libnotify .endif post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .endif .include <bsd.port.mk> |