1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Support stage

Cleanup
This commit is contained in:
Baptiste Daroussin 2014-03-24 22:20:38 +00:00
parent 77d9d3ba06
commit 51a6067a72
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349077

View File

@ -10,28 +10,16 @@ EXTRACT_SUFX=
EXTRACT_ONLY=
MAINTAINER= vvelox@vvelox.net
COMMENT= A tool for setting the background in rox using a simple command.
COMMENT= tool for setting the background in rox using a simple command.
RUN_DEPENDS= ${LOCALBASE}/bin/rox:${PORTSDIR}/x11-fm/rox-filer
NO_WRKSUBDIR= yes
NO_BUILD= yes
PLIST_FILES= bin/roxbg
NO_STAGE= yes
post-extract:
@${CP} -v ${DISTDIR}/${DISTNAME} ${WRKSRC}
#nothing to configure
do-configure:
@${ECHO} -n
#nothing to make
do-build:
@${ECHO} -n
do-install:
@${CP} -v ${DISTDIR}/${DISTNAME} ${PREFIX}/bin/roxbg
@${CHMOD} +x ${PREFIX}/bin/roxbg
${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin/roxbg
.include <bsd.port.mk>