1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

x11*/*: Use NO_WRKSUBDIR

Move some things as suggested by the PHB.
This commit is contained in:
Tobias Kortkamp 2019-02-02 06:57:27 +00:00
parent fe714039fb
commit 4bb68bf8ae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491917
5 changed files with 24 additions and 20 deletions

View File

@ -17,9 +17,9 @@ COMMENT= Bitstream Cyberbit TrueType font that covers Unicode 2.0
RESTRICTED= Redistribution not permitted; single user license only
USES= fonts zip
NO_BUILD= yes
WRKSRC= ${WRKDIR}
NO_BUILD= yes
NO_WRKSUBDIR= yes
SUB_FILES= pkg-message
PORTDOCS= 97CyberBase.Doc 97CyberBit.Doc 97CyberCJK.Doc \

View File

@ -12,10 +12,10 @@ DISTNAME= 27913-PolarCursorThemes
MAINTAINER= ports@FreeBSD.org
COMMENT= Polar is a smooth and simple cursor set
NO_BUILD= yes
USES= tar:bzip2
WRKSRC= ${WRKDIR}
NO_BUILD= yes
NO_WRKSUBDIR= yes
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/polar/cursors

View File

@ -10,20 +10,22 @@ DISTNAME= jini-icon-theme-${PORTVERSION}
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Jini Icons for Gnome
NO_BUILD= yes
WRKSRC= ${WRKDIR}
USES= gnome
INSTALLS_ICONS= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
post-extract:
@for FILE in ${WRKDIR}/JiniOrange/scalable/apps/haansoft-hwp.svg \
${WRKDIR}/JiniYellowishGreen/scalable/apps/haansoft-hwp.svg \
${WRKDIR}/JiniBrown/scalable/apps/haansoft-hwp.svg \
${WRKDIR}/JiniOrange/scalable/apps/haansoft-hwp.svg \
${WRKDIR}/JiniYellowishGreen/scalable/apps/haansoft-hwp.svg; do \
@for FILE in ${WRKSRC}/JiniOrange/scalable/apps/haansoft-hwp.svg \
${WRKSRC}/JiniYellowishGreen/scalable/apps/haansoft-hwp.svg \
${WRKSRC}/JiniBrown/scalable/apps/haansoft-hwp.svg \
${WRKSRC}/JiniOrange/scalable/apps/haansoft-hwp.svg \
${WRKSRC}/JiniYellowishGreen/scalable/apps/haansoft-hwp.svg; do \
${LN} -sf ../../../JiniBlueSky/scalable/apps/haansoft-hwp.svg $${FILE}; \
done
do-install:
cd ${WRKDIR} && ${FIND} Jini* | ${CPIO} -pdu ${STAGEDIR}${PREFIX}/share/icons
cd ${WRKSRC} && ${FIND} Jini* | ${CPIO} -pdu ${STAGEDIR}${PREFIX}/share/icons
.include <bsd.port.mk>

View File

@ -7,14 +7,14 @@ CATEGORIES= x11
MASTER_SITES= http://komquats.com/distfiles/ \
http://people.freebsd.org/~cy/distfiles/
WRKSRC= ${WRKDIR}
MAINTAINER= cy@FreeBSD.org
COMMENT= Display an ASCII table in decimal, octal, and hexadecimal
MAKE_ARGS+= PREFIX=${PREFIX}
USES= imake
USE_XORG= x11 xt xaw
MAKE_ARGS= PREFIX=${PREFIX}
NO_WRKSUBDIR= yes
PLIST_FILES= bin/xascii man/man1/xascii.1.gz
.include <bsd.port.mk>

View File

@ -8,23 +8,25 @@ MASTER_SITES= http://komquats.com/distfiles/ \
http://people.freebsd.org/~cy/distfiles/
DISTNAME= ${PORTNAME}
WRKSRC= ${WRKDIR}
MAINTAINER= cy@FreeBSD.org
COMMENT= Provide user-level X forwarding service
LICENSE_FILE= ${WRKSRC}/NOTICE
MAKE_ARGS+= PREFIX=${PREFIX} LOCALBASE=${LOCALBASE}
USE_XORG= x11 xt xaw xmu xt xext sm ice xp xft xau xcb xdmcp xrender
USES= motif
LIB_DEPENDS= libpng.so:graphics/png \
libfontconfig.so:x11-fonts/fontconfig \
libexpat.so:textproc/expat2 \
libfreetype.so:print/freetype2
USES= motif
USE_XORG= x11 xt xaw xmu xt xext sm ice xp xft xau xcb xdmcp xrender
MAKE_ARGS= PREFIX=${PREFIX} LOCALBASE=${LOCALBASE}
NO_WRKSUBDIR= yes
PLIST_FILES= bin/xforward man/man1/xforward.1.gz
OPTIONS_DEFINE= STATIC
STATIC_ALL_TARGET= all-static
STATIC_INSTALL_TARGET= install-static
STATIC_PLIST_FILES= bin/xforward-static