Index: head/x11/evilvte/Makefile =================================================================== --- head/x11/evilvte/Makefile (revision 339413) +++ head/x11/evilvte/Makefile (revision 339414) @@ -1,53 +1,49 @@ # Created by: chinsan # $FreeBSD$ PORTNAME= evilvte PORTVERSION= 0.5.0 PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= http://www.calno.com/${PORTNAME}/ \ LOCAL/glarkin MAINTAINER= aragon@phat.za.net COMMENT= A VTE based, super lightweight terminal emulator -USES= pkgconfig +USES= pkgconfig gmake USE_XZ= yes -USE_GMAKE= yes HAS_CONFIGURE= yes ALL_TARGET= evilvte USE_GNOME= vte -MAN1= evilvte.1 showvte.1 - -NO_STAGE= yes .include .if ${OSVERSION} < 700000 BROKEN= does not compile on 6.X .endif pre-everything:: .if !defined(EVILVTE_CONF) @${ECHO_MSG} @${ECHO_MSG} "!! NOTE !!" @${ECHO_MSG} @${ECHO_MSG} "You can build evilvte with your own config.h using the EVILVTE_CONF knob:" @${ECHO_MSG} "make EVILVTE_CONF=/path/to/evilvte-config.h install clean" @${ECHO_MSG} .endif post-patch: # disable man page installation @${REINPLACE_CMD} -e '59,60 d' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e '/^make/ s/make/gmake/' ${WRKSRC}/src/process.sh .if defined(EVILVTE_CONF) @${ECHO_MSG} "creating config.h from ${EVILVTE_CONF}" @${CP} ${EVILVTE_CONF} ${WRKSRC}/src/config.h .endif post-install: - ${INSTALL_MAN} ${WRKSRC}/misc/evilvte.1 ${PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/misc/showvte.1 ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/misc/evilvte.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/misc/showvte.1 ${STAGEDIR}${PREFIX}/man/man1 .include Index: head/x11/evilvte/pkg-plist =================================================================== --- head/x11/evilvte/pkg-plist (revision 339413) +++ head/x11/evilvte/pkg-plist (revision 339414) @@ -1,25 +1,47 @@ bin/evilvte bin/showvte +man/man1/evilvte.1.gz +man/man1/showvte.1.gz share/applications/evilvte.desktop -share/pixmaps/evilvte.png +share/gnome-control-center/default-apps/evilvte.xml share/icons/hicolor/16x16/apps/evilvte.png share/icons/hicolor/20x20/apps/evilvte.png share/icons/hicolor/22x22/apps/evilvte.png share/icons/hicolor/24x24/apps/evilvte.png share/icons/hicolor/32x32/apps/evilvte.png share/icons/hicolor/36x36/apps/evilvte.png share/icons/hicolor/40x40/apps/evilvte.png share/icons/hicolor/48x48/apps/evilvte.png share/icons/hicolor/64x64/apps/evilvte.png share/icons/hicolor/72x72/apps/evilvte.png share/icons/hicolor/96x96/apps/evilvte.png share/icons/hicolor/scalable/apps/evilvte.svg -share/gnome-control-center/default-apps/evilvte.xml -@dirrmtry share/pixmaps -@dirrmtry share/icons/hicolor/20x20/apps -@dirrmtry share/icons/hicolor/20x20 +share/pixmaps/evilvte.png +@dirrmtry share/icons/hicolor/scalable/apps +@dirrmtry share/icons/hicolor/scalable +@dirrmtry share/icons/hicolor/96x96/apps +@dirrmtry share/icons/hicolor/96x96 +@dirrmtry share/icons/hicolor/72x72/apps +@dirrmtry share/icons/hicolor/72x72 +@dirrmtry share/icons/hicolor/64x64/apps +@dirrmtry share/icons/hicolor/64x64 +@dirrmtry share/icons/hicolor/48x48/apps +@dirrmtry share/icons/hicolor/48x48 @dirrmtry share/icons/hicolor/40x40/apps @dirrmtry share/icons/hicolor/40x40 +@dirrmtry share/icons/hicolor/36x36/apps +@dirrmtry share/icons/hicolor/36x36 +@dirrmtry share/icons/hicolor/32x32/apps +@dirrmtry share/icons/hicolor/32x32 +@dirrmtry share/icons/hicolor/24x24/apps +@dirrmtry share/icons/hicolor/24x24 +@dirrmtry share/icons/hicolor/22x22/apps +@dirrmtry share/icons/hicolor/22x22 +@dirrmtry share/icons/hicolor/20x20/apps +@dirrmtry share/icons/hicolor/20x20 +@dirrmtry share/icons/hicolor/16x16/apps +@dirrmtry share/icons/hicolor/16x16 @dirrmtry share/icons/hicolor @dirrmtry share/icons @dirrmtry share/gnome-control-center/default-apps +@dirrmtry share/gnome-control-center Index: head/x11/gtkterm2/Makefile =================================================================== --- head/x11/gtkterm2/Makefile (revision 339413) +++ head/x11/gtkterm2/Makefile (revision 339414) @@ -1,44 +1,43 @@ # Created by: michael johnson # $FreeBSD$ PORTNAME= gtkterm2 PORTVERSION= 0.2.3 PORTREVISION= 11 CATEGORIES= x11 MASTER_SITES= SF/gtkterm/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Simple GTK-2 terminal with tabs USE_GNOME= vte USES= pkgconfig gmake USE_AUTOTOOLS= libtool PORTDOCS= README PLIST_FILES= bin/gtkterm2 \ share/locale/de/LC_MESSAGES/gtkterm2.mo \ %%DATADIR%%/pixmaps/gtkterm2.png PLIST_DIRS= %%DATADIR%%/pixmaps %%DATADIR%% CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS=""||g' ${WRKSRC}/configure do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/gtkterm2 ${PREFIX}/bin/gtkterm2 + ${INSTALL_PROGRAM} ${WRKSRC}/src/gtkterm2 ${STAGEDIR}${PREFIX}/bin/gtkterm2 ${INSTALL_DATA} ${WRKSRC}/po/de.gmo \ - ${PREFIX}/share/locale/de/LC_MESSAGES/gtkterm2.mo - @${MKDIR} ${DATADIR}/pixmaps + ${STAGEDIR}${PREFIX}/share/locale/de/LC_MESSAGES/gtkterm2.mo + @${MKDIR} ${STAGEDIR}${DATADIR}/pixmaps ${INSTALL_DATA} ${WRKSRC}/pixmaps/gtkterm2.png \ - ${DATADIR}/pixmaps/gtkterm2.png + ${STAGEDIR}${DATADIR}/pixmaps/gtkterm2.png .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .endif .include Index: head/x11/kb2mb2/Makefile =================================================================== --- head/x11/kb2mb2/Makefile (revision 339413) +++ head/x11/kb2mb2/Makefile (revision 339414) @@ -1,18 +1,17 @@ # Created by: Tatsumi Hosokawa # $FreeBSD$ PORTNAME= kb2mb2 PORTVERSION= 1.0 PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_PORTS_JP} MAINTAINER= ports@FreeBSD.org COMMENT= Redirect any key to second mouse button PLIST_FILES= bin/kb2mb2 USES= imake USE_XORG= x11 xext xtst -NO_STAGE= yes .include Index: head/x11/keybinder/Makefile =================================================================== --- head/x11/keybinder/Makefile (revision 339413) +++ head/x11/keybinder/Makefile (revision 339414) @@ -1,68 +1,66 @@ # $FreeBSD$ PORTNAME= keybinder PORTVERSION= 0.3.0 PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= GENTOO/distfiles MAINTAINER= olivierd@FreeBSD.org COMMENT= Library for registering keyboard shortcuts BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection LICENSE= GPLv2 GNU_CONFIGURE= yes -USE_GMAKE= yes USE_GNOME= gtk20 USE_XORG= x11 xext xrender -USES= pkgconfig pathfix +USES= gmake pkgconfig pathfix USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS EXAMPLES PYTHON LUA OPTIONS_DEFAULT= PYTHON # Override LUA description LUA_DESC= Lua bindings -NO_STAGE= yes .include .if ${PORT_OPTIONS:MPYTHON} USE_PYTHON= yes USE_GNOME+= pygtk2 PLIST_SUB+= PYTHON="" .else CONFIGURE_ARGS+= --disable-python PLIST_SUB+= PYTHON="@comment " .endif .if ${PORT_OPTIONS:MLUA} USE_LUA= 5.1+ CONFIGURE_ARGS+= --with-lua-includes=${LUA_INCDIR} PLIST_SUB+= LUA="" .else CONFIGURE_ARGS+= --disable-lua PLIST_SUB+= LUA="@comment " .endif .if ${PORT_OPTIONS:MDOCS} BUILD_DEPENDS+= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc CONFIGURE_ARGS+=--enable-gtk-doc \ --with-html-dir=${PREFIX}/share/gtk-doc/html PLIST_SUB+= DOCS="" .else CONFIGURE_ARGS+=--disable-gtk-doc-html \ --without-html-dir PLIST_SUB+= DOCS="@comment " .endif post-install: .if ${PORT_OPTIONS:MEXAMPLES} @${REINPLACE_CMD} -i '' -e 's|lua5.1|lua-5.1|g' ${WRKSRC}/examples/Makefile - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} .endif .include Index: head/x11/keybinder/pkg-plist =================================================================== --- head/x11/keybinder/pkg-plist (revision 339413) +++ head/x11/keybinder/pkg-plist (revision 339414) @@ -1,45 +1,44 @@ include/keybinder.h lib/girepository-1.0/Keybinder-0.0.typelib lib/libkeybinder.la lib/libkeybinder.so lib/libkeybinder.so.1 %%LUA%%%%LUA_MODLIBDIR%%/keybinder.la %%LUA%%%%LUA_MODLIBDIR%%/keybinder.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/keybinder/__init__.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/keybinder/__init__.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/keybinder/__init__.pyo %%PYTHON%%%%PYTHON_SITELIBDIR%%/keybinder/_keybinder.la %%PYTHON%%%%PYTHON_SITELIBDIR%%/keybinder/_keybinder.so libdata/pkgconfig/keybinder.pc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.lua %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_gi.lua %%PORTEXAMPLES%%%%EXAMPLESDIR%%/keybinder.vapi %%PORTEXAMPLES%%%%EXAMPLESDIR%%/lminigtk.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/main.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/vexample.vala share/gir-1.0/Keybinder-0.0.gir %%DOCS%%share/gtk-doc/html/keybinder/annotation-glossary.html %%DOCS%%share/gtk-doc/html/keybinder/api-index-full.html %%DOCS%%share/gtk-doc/html/keybinder/ch01.html %%DOCS%%share/gtk-doc/html/keybinder/deprecated-api-index.html %%DOCS%%share/gtk-doc/html/keybinder/home.png %%DOCS%%share/gtk-doc/html/keybinder/index.html %%DOCS%%share/gtk-doc/html/keybinder/index.sgml %%DOCS%%share/gtk-doc/html/keybinder/keybinder-keybinder.html -%%DOCS%%share/gtk-doc/html/keybinder/keybinder.devhelp %%DOCS%%share/gtk-doc/html/keybinder/keybinder.devhelp2 %%DOCS%%share/gtk-doc/html/keybinder/left.png %%DOCS%%share/gtk-doc/html/keybinder/object-tree.html %%DOCS%%share/gtk-doc/html/keybinder/right.png %%DOCS%%share/gtk-doc/html/keybinder/style.css %%DOCS%%share/gtk-doc/html/keybinder/up.png %%DOCS%%@dirrm share/gtk-doc/html/keybinder %%DOCS%%@dirrmtry share/gtk-doc/html %%DOCS%%@dirrmtry share/gtk-doc @dirrmtry share/gir-1.0 %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% %%PYTHON%%@dirrm %%PYTHON_SITELIBDIR%%/keybinder @dirrmtry lib/girepository-1.0 Index: head/x11/keylaunch/Makefile =================================================================== --- head/x11/keylaunch/Makefile (revision 339413) +++ head/x11/keylaunch/Makefile (revision 339414) @@ -1,35 +1,28 @@ # Created by: mwm@mired.org # $FreeBSD$ PORTNAME= keylaunch PORTVERSION= 1.3.0 PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= http://www.mired.org/downloads/ MAINTAINER= mwm@mired.org COMMENT= An X utility for binding commands to a hot key WRKSRC= ${WRKDIR}/keylaunch -USE_GMAKE= yes -USES= perl5 +USES= perl5 gmake USE_PERL5= build USE_XORG= x11 -PKGMESSAGE= ${WRKSRC}/pkg-message +SUB_FILES= pkg-message -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -i '' -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/Makefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/keylaunch ${PREFIX}/bin - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/example_rc ${EXAMPLESDIR}/keylaunch.rc - -post-install: - @${SED} -e 's;/usr/X11R6;${LOCALBASE};g' < ${FILESDIR}/pkg-message.in > \ - ${PKGMESSAGE} - @${CAT} ${PKGMESSAGE} + ${INSTALL_PROGRAM} ${WRKSRC}/keylaunch ${STAGEDIR}${PREFIX}/bin + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/example_rc ${STAGEDIR}${EXAMPLESDIR}/keylaunch.rc .include Index: head/x11/keylaunch/files/pkg-message.in =================================================================== --- head/x11/keylaunch/files/pkg-message.in (revision 339413) +++ head/x11/keylaunch/files/pkg-message.in (revision 339414) @@ -1,2 +1,2 @@ -See /usr/X11R6/share/examples/keylaunch/keylaunch.rc for a sample +See %%LOCALBASE%%/share/examples/keylaunch/keylaunch.rc for a sample configuration. Index: head/x11/keylaunch/pkg-plist =================================================================== --- head/x11/keylaunch/pkg-plist (revision 339413) +++ head/x11/keylaunch/pkg-plist (revision 339414) @@ -1,3 +1,3 @@ bin/keylaunch -share/examples/keylaunch/keylaunch.rc -@dirrm share/examples/keylaunch +%%EXAMPLESDIR%%/keylaunch.rc +@dirrmtry %%EXAMPLESDIR%% Index: head/x11/libxdg-basedir/Makefile =================================================================== --- head/x11/libxdg-basedir/Makefile (revision 339413) +++ head/x11/libxdg-basedir/Makefile (revision 339414) @@ -1,26 +1,25 @@ # Created by: Nikos Ntarmos # $FreeBSD$ PORTNAME= libxdg-basedir PORTVERSION= 1.2.0 CATEGORIES= x11 MASTER_SITES= http://nevill.ch/libxdg-basedir/downloads/ MAINTAINER= ntarmos@ceid.upatras.gr COMMENT= Implementation of the XDG Base Directory specification -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes USE_LDCONFIG= yes -NO_STAGE= yes pre-configure: @${REINPLACE_CMD} -e \ 's|$$(libdir)/pkgconfig|$${prefix}/libdata/pkgconfig|' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|"etc"|"${PREFIX}/etc"|' \ -e '/DefaultConfigDirectories\[\]/,/DefaultRelativeCacheHome\[\]/ s|"/\([^"]\)|"\1|' \ -e '/DefaultConfigDirectories\[\]/,/DefaultRelativeCacheHome\[\]/ s|/|" DIR_SEPARATOR_STR "|g' \ ${WRKSRC}/src/basedir.c .include Index: head/x11/lxrandr/Makefile =================================================================== --- head/x11/lxrandr/Makefile (revision 339413) +++ head/x11/lxrandr/Makefile (revision 339414) @@ -1,49 +1,46 @@ # Created by: Eric Turgeon # $FreeBSD$ PORTNAME= lxrandr PORTVERSION= 0.1.2 CATEGORIES= x11 MASTER_SITES= SF/lxde/LXRandR%20%28monitor%20config%20tool%29/LXRandR%20${PORTVERSION} MAINTAINER= ericturgeon@ghostbsd.org COMMENT= LXDE screen manager LICENSE= GPLv2 USES= desktop-file-utils gmake pkgconfig USE_GNOME= gtk20 USE_XORG= xrandr GNU_CONFIGURE= yes INSTALLS_ICONS= yes -MAN1= lxrandr.1 - PORTDOCS= AUTHORS OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes NLS_USES= gettext -NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .endif post-patch: .if ! ${PORT_OPTIONS:MNLS} @${REINPLACE_CMD} -e 's|po man|man|' \ ${WRKSRC}/Makefile.in .endif post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .endif .include Index: head/x11/lxrandr/pkg-plist =================================================================== --- head/x11/lxrandr/pkg-plist (revision 339413) +++ head/x11/lxrandr/pkg-plist (revision 339414) @@ -1,70 +1,85 @@ bin/lxrandr +man/man1/lxrandr.1.gz share/applications/lxrandr.desktop %%NLS%%share/locale/af/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/ar/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/ast/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/be/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/bg/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/bn/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/bn_IN/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/ca/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/cs/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/da/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/de/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/el/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/es/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/es_VE/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/et/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/eu/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/fa/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/fi/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/fo/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/fr/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/frp/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/gl/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/he/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/hr/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/hu/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/id/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/it/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/ja/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/ko/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/lg/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/lt/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/ml/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/ms/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/nb/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/nl/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/nn/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/pl/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/ps/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/pt/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/ro/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/ru/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/sk/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/sl/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/sr/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/sr@latin/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/sv/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/te/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/th/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/tr/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/tt_RU/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/uk/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/ur/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/ur_PK/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/vi/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/lxrandr.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/lxrandr.mo %%NLS%%@dirrmtry share/locale/ur_PK/LC_MESSAGES %%NLS%%@dirrmtry share/locale/ur_PK +%%NLS%%@dirrmtry share/locale/ur/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ur %%NLS%%@dirrmtry share/locale/tt_RU/LC_MESSAGES %%NLS%%@dirrmtry share/locale/tt_RU +%%NLS%%@dirrmtry share/locale/te/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/te +%%NLS%%@dirrmtry share/locale/sr@latin/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/sr@latin +%%NLS%%@dirrmtry share/locale/ps/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ps %%NLS%%@dirrmtry share/locale/lg/LC_MESSAGES %%NLS%%@dirrmtry share/locale/lg %%NLS%%@dirrmtry share/locale/frp/LC_MESSAGES %%NLS%%@dirrmtry share/locale/frp +%%NLS%%@dirrmtry share/locale/fo/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/fo %%NLS%%@dirrmtry share/locale/es_VE/LC_MESSAGES %%NLS%%@dirrmtry share/locale/es_VE +%%NLS%%@dirrmtry share/locale/bn_IN/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/bn_IN +%%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ast Index: head/x11/metalock/Makefile =================================================================== --- head/x11/metalock/Makefile (revision 339413) +++ head/x11/metalock/Makefile (revision 339414) @@ -1,57 +1,56 @@ # Created by: Timothy Beyer # $FreeBSD$ PORTNAME= metalock PORTVERSION= 0.8.0 PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= BERLIOS GOOGLE_CODE DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${PORTNAME}_theme-Blue_Marble-1.3${EXTRACT_SUFX} MAINTAINER= beyert@cs.ucr.edu COMMENT= Enhanced X11 screen locker LICENSE= MIT LICENSE_FILE= ${WRKDIR}/${DISTNAME}/LICENSE USE_BZIP2= yes USE_XORG= x11 xt xproto xext xpm OPTIONS_DEFINE= IMLIB2 XFT ULTRAGETOPT OPTIONS_DEFAULT= IMLIB2 XFT ULTRAGETOPT ULTRAGETOPT_DESC= Use Ultragetopt -NO_STAGE= yes .include MAKE_ARGS= PREFIX="${LOCALBASE}" DEST_PREFIX="${PREFIX}" CC="${CC}" .if ${PORT_OPTIONS:MULTRAGETOPT} -LIB_DEPENDS+= ultragetopt.0:${PORTSDIR}/devel/ultragetopt +LIB_DEPENDS+= libultragetopt.so:${PORTSDIR}/devel/ultragetopt MAKE_ARGS+= USE_ULTRAGETOPT=yes .else MAKE_ARGS+= USE_ULTRAGETOPT=no .endif .if ${PORT_OPTIONS:MIMLIB2} USE_EFL= imlib2 MAKE_ARGS+= USE_IMLIB2=yes .else MAKE_ARGS+= USE_IMLIB2=no .endif .if ${PORT_OPTIONS:MXFT} USE_XORG+= xft MAKE_ARGS+= USE_XFT=yes .else MAKE_ARGS+= USE_XFT=no .endif WRKSRC= ${WRKDIR}/${DISTNAME}/src post-extract: ${MKDIR} ${WRKDIR}/${DISTNAME}/themes ${CP} -pR ${WRKDIR}/Blue_Marble ${WRKDIR}/${DISTNAME}/themes/ .include Index: head/x11/metalock/files/patch-Makefile =================================================================== --- head/x11/metalock/files/patch-Makefile (nonexistent) +++ head/x11/metalock/files/patch-Makefile (revision 339414) @@ -0,0 +1,27 @@ +--- Makefile.orig 2014-01-11 00:15:02.000000000 +0800 ++++ Makefile 2014-01-11 00:16:03.000000000 +0800 +@@ -129,16 +129,16 @@ install: all + @echo "(the default theme is missing)" + .else + @echo installing executable file to ${DEST_PREFIX}/bin +- @mkdir -p ${DEST_PREFIX}/bin +- @cp -f metalock ${DEST_PREFIX}/bin +- @chmod 755 ${DEST_PREFIX}/bin/metalock +- @chmod u+s ${DEST_PREFIX}/bin/metalock ++ @mkdir -p $(DESTDIR)${DEST_PREFIX}/bin ++ @cp -f metalock $(DESTDIR)${DEST_PREFIX}/bin ++ @chmod 755 $(DESTDIR)${DEST_PREFIX}/bin/metalock ++ @chmod u+s $(DESTDIR)${DEST_PREFIX}/bin/metalock + @echo -n "installing theme to " + @echo "${DEST_PREFIX}/share/metalock/themes/${DEFAULT_THEME}" +- @mkdir -p ${DEST_PREFIX}/share/metalock/themes +- @cp -pRf ../themes/${DEFAULT_THEME} ${DEST_PREFIX}/share/metalock/themes +- @chown 0:0 ${DEST_PREFIX}/share/metalock/themes/${DEFAULT_THEME}/* +- @chmod 644 ${DEST_PREFIX}/share/metalock/themes/${DEFAULT_THEME}/* ++ @mkdir -p $(DESTDIR)${DEST_PREFIX}/share/metalock/themes ++ @cp -pRf ../themes/${DEFAULT_THEME} $(DESTDIR)${DEST_PREFIX}/share/metalock/themes ++ @chown 0:0 $(DESTDIR)${DEST_PREFIX}/share/metalock/themes/${DEFAULT_THEME}/* ++ @chmod 644 $(DESTDIR)${DEST_PREFIX}/share/metalock/themes/${DEFAULT_THEME}/* + @echo "finished installing metalock" + .endif + Property changes on: head/x11/metalock/files/patch-Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/ooxcb/Makefile =================================================================== --- head/x11/ooxcb/Makefile (revision 339413) +++ head/x11/ooxcb/Makefile (revision 339414) @@ -1,18 +1,17 @@ # Created by: gahr # $FreeBSD$ PORTNAME= ooxcb PORTVERSION= 1.1 CATEGORIES= x11 MASTER_SITES= http://samurai-x.org/downloads/ MAINTAINER= gahr@FreeBSD.org COMMENT= Python binding to the X server using xcb USE_PYTHON= yes USE_XORG= xcb USE_PYDISTUTILS=easy_install PLIST_FILES= ${PYTHON_SITELIBDIR:S/${LOCALBASE}\///}/${PORTNAME}-${PORTVERSION}-py${PYTHON_VER}.egg -NO_STAGE= yes .include Index: head/x11/p5-Clipboard/Makefile =================================================================== --- head/x11/p5-Clipboard/Makefile (revision 339413) +++ head/x11/p5-Clipboard/Makefile (revision 339414) @@ -1,25 +1,21 @@ # Created by: Anton Berezin # $FreeBSD$ PORTNAME= Clipboard PORTVERSION= 0.13 CATEGORIES= x11 perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:KING PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Access to X11 clipboard from Perl BUILD_DEPENDS= p5-Spiffy>=0:${PORTSDIR}/devel/p5-Spiffy RUN_DEPENDS:= ${BUILD_DEPENDS} \ xclip:${PORTSDIR}/x11/xclip USES= perl5 USE_PERL5= configure -MAN1= clipaccumulate.1 clipbrowse.1 clipedit.1 clipfilter.1 clipjoin.1 -MAN3= Clipboard.3 - -NO_STAGE= yes .include Index: head/x11/p5-Clipboard/pkg-plist =================================================================== --- head/x11/p5-Clipboard/pkg-plist (revision 339413) +++ head/x11/p5-Clipboard/pkg-plist (revision 339414) @@ -1,12 +1,18 @@ bin/clipaccumulate bin/clipbrowse bin/clipedit bin/clipfilter bin/clipjoin +%%PERL5_MAN3%%/Clipboard.3.gz %%SITE_PERL%%/Clipboard.pm %%SITE_PERL%%/Clipboard/MacPasteboard.pm %%SITE_PERL%%/Clipboard/Win32.pm %%SITE_PERL%%/Clipboard/Xclip.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Clipboard/.packlist +man/man1/clipaccumulate.1.gz +man/man1/clipbrowse.1.gz +man/man1/clipedit.1.gz +man/man1/clipfilter.1.gz +man/man1/clipjoin.1.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Clipboard @dirrmtry %%SITE_PERL%%/Clipboard Index: head/x11/p5-X11-Resolution/Makefile =================================================================== --- head/x11/p5-X11-Resolution/Makefile (revision 339413) +++ head/x11/p5-X11-Resolution/Makefile (revision 339414) @@ -1,21 +1,18 @@ # Created by: Zane C. Bowers # $FreeBSD$ PORTNAME= X11-Resolution PORTVERSION= 0.0.0 CATEGORIES= x11 perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= Provides a method to get the resolution for a X11 screen RUN_DEPENDS= p5-X11-Protocol>=0:${PORTSDIR}/x11/p5-X11-Protocol USES= perl5 USE_PERL5= configure -MAN3= X11::Resolution.3 - -NO_STAGE= yes .include Index: head/x11/p5-X11-Resolution/pkg-plist =================================================================== --- head/x11/p5-X11-Resolution/pkg-plist (revision 339413) +++ head/x11/p5-X11-Resolution/pkg-plist (revision 339414) @@ -1,5 +1,6 @@ +%%PERL5_MAN3%%/X11::Resolution.3.gz %%SITE_PERL%%/X11/Resolution.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/X11/Resolution/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/X11/Resolution +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/X11/Resolution @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/X11 @dirrmtry %%SITE_PERL%%/X11 Index: head/x11/stjerm/Makefile =================================================================== --- head/x11/stjerm/Makefile (revision 339413) +++ head/x11/stjerm/Makefile (revision 339414) @@ -1,25 +1,23 @@ # Created by: Zhihao Yuan # $FreeBSD$ PORTNAME= stjerm PORTVERSION= 0.16 CATEGORIES= x11 MASTER_SITES= http://stjerm-terminal.googlecode.com/files/ MAINTAINER= lichray@gmail.com COMMENT= A GTK+-based quake-like terminal emulator USE_AUTOTOOLS= aclocal autoheader automake AUTOMAKE_ARGS= --add-missing ACLOCAL_ARGS= --automake-acdir=${ACLOCAL_DIR} \ -I${LOCALBASE}/share/aclocal USE_GNOME= vte gtk20 GNU_CONFIGURE= yes USES= gmake pkgconfig -MAN8= stjerm.8 LICENSE_FILE= ${WRKSRC}/COPYING -PLIST_FILES= bin/stjerm +PLIST_FILES= bin/stjerm man/man8/${PORTNAME}.8.gz -NO_STAGE= yes .include Index: head/x11/sxpc/Makefile =================================================================== --- head/x11/sxpc/Makefile (revision 339413) +++ head/x11/sxpc/Makefile (revision 339414) @@ -1,25 +1,23 @@ # Created by: jkh@FreeBSD.org # $FreeBSD$ PORTNAME= sxpc PORTVERSION= 1.4 PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= utilities EXTRACT_SUFX= .shar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Simple X Protocol Compressor USES= imake NO_WRKSUBDIR= yes EXTRACT_CMD= ${GZIP_CMD} EXTRACT_BEFORE_ARGS= -dc EXTRACT_AFTER_ARGS= | ${SH} -MAN1= sxpc.1 -PLIST_FILES= bin/sxpc +PLIST_FILES= bin/sxpc man/man1/${PORTNAME}.1.gz -NO_STAGE= yes .include Index: head/x11/thingylaunch/Makefile =================================================================== --- head/x11/thingylaunch/Makefile (revision 339413) +++ head/x11/thingylaunch/Makefile (revision 339414) @@ -1,25 +1,24 @@ # Created by: Pietro Cerutti # $FreeBSD$ PORTNAME= thingylaunch PORTVERSION= 1.1.5 CATEGORIES= x11 MAINTAINER= gahr@FreeBSD.org COMMENT= Lightweight tab-completing launcher for X LICENSE= MIT BSD LICENSE_COMB= multi USE_XORG= x11 xproto USES= cmake:outsource USE_GITHUB= yes GH_ACCOUNT= gahr GH_TAGNAME= ${PORTVERSION} GH_COMMIT= 8acab93 PLIST_FILES= bin/${PORTNAME} -NO_STAGE= yes .include Index: head/x11/wmcliphist/pkg-message =================================================================== --- head/x11/wmcliphist/pkg-message (revision 339413) +++ head/x11/wmcliphist/pkg-message (nonexistent) @@ -1,7 +0,0 @@ ---------------------------------------------------------------------- -Before using this program, edit - -%%EXAMPLESDIR%%/wmcliphistrc - -and copy it to ~/.wmcliphistrc ---------------------------------------------------------------------- Property changes on: head/x11/wmcliphist/pkg-message ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/x11/wmcliphist/Makefile =================================================================== --- head/x11/wmcliphist/Makefile (revision 339413) +++ head/x11/wmcliphist/Makefile (revision 339414) @@ -1,33 +1,30 @@ # Created by: Patrick Li # $FreeBSD$ PORTNAME= wmcliphist PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= x11 windowmaker MASTER_SITES= http://linux.nawebu.cz/wmcliphist/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= uqs MAINTAINER= uqs@FreeBSD.org COMMENT= Clipboard history management dockapp for Window Maker +SUB_FILES= pkg-message WRKSRC= ${WRKDIR}/${PORTNAME} USES= pkgconfig USE_XORG= xpm USE_GNOME= gtk20 -NO_STAGE= yes do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - @${MKDIR} ${EXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/wmcliphistrc ${EXAMPLESDIR} + @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + @${INSTALL_DATA} ${WRKSRC}/wmcliphistrc ${STAGEDIR}${EXAMPLESDIR} .ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .endif #NOPORTDOCS - -post-install: - @${SED} 's|%%EXAMPLESDIR%%|${EXAMPLESDIR}|' ${PKGMESSAGE} .include Index: head/x11/wmcliphist/files/pkg-message.in =================================================================== --- head/x11/wmcliphist/files/pkg-message.in (nonexistent) +++ head/x11/wmcliphist/files/pkg-message.in (revision 339414) @@ -0,0 +1,7 @@ +--------------------------------------------------------------------- +Before using this program, edit + +%%EXAMPLESDIR%%/wmcliphistrc + +and copy it to ~/.wmcliphistrc +--------------------------------------------------------------------- Property changes on: head/x11/wmcliphist/files/pkg-message.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/wmctrl/Makefile =================================================================== --- head/x11/wmctrl/Makefile (revision 339413) +++ head/x11/wmctrl/Makefile (revision 339414) @@ -1,23 +1,20 @@ # Created by: Florent Thoumie # $FreeBSD$ PORTNAME= wmctrl PORTVERSION= 1.07 PORTREVISION= 6 CATEGORIES= x11 MASTER_SITES= http://sweb.cz/tripie/utils/wmctrl/dist/ MAINTAINER= flz@FreeBSD.org COMMENT= Command line tool to interact with an EWMH/NetWM compatible X managers USES= pkgconfig GNU_CONFIGURE= yes USE_XORG= x11 xmu xext xt USE_GNOME= glib20 -PLIST_FILES= bin/wmctrl +PLIST_FILES= bin/wmctrl man/man1/${PORTNAME}.1.gz -MAN1= wmctrl.1 - -NO_STAGE= yes .include Index: head/x11/wmdrawer/Makefile =================================================================== --- head/x11/wmdrawer/Makefile (revision 339413) +++ head/x11/wmdrawer/Makefile (revision 339414) @@ -1,41 +1,36 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= wmdrawer PORTVERSION= 0.10.5 PORTREVISION= 9 CATEGORIES= x11 windowmaker MASTER_SITES= http://people.easter-eggs.org/~valos/wmdrawer/:tarball \ http://wikitest.freebsd.org/wiki/common/:pixmap DISTFILES= ${EXTRACT_ONLY}:tarball \ logo-beastie.png:pixmap EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Dockapp which provides a drawer to launch applications USE_GNOME= gdkpixbuf USES= pkgconfig gmake CONFIGURE_ENV+= DOCSDIR=${DOCSDIR} MAKE_ENV+= ${CONFIGURE_ENV} SUB_FILES+= pkg-message -MANCOMPRESSED= yes -MAN1= wmdrawer.1x - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s,%%DATADIR%%,${DATADIR},g" ${WRKSRC}/wmdrawerrc.example @${REINPLACE_CMD} -e "s,CFLAGS = -O3,CFLAGS +=,g; \ s,LDFLAGS =,LDFLAGS+=,g; s,PREFIX =,#PREFIX =,g; \ s,$$[(]DESTDIR[)]/usr/local,${PREFIX},g; \ s,CC =,#CC =,g; \ s,/usr/X11R6,${LOCALBASE},g" ${WRKSRC}/Makefile post-install: - @${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${DISTDIR}/logo-beastie.png ${DATADIR}/beastie.png - @${CAT} ${PKGMESSAGE} + @${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${DISTDIR}/logo-beastie.png ${STAGEDIR}${DATADIR}/beastie.png .include Index: head/x11/wmdrawer/files/patch-Makefile =================================================================== --- head/x11/wmdrawer/files/patch-Makefile (nonexistent) +++ head/x11/wmdrawer/files/patch-Makefile (revision 339414) @@ -0,0 +1,17 @@ +--- Makefile.orig 2014-01-11 11:20:26.000000000 +0800 ++++ Makefile 2014-01-11 11:20:56.000000000 +0800 +@@ -68,10 +68,10 @@ clean : + $(RM) *.o $(PRGS) + + install : wmdrawer +- $(INSTALL) -m 755 wmdrawer $(PREFIX)/bin +- $(INSTALL) -m 644 doc/wmdrawer.1x.gz $(MANDIR) +- $(INSTALL) -d $(DOCDIR)/wmdrawer +- $(INSTALL) -m 644 wmdrawerrc.example AUTHORS ChangeLog COPYING INSTALL README TODO $(DOCDIR)/wmdrawer ++ $(INSTALL) -m 755 wmdrawer $(DESTDIR)$(PREFIX)/bin ++ $(INSTALL) -m 644 doc/wmdrawer.1x.gz $(DESTDIR)$(MANDIR)/wmdrawer.1.gz ++ $(INSTALL) -d $(DESTDIR)$(DOCDIR)/wmdrawer ++ $(INSTALL) -m 644 wmdrawerrc.example AUTHORS ChangeLog COPYING INSTALL README TODO $(DESTDIR)$(DOCDIR)/wmdrawer + + uninstall: clean + $(RM) $(PREFIX)/bin/wmdrawer Property changes on: head/x11/wmdrawer/files/patch-Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/wmdrawer/pkg-plist =================================================================== --- head/x11/wmdrawer/pkg-plist (revision 339413) +++ head/x11/wmdrawer/pkg-plist (revision 339414) @@ -1,11 +1,12 @@ bin/wmdrawer -%%DATADIR%%/beastie.png +man/man1/wmdrawer.1.gz %%DOCSDIR%%/AUTHORS %%DOCSDIR%%/COPYING %%DOCSDIR%%/ChangeLog %%DOCSDIR%%/INSTALL %%DOCSDIR%%/README %%DOCSDIR%%/TODO %%DOCSDIR%%/wmdrawerrc.example -@dirrm %%DOCSDIR%% +%%DATADIR%%/beastie.png @dirrm %%DATADIR%% +@dirrm %%DOCSDIR%% Index: head/x11/xdialog/Makefile =================================================================== --- head/x11/xdialog/Makefile (revision 339413) +++ head/x11/xdialog/Makefile (revision 339414) @@ -1,55 +1,52 @@ # Created by: Ying-Chieh Liao # $FreeBSD$ PORTNAME= xdialog PORTVERSION= 2.3.1 PORTREVISION= 5 CATEGORIES= x11 MASTER_SITES= http://xdialog.free.fr/ DISTNAME= ${PORTNAME:S/x/X/}-${PORTVERSION} MAINTAINER= sylvio@FreeBSD.org COMMENT= A drop in replacement for the "dialog" or "cdialog" programs USE_BZIP2= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes -MAN1= Xdialog.1 - CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .if defined(.PARSEDIR) -USE_GMAKE= yes +USES= gmake .endif -NO_STAGE= yes .include .if empty(PORT_OPTIONS:MNLS) CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else USES+= gettext PLIST_SUB+= NLS="" .endif post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|m4 lib src|m4 src|g ; \ s|-I../lib||g ; \ s|-L../lib -lgetopt||g ; \ s| install-docDATA||g' @${REINPLACE_CMD} -e 's,Xdialog\\-%%version%%,xdialog,' \ ${WRKSRC}/doc/Xdialog.man post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR}/samples - ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/*.png ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/samples/* ${DOCSDIR}/samples + @${MKDIR} ${STAGEDIR}${DOCSDIR}/samples + ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/*.png ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/samples/* ${STAGEDIR}${DOCSDIR}/samples .endif .include Index: head/x11/xdialog/pkg-plist =================================================================== --- head/x11/xdialog/pkg-plist (revision 339413) +++ head/x11/xdialog/pkg-plist (revision 339414) @@ -1,108 +1,109 @@ bin/Xdialog -%%NLS%%share/locale/ca/LC_MESSAGES/Xdialog.mo -%%NLS%%share/locale/de/LC_MESSAGES/Xdialog.mo -%%NLS%%share/locale/es/LC_MESSAGES/Xdialog.mo -%%NLS%%share/locale/fr/LC_MESSAGES/Xdialog.mo -%%NLS%%share/locale/hu/LC_MESSAGES/Xdialog.mo -%%NLS%%share/locale/id/LC_MESSAGES/Xdialog.mo -%%NLS%%share/locale/it/LC_MESSAGES/Xdialog.mo -%%NLS%%share/locale/nl/LC_MESSAGES/Xdialog.mo -%%NLS%%share/locale/no_NO/LC_MESSAGES/Xdialog.mo -%%NLS%%share/locale/pl/LC_MESSAGES/Xdialog.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/Xdialog.mo -%%NLS%%share/locale/ru/LC_MESSAGES/Xdialog.mo -%%NLS%%share/locale/sv_SE/LC_MESSAGES/Xdialog.mo +man/man1/Xdialog.1.gz %%PORTDOCS%%%%DOCSDIR%%/2ranges.png %%PORTDOCS%%%%DOCSDIR%%/authors.html %%PORTDOCS%%%%DOCSDIR%%/box.html %%PORTDOCS%%%%DOCSDIR%%/buildlist.png %%PORTDOCS%%%%DOCSDIR%%/calendar.png %%PORTDOCS%%%%DOCSDIR%%/center.png %%PORTDOCS%%%%DOCSDIR%%/changelog.html %%PORTDOCS%%%%DOCSDIR%%/check.png %%PORTDOCS%%%%DOCSDIR%%/checklist.png %%PORTDOCS%%%%DOCSDIR%%/colorsel.png %%PORTDOCS%%%%DOCSDIR%%/combobox.png %%PORTDOCS%%%%DOCSDIR%%/common.html %%PORTDOCS%%%%DOCSDIR%%/compatibility.html %%PORTDOCS%%%%DOCSDIR%%/dselect.png %%PORTDOCS%%%%DOCSDIR%%/editbox.png %%PORTDOCS%%%%DOCSDIR%%/faq.html %%PORTDOCS%%%%DOCSDIR%%/fill.png %%PORTDOCS%%%%DOCSDIR%%/fixedfont.png %%PORTDOCS%%%%DOCSDIR%%/fontsel.png %%PORTDOCS%%%%DOCSDIR%%/fselect.png %%PORTDOCS%%%%DOCSDIR%%/gauge.png %%PORTDOCS%%%%DOCSDIR%%/gtk.html %%PORTDOCS%%%%DOCSDIR%%/icon.png %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/infobox.png %%PORTDOCS%%%%DOCSDIR%%/input.png %%PORTDOCS%%%%DOCSDIR%%/intro.html %%PORTDOCS%%%%DOCSDIR%%/labelcenter.png %%PORTDOCS%%%%DOCSDIR%%/labelleft.png %%PORTDOCS%%%%DOCSDIR%%/labelright.png %%PORTDOCS%%%%DOCSDIR%%/left.png %%PORTDOCS%%%%DOCSDIR%%/license.html %%PORTDOCS%%%%DOCSDIR%%/logbox.png %%PORTDOCS%%%%DOCSDIR%%/msgbox.png %%PORTDOCS%%%%DOCSDIR%%/nofixedfont.png %%PORTDOCS%%%%DOCSDIR%%/notags.png %%PORTDOCS%%%%DOCSDIR%%/password.png %%PORTDOCS%%%%DOCSDIR%%/radiolist.png %%PORTDOCS%%%%DOCSDIR%%/range.png %%PORTDOCS%%%%DOCSDIR%%/rcfile.png %%PORTDOCS%%%%DOCSDIR%%/right.png -%%PORTDOCS%%%%DOCSDIR%%/special.html -%%PORTDOCS%%%%DOCSDIR%%/spinbox.png -%%PORTDOCS%%%%DOCSDIR%%/syntax.html -%%PORTDOCS%%%%DOCSDIR%%/tailbox.png -%%PORTDOCS%%%%DOCSDIR%%/timebox.png -%%PORTDOCS%%%%DOCSDIR%%/title.png -%%PORTDOCS%%%%DOCSDIR%%/transient.html -%%PORTDOCS%%%%DOCSDIR%%/treeview.png -%%PORTDOCS%%%%DOCSDIR%%/withtags.png -%%PORTDOCS%%%%DOCSDIR%%/yesno-wizard.png -%%PORTDOCS%%%%DOCSDIR%%/yesno.png %%PORTDOCS%%%%DOCSDIR%%/samples/Xdialog.wrapper.c %%PORTDOCS%%%%DOCSDIR%%/samples/Xmessage %%PORTDOCS%%%%DOCSDIR%%/samples/Xmore %%PORTDOCS%%%%DOCSDIR%%/samples/allrpms %%PORTDOCS%%%%DOCSDIR%%/samples/bluebox.rc %%PORTDOCS%%%%DOCSDIR%%/samples/buildlist %%PORTDOCS%%%%DOCSDIR%%/samples/calendar %%PORTDOCS%%%%DOCSDIR%%/samples/chain %%PORTDOCS%%%%DOCSDIR%%/samples/checklist %%PORTDOCS%%%%DOCSDIR%%/samples/dselect %%PORTDOCS%%%%DOCSDIR%%/samples/editbox %%PORTDOCS%%%%DOCSDIR%%/samples/fixed-font.rc %%PORTDOCS%%%%DOCSDIR%%/samples/format1440 %%PORTDOCS%%%%DOCSDIR%%/samples/fselect %%PORTDOCS%%%%DOCSDIR%%/samples/gauge %%PORTDOCS%%%%DOCSDIR%%/samples/infobox %%PORTDOCS%%%%DOCSDIR%%/samples/infobox2 %%PORTDOCS%%%%DOCSDIR%%/samples/inputbox %%PORTDOCS%%%%DOCSDIR%%/samples/install-wrapper %%PORTDOCS%%%%DOCSDIR%%/samples/kernel %%PORTDOCS%%%%DOCSDIR%%/samples/logbox %%PORTDOCS%%%%DOCSDIR%%/samples/logbox2 %%PORTDOCS%%%%DOCSDIR%%/samples/login %%PORTDOCS%%%%DOCSDIR%%/samples/menubox %%PORTDOCS%%%%DOCSDIR%%/samples/msgbox %%PORTDOCS%%%%DOCSDIR%%/samples/no-entry.xpm %%PORTDOCS%%%%DOCSDIR%%/samples/radiolist %%PORTDOCS%%%%DOCSDIR%%/samples/rangebox %%PORTDOCS%%%%DOCSDIR%%/samples/set-time %%PORTDOCS%%%%DOCSDIR%%/samples/tailbox %%PORTDOCS%%%%DOCSDIR%%/samples/textbox %%PORTDOCS%%%%DOCSDIR%%/samples/timebox %%PORTDOCS%%%%DOCSDIR%%/samples/treeview %%PORTDOCS%%%%DOCSDIR%%/samples/warning.xpm %%PORTDOCS%%%%DOCSDIR%%/samples/xlock-wrapper %%PORTDOCS%%%%DOCSDIR%%/samples/yesno -%%PORTDOCS%%@dirrm %%DOCSDIR%%/samples -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%NLS%%@dirrmtry share/locale/no_NO/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/no_NO +%%PORTDOCS%%%%DOCSDIR%%/special.html +%%PORTDOCS%%%%DOCSDIR%%/spinbox.png +%%PORTDOCS%%%%DOCSDIR%%/syntax.html +%%PORTDOCS%%%%DOCSDIR%%/tailbox.png +%%PORTDOCS%%%%DOCSDIR%%/timebox.png +%%PORTDOCS%%%%DOCSDIR%%/title.png +%%PORTDOCS%%%%DOCSDIR%%/transient.html +%%PORTDOCS%%%%DOCSDIR%%/treeview.png +%%PORTDOCS%%%%DOCSDIR%%/withtags.png +%%PORTDOCS%%%%DOCSDIR%%/yesno-wizard.png +%%PORTDOCS%%%%DOCSDIR%%/yesno.png +%%NLS%%share/locale/ca/LC_MESSAGES/Xdialog.mo +%%NLS%%share/locale/de/LC_MESSAGES/Xdialog.mo +%%NLS%%share/locale/es/LC_MESSAGES/Xdialog.mo +%%NLS%%share/locale/fr/LC_MESSAGES/Xdialog.mo +%%NLS%%share/locale/hu/LC_MESSAGES/Xdialog.mo +%%NLS%%share/locale/id/LC_MESSAGES/Xdialog.mo +%%NLS%%share/locale/it/LC_MESSAGES/Xdialog.mo +%%NLS%%share/locale/nl/LC_MESSAGES/Xdialog.mo +%%NLS%%share/locale/no_NO/LC_MESSAGES/Xdialog.mo +%%NLS%%share/locale/pl/LC_MESSAGES/Xdialog.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/Xdialog.mo +%%NLS%%share/locale/ru/LC_MESSAGES/Xdialog.mo +%%NLS%%share/locale/sv_SE/LC_MESSAGES/Xdialog.mo %%NLS%%@dirrmtry share/locale/sv_SE/LC_MESSAGES %%NLS%%@dirrmtry share/locale/sv_SE +%%NLS%%@dirrmtry share/locale/no_NO/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/no_NO +%%PORTDOCS%%@dirrm %%DOCSDIR%%/samples +%%PORTDOCS%%@dirrm %%DOCSDIR%% Index: head/x11/xdotool/Makefile =================================================================== --- head/x11/xdotool/Makefile (revision 339413) +++ head/x11/xdotool/Makefile (revision 339414) @@ -1,26 +1,22 @@ # $FreeBSD$ PORTNAME= xdotool DISTVERSION= 2.20110530.1 PORTEPOCH= 1 CATEGORIES= x11 MASTER_SITES= http://semicomplete.googlecode.com/files/ MAINTAINER= wxs@FreeBSD.org COMMENT= Programmatically simulate keyboard input or mouse activity USE_LDCONFIG= yes USES= gmake pkgconfig perl5 USE_XORG= x11 xtst xinerama USE_PERL5= build -MAN1= xdotool.1 -PLIST_FILES= bin/xdotool lib/libxdo.so lib/libxdo.so.2 include/xdo.h - # Older GCC on RELENG_6 doesn't like -Wno-missing-field-initializers -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,-Wno-missing-field-initializers,,' \ ${WRKSRC}/Makefile .include Index: head/x11/xdotool/pkg-plist =================================================================== --- head/x11/xdotool/pkg-plist (nonexistent) +++ head/x11/xdotool/pkg-plist (revision 339414) @@ -0,0 +1,5 @@ +bin/xdotool +include/xdo.h +lib/libxdo.so +lib/libxdo.so.2 +man/man1/xdotool.1.gz Property changes on: head/x11/xdotool/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/xkeywrap/Makefile =================================================================== --- head/x11/xkeywrap/Makefile (revision 339413) +++ head/x11/xkeywrap/Makefile (revision 339414) @@ -1,33 +1,30 @@ # Created by: Sakai Hiroaki # $FreeBSD$ PORTNAME= xkeywrap PORTVERSION= 1.1 PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= http://hp.vector.co.jp/authors/VA014157/myfreesoft/ MAINTAINER= sylvio@FreeBSD.org COMMENT= Record, repeat, and play key sequence from keyboard MAKE_ENV= X11BASE=${LOCALBASE} USE_XORG= x11 xt -MAN1= xkeywrap.1 -MANCOMPRESSED= yes PORTDOCS= README demo.dat xkeywrap_demo.c -PLIST_FILES= bin/xkeywrap +PLIST_FILES= bin/xkeywrap man/man1/${PORTNAME}.1.gz -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/xkeywrap ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/xkeywrap.1.gz ${PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/xkeywrap ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/xkeywrap.1.gz ${STAGEDIR}${PREFIX}/man/man1 .if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} .for docs in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${docs} ${STAGEDIR}${DOCSDIR} .endfor .endif .include Index: head/x11/xscreensaver.app/Makefile =================================================================== --- head/x11/xscreensaver.app/Makefile (revision 339413) +++ head/x11/xscreensaver.app/Makefile (revision 339414) @@ -1,23 +1,22 @@ # Created by: hemi@puresimplicity.net # $FreeBSD$ PORTNAME= XScreenSaver.App PORTVERSION= 2.3 PORTREVISION= 3 CATEGORIES= x11 windowmaker MASTER_SITES= SF/xscreensaverapp/${PORTNAME}/${PORTVERSION} MAINTAINER= hemi@puresimplicity.net COMMENT= WindowMaker dockapp to control XScreenSaver -LIB_DEPENDS= dockapp.2:${PORTSDIR}/x11-wm/libdockapp +LIB_DEPENDS= libdockapp.so:${PORTSDIR}/x11-wm/libdockapp PLIST_FILES= bin/XScreenSaver.App GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_ARGS= "LDFLAGS+=-L${LOCALBASE}/lib -lX11" -NO_STAGE= yes .include Index: head/x11/xsel-conrad/Makefile =================================================================== --- head/x11/xsel-conrad/Makefile (revision 339413) +++ head/x11/xsel-conrad/Makefile (revision 339414) @@ -1,43 +1,41 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= xsel PORTVERSION= 1.2.0 CATEGORIES= x11 MASTER_SITES= http://www.vergenet.net/~conrad/software/xsel/download/ \ CENKES PKGNAMESUFFIX= -conrad MAINTAINER= code@apotheon.net COMMENT= Access X selection from command line LICENSE= xsel-conrad LICENSE_GROUPS= COPYFREE LICENSE_NAME= xsel-conrad license LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_PERMS= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell CONFLICTS_INSTALL= xsel-[0-9]* USE_XORG= x11 xext xt xproto ice sm CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lXext -lX11 -MAN1= ${PORTNAME}.1 -PLIST_FILES= bin/${PORTNAME} +PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz PORTDOCS= ChangeLog README GNU_CONFIGURE= yes -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|jmp_buf|sigjmp_buf|g' ${WRKSRC}/xsel.c @${REINPLACE_CMD} -e 's|@X_CFLAGS@|${CFLAGS}|;\ s|@X_LIBS@|${LDFLAGS}|' ${WRKSRC}/Makefile.in do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ - @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1x ${MAN1PREFIX}/man/man1/${PORTNAME}.1 + @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1x ${STAGEDIR}${MAN1PREFIX}/man/man1/${PORTNAME}.1 .ifndef NOPORTDOCS - @${INSTALL} -d ${DOCSDIR}/ - @cd ${WRKSRC}/&&${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/ + @${INSTALL} -d ${STAGEDIR}${DOCSDIR}/ + @cd ${WRKSRC}/&&${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ .endif .include Index: head/x11/xtestpicture/Makefile =================================================================== --- head/x11/xtestpicture/Makefile (revision 339413) +++ head/x11/xtestpicture/Makefile (revision 339414) @@ -1,19 +1,17 @@ # Created by: joerg # $FreeBSD$ PORTNAME= xtestpicture PORTVERSION= 1.2 PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= ftp://ftp.interface-business.de/pub/outgoing/ MAINTAINER= joerg@FreeBSD.org COMMENT= Create a full-screen image to adjust your monitor USES= imake USE_XORG= x11 xext -MAN1= xtestpicture.1 -PLIST_FILES= bin/xtestpicture +PLIST_FILES= bin/xtestpicture man/man1/${PORTNAME}.1.gz -NO_STAGE= yes .include Index: head/x11/xwinwrap/Makefile =================================================================== --- head/x11/xwinwrap/Makefile (revision 339413) +++ head/x11/xwinwrap/Makefile (revision 339414) @@ -1,28 +1,27 @@ # Created by: Gvozdikov Veniamin # $FreeBSD$ PORTNAME= xwinwrap PORTVERSION= 0.3 PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= LOCAL/vg MAINTAINER= vg@FreeBSD.org COMMENT= XWinWrap replace a desktop background with a movie or screensaver WRKSRC= ${WRKDIR}/${PORTNAME} ONLY_FOR_ARCHS= amd64 i386 USE_BZIP2= yes USE_XORG= x11 xproto xrender xext PLIST_FILES= bin/${PORTNAME} MAKE_ARGS+= PREFIX=${PREFIX} -NO_STAGE= yes .include .if ${ARCH} == "amd64" MAKE_ARGS+= ARCH=x86_64 .endif .include Index: head/x11/xwinwrap/files/patch-Makefile =================================================================== --- head/x11/xwinwrap/files/patch-Makefile (revision 339413) +++ head/x11/xwinwrap/files/patch-Makefile (revision 339414) @@ -1,46 +1,46 @@ ---- Makefile.orig 2009-11-16 20:42:09.000000000 +0700 -+++ Makefile 2009-11-17 04:52:13.000000000 +0700 +--- Makefile.orig 2009-11-16 21:42:09.000000000 +0800 ++++ Makefile 2014-01-11 00:00:12.000000000 +0800 @@ -1,22 +1,23 @@ -all: all64 all32 - -all64: - gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -lX11 -lXext -lXrender xwinwrap.c -o xwinwrap - -mkdir x86_64 - mv ./xwinwrap ./x86_64 - -all32: - gcc -m32 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -lX11 -lXext -lXrender xwinwrap.c -o xwinwrap - -mkdir i386 - mv ./xwinwrap ./i386 - -install64: - cp x86_64/xwinwrap /usr/bin - -install32: - cp i386/xwinwrap /usr/bin +INSTALL = /usr/bin/install -m 755 +PREFIX = /usr/local +CC = cc +ARCH = `uname -p` + +TARGET = xwinwrap + +CFLAGS = -I${LOCALBASE}/include -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls +LDFLAGS = -L${LOCALBASE}/lib -lX11 -lXext -lXrender + +all: + if [ "${ARCH}" = "x86_64" ] ; then \ + $(CC) $(CFLAGS) $(LDFLAGS) $(TARGET).c -o $(TARGET); \ + elif [ "${ARCH}" = "i386" ] ; then \ + $(CC) -m32 $(CFLAGS) $(LDFLAGS) $(CPPFLAGS) $(TARGET).c -o $(TARGET); \ + else \ + echo 'ERROR: UNKNOWN ARCH'; \ + fi; +install: -+ $(INSTALL) $(TARGET) $(PREFIX)/bin ++ $(INSTALL) $(TARGET) $(DESTDIR)$(PREFIX)/bin clean: - -rm -rf x86_64/ i386/ - - + -rm $(TARGET) Index: head/x11/yalias/Makefile =================================================================== --- head/x11/yalias/Makefile (revision 339413) +++ head/x11/yalias/Makefile (revision 339414) @@ -1,28 +1,27 @@ # Created by: Tim Bishop # $FreeBSD$ PORTNAME= yalias PORTVERSION= 0.7 PORTREVISION= 10 CATEGORIES= x11 MASTER_SITES= http://offog.org/files/ \ ftp://ftp.i-scream.org/pub/offog.org/files/ \ http://ftp.i-scream.org/pub/offog.org/files/ MAINTAINER= tdb@FreeBSD.org COMMENT= An enhanced execution box with regex pattern matching USES= pkgconfig USE_GNOME= gtk20 -NO_STAGE= yes ALL_TARGET= yalias MAKE_ARGS= prefix=${PREFIX} YALIASDIR=${DATADIR} .ifndef(NOPORTDOCS) post-install: - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .endif .include Index: head/x11/yalias/files/patch-Makefile =================================================================== --- head/x11/yalias/files/patch-Makefile (nonexistent) +++ head/x11/yalias/files/patch-Makefile (revision 339414) @@ -0,0 +1,17 @@ +--- Makefile.orig 2014-01-11 00:02:15.000000000 +0800 ++++ Makefile 2014-01-11 00:02:45.000000000 +0800 +@@ -23,10 +23,10 @@ clean: + distclean: clean + + install: yalias +- mkdir -p $(bindir) +- install -m755 yalias $(bindir)/yalias +- mkdir -p $(YALIASDIR) +- install -m644 system.yaliasrc $(YALIASDIR)/system.yaliasrc ++ mkdir -p $(DESTDIR)$(bindir) ++ install -m755 yalias $(DESTDIR)$(bindir)/yalias ++ mkdir -p $(DESTDIR)$(YALIASDIR) ++ install -m644 system.yaliasrc $(DESTDIR)$(YALIASDIR)/system.yaliasrc + + dist: distclean + -cd .. && ln -sf $(PACKAGE) $(DISTNAME) && tar --exclude='CVS' --exclude='old' -czhpvf $(DISTNAME).tar.gz $(DISTNAME) Property changes on: head/x11/yalias/files/patch-Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/yalias/pkg-plist =================================================================== --- head/x11/yalias/pkg-plist (revision 339413) +++ head/x11/yalias/pkg-plist (revision 339414) @@ -1,5 +1,5 @@ bin/yalias +%%PORTDOCS%%%%DOCSDIR%%/README %%DATADIR%%/system.yaliasrc @dirrm %%DATADIR%% -%%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%@dirrm %%DOCSDIR%%