diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-09-29 17:38:57 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-09-29 17:38:57 +0800 |
commit | f6b260d1ba8a07773c7fd81b459cba16ba16a1b1 (patch) | |
tree | 873ea15d35b093b6d542ae621b2ded0e4d3c64c5 /net/unison-devel | |
parent | fc4b63e1d25ba3038c1d474a76abd20fc6aaba92 (diff) | |
download | freebsd-ports-gnome-f6b260d1ba8a07773c7fd81b459cba16ba16a1b1.tar.gz freebsd-ports-gnome-f6b260d1ba8a07773c7fd81b459cba16ba16a1b1.tar.zst freebsd-ports-gnome-f6b260d1ba8a07773c7fd81b459cba16ba16a1b1.zip |
Convert unison ports to staging
Approved by: bsam (for net/unison-nox11)
Approved by: mandree (implicit, for net/unison232)
Diffstat (limited to 'net/unison-devel')
-rw-r--r-- | net/unison-devel/Makefile | 25 |
1 files changed, 10 insertions, 15 deletions
diff --git a/net/unison-devel/Makefile b/net/unison-devel/Makefile index 2e7e212bc6f5..da8e0ccaad98 100644 --- a/net/unison-devel/Makefile +++ b/net/unison-devel/Makefile @@ -28,7 +28,6 @@ OPTIONS_DEFAULT= DOCS X11 MAKE_JOBS_UNSAFE= yes ALL_TARGET= unison all -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} @@ -54,6 +53,7 @@ MAKE_ARGS+= UISTYLE=text PLIST_SUB+= TEXT="@comment " BUILD_DEPENDS+= ocamlc:${PORTSDIR}/lang/ocaml-nox11 PATCH_DEPENDS+= ${BUILD_DEPENDS} +PKGMESSAGE= ${PKGDIR}/pkg-message.nox11 .endif .if ${PORT_OPTIONS:MX11} @@ -69,26 +69,21 @@ post-build: .endif do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/unison ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/unison ${STAGEDIR}${PREFIX}/bin post-install: .if ${PORT_OPTIONS:MX11} - @${INSTALL_PROGRAM} ${WRKSRC}/unison-text ${PREFIX}/bin -.endif -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} - cd ${DISTDIR}/${DIST_SUBDIR} && ${INSTALL_DATA} ${EXTRA_DOCS} ${DOCSDIR} + @${INSTALL_PROGRAM} ${WRKSRC}/unison-text ${STAGEDIR}${PREFIX}/bin .endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} + cd ${DISTDIR}/${DIST_SUBDIR} && ${INSTALL_DATA} ${EXTRA_DOCS} ${STAGEDIR}${DOCSDIR} .if ${PORT_OPTIONS:MX11} - @${INSTALL_PROGRAM} ${WRKSRC}/unison-text ${PREFIX}/bin - @${MKDIR} ${DESKTOPDIR} - @${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop ${DESKTOPDIR} + @${INSTALL_PROGRAM} ${WRKSRC}/unison-text ${STAGEDIR}${PREFIX}/bin + @${MKDIR} ${STAGEDIR}${DESKTOPDIR} + @${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR} @-update-desktop-database > /dev/null - @${INSTALL_DATA} ${WRKSRC}/win32rc/U_4_48x48x32.png ${PREFIX}/share/pixmaps/${PORTNAME}.png - @${CAT} ${PKGMESSAGE} -.else - @${CAT} ${PKGMESSAGE}.nox11 + @${INSTALL_DATA} ${WRKSRC}/win32rc/U_4_48x48x32.png ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png .endif .include <bsd.port.mk> |