diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-25 06:20:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-25 06:20:38 +0800 |
commit | 5cdfec04e061058dc9ad16eea10174a0ea43384c (patch) | |
tree | 70cdfec015b7a23d63886b40a2224566b342daa2 /x11 | |
parent | 9bc2ddec8960d82e0d50bc4dfb91f0d1f94b3304 (diff) | |
download | freebsd-ports-gnome-5cdfec04e061058dc9ad16eea10174a0ea43384c.tar.gz freebsd-ports-gnome-5cdfec04e061058dc9ad16eea10174a0ea43384c.tar.zst freebsd-ports-gnome-5cdfec04e061058dc9ad16eea10174a0ea43384c.zip |
Support stage
Cleanup
Diffstat (limited to 'x11')
-rw-r--r-- | x11/roxbg/Makefile | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/x11/roxbg/Makefile b/x11/roxbg/Makefile index 825694067e6e..1ead8b3aad02 100644 --- a/x11/roxbg/Makefile +++ b/x11/roxbg/Makefile @@ -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> |